Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_types.h82 #define ITS_SIZE_NONE ((ipc_table_elems_t) -1) macro
H A Dipc_entry.c267 kr = ipc_entry_grow_table(space, ITS_SIZE_NONE); in ipc_entry_alloc()
582 if (target_size != ITS_SIZE_NONE) { in ipc_entry_grow_table()
751 (target_size != ITS_SIZE_NONE)); in ipc_entry_grow_table()
H A Dipc_object.c1030 kr = ipc_entry_grow_table(space, ITS_SIZE_NONE); in ipc_object_copyout()
H A Dipc_port.c350 if (target_size != ITS_SIZE_NONE) { in ipc_port_request_grow()
H A Dipc_right.c564 kr = ipc_port_request_grow(port, ITS_SIZE_NONE); in ipc_right_request_alloc()
H A Dipc_kmsg.c4318 kr = ipc_entry_grow_table(space, ITS_SIZE_NONE); in ipc_kmsg_copyout_header()