Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/ipc/
H A Dipc_types.h84 #define ITS_SIZE_NONE ((ipc_table_elems_t) -1) macro
H A Dipc_entry.c290 kr = ipc_entry_grow_table(space, ITS_SIZE_NONE); in ipc_entry_alloc()
604 if (target_count == ITS_SIZE_NONE) { in ipc_entry_grow_table()
H A Dipc_object.c1024 kr = ipc_entry_grow_table(space, ITS_SIZE_NONE); in ipc_object_copyout()
H A Dipc_kmsg.c3384 kr = ipc_entry_grow_table(space, ITS_SIZE_NONE); in ipc_kmsg_copyout_header()