Home
last modified time | relevance | path

Searched refs:IOT_PORT (Results 1 – 7 of 7) sorted by relevance

/xnu-8796.141.3/osfmk/ipc/
H A Dipc_object.c126 ZONE_INIT(&ipc_object_zones[IOT_PORT],
139 if (otype == IOT_PORT) { in ipc_object_free()
795 assert(io_otype(object) == IOT_PORT); in ipc_object_destroy()
834 assert(io_otype(object) == IOT_PORT); in ipc_object_destroy_dest()
976 assert(io_otype(object) == IOT_PORT); in ipc_object_copyout()
1107 assert(io_otype(object) == IOT_PORT); in ipc_object_copyout_name()
H A Dipc_object.h185 #define IOT_PORT 0 macro
H A Dipc_mqueue.c300 if (io_otype(object) == IOT_PORT) { in ipc_object_klist()
354 if (io_otype(object) == IOT_PORT) { in ipc_mqueue_changed()
H A Dipc_port.c835 kr = ipc_object_alloc(space, IOT_PORT, type, urefs, in ipc_port_alloc()
887 return ipc_object_alloc_name(space, IOT_PORT, type, urefs, in ipc_port_alloc_name()
3104 port = ip_object_to_port(io_alloc(IOT_PORT, Z_WAITOK | Z_ZERO)); in ipc_port_alloc_special()
3109 os_atomic_init(&port->ip_object.io_bits, io_makebits(IOT_PORT)); in ipc_port_alloc_special()
H A Dipc_pset.c783 if (io_otype(object) == IOT_PORT) { in filt_machportdetach()
H A Dmach_msg.c1305 if (io_otype(object) == IOT_PORT) { in mach_msg_receive_results_complete()
H A Dipc_right.c377 assert(io_otype(object) == IOT_PORT); in ipc_right_reverse()
2915 assert(io_otype(object) == IOT_PORT); in ipc_right_copyout()