Searched refs:IOT_PORT (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.121.6/osfmk/ipc/ |
| H A D | ipc_object.h | 180 #define IOT_PORT 0 macro
|
| H A D | ipc_object.c | 128 ZONE_INIT(&ipc_object_zones[IOT_PORT], 141 if (otype == IOT_PORT) { in ipc_object_free()
|
| H A D | ipc_mqueue.c | 364 if (io_otype(object) == IOT_PORT) { in ipc_object_klist() 418 if (io_otype(object) == IOT_PORT) { in ipc_mqueue_changed()
|
| H A D | ipc_pset.c | 1112 if (otype == IOT_PORT) { in filt_machportprocess() 1197 return filt_machportprocess(kn, kev, io, IOT_PORT); in filt_portprocess()
|
| H A D | ipc_port.c | 911 kr = ipc_object_alloc(space, IOT_PORT, type, urefs, in ipc_port_alloc() 968 return ipc_object_alloc_name(space, IOT_PORT, type, urefs, in ipc_port_alloc_name() 3184 port = ip_object_to_port(io_alloc(IOT_PORT, Z_WAITOK | Z_ZERO)); in ipc_port_alloc_special() 3189 os_atomic_init(&port->ip_object.io_bits, io_makebits(IOT_PORT)); in ipc_port_alloc_special()
|
| H A D | mach_msg.c | 1124 if (io_otype(object) == IOT_PORT) { in mach_msg_receive_results_complete()
|