Searched refs:IOT_PORT (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/osfmk/ipc/ |
| H A D | ipc_object.c | 127 ZONE_INIT(&ipc_object_zones[IOT_PORT], 140 if (otype == IOT_PORT) { in ipc_object_free() 812 assert(io_otype(object) == IOT_PORT); in ipc_object_destroy() 851 assert(io_otype(object) == IOT_PORT); in ipc_object_destroy_dest() 999 assert(io_otype(object) == IOT_PORT); in ipc_object_copyout() 1130 assert(io_otype(object) == IOT_PORT); in ipc_object_copyout_name()
|
| H A D | ipc_port.h | 302 #define ip_mq_lock(port) ipc_object_lock(ip_to_object(port), IOT_PORT) 303 #define ip_mq_lock_check_aligned(port) ipc_object_lock_check_aligned(ip_to_object(port), IOT_PORT) 304 #define ip_mq_lock_try(port) ipc_object_lock_try(ip_to_object(port), IOT_PORT)
|
| H A D | ipc_object.h | 185 #define IOT_PORT 0 macro
|
| H A D | ipc_mqueue.c | 363 if (io_otype(object) == IOT_PORT) { in ipc_object_klist() 417 if (io_otype(object) == IOT_PORT) { in ipc_mqueue_changed()
|
| H A D | ipc_pset.c | 1104 if (otype == IOT_PORT) { in filt_machportprocess() 1189 return filt_machportprocess(kn, kev, io, IOT_PORT); in filt_portprocess()
|
| H A D | ipc_port.c | 892 kr = ipc_object_alloc(space, IOT_PORT, type, urefs, in ipc_port_alloc() 949 return ipc_object_alloc_name(space, IOT_PORT, type, urefs, in ipc_port_alloc_name() 3165 port = ip_object_to_port(io_alloc(IOT_PORT, Z_WAITOK | Z_ZERO)); in ipc_port_alloc_special() 3170 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()
|
| H A D | ipc_right.c | 381 assert(io_otype(object) == IOT_PORT); in ipc_right_reverse() 2891 assert(io_otype(object) == IOT_PORT); in ipc_right_copyout()
|