Searched refs:IOT_PORT (Results 1 – 7 of 7) sorted by relevance
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_object.c | 131 ZONE_INIT(&ipc_object_zones[IOT_PORT], 143 if (last_ref && otype == IOT_PORT) { in ipc_object_free() 828 assert(io_otype(object) == IOT_PORT); in ipc_object_destroy() 867 assert(io_otype(object) == IOT_PORT); in ipc_object_destroy_dest() 1009 assert(io_otype(object) == IOT_PORT); in ipc_object_copyout() 1140 assert(io_otype(object) == IOT_PORT); in ipc_object_copyout_name()
|
| H A D | ipc_object.h | 183 #define IOT_PORT 0 macro
|
| H A D | ipc_port.c | 809 kr = ipc_object_alloc(space, IOT_PORT, type, urefs, in ipc_port_alloc() 861 return ipc_object_alloc_name(space, IOT_PORT, type, urefs, in ipc_port_alloc_name() 3019 port = ip_object_to_port(io_alloc(IOT_PORT, Z_WAITOK | Z_ZERO)); in ipc_port_alloc_special() 3024 os_atomic_init(&port->ip_object.io_bits, io_makebits(TRUE, IOT_PORT, 0)); in ipc_port_alloc_special()
|
| H A D | ipc_mqueue.c | 315 if (io_otype(object) == IOT_PORT) { in ipc_object_klist() 369 if (io_otype(object) == IOT_PORT) { in ipc_mqueue_changed()
|
| H A D | mach_msg.c | 501 if (io_otype(object) == IOT_PORT) { in mach_msg_receive_results_complete()
|
| H A D | ipc_pset.c | 876 if (io_otype(object) == IOT_PORT) { in filt_machportdetach()
|
| H A D | ipc_right.c | 412 assert(io_otype(object) == IOT_PORT); in ipc_right_reverse() 2863 assert(io_otype(object) == IOT_PORT); in ipc_right_copyout()
|