Home
last modified time | relevance | path

Searched refs:ipc_entry_grow_table (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/osfmk/ipc/
H A Dipc_entry.h214 extern kern_return_t ipc_entry_grow_table(
H A Dipc_entry.c339 kr = ipc_entry_grow_table(space, ITS_SIZE_NONE); in ipc_entry_alloc()
423 kr = ipc_entry_grow_table(space, index + 1); in ipc_entry_alloc_name()
624 ipc_entry_grow_table( in ipc_entry_grow_table() function
H A Dipc_object.c888 kr = ipc_entry_grow_table(space, ITS_SIZE_NONE); in ipc_object_copyout()
H A Dipc_kmsg.c3312 kr = ipc_entry_grow_table(space, ITS_SIZE_NONE); in ipc_kmsg_copyout_header()