Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/ipc/
H A Dipc_object.c170 ipc_object_free(io_otype(io), io, true); in ipc_object_deallocate_queue_invoke()
210 ipc_object_free(io_otype(io), io, true); in ipc_object_release()
226 ipc_object_free(io_otype(io), io, true); in ipc_object_release_safe()
540 if (io_otype(object) != IOT_PORT_SET) { in ipc_object_validate()
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.h176 #define io_otype(io) ((io_bits(io) & IO_BITS_OTYPE) >> 16) macro
H A Dipc_pset.c783 if (io_otype(object) == IOT_PORT) { in filt_machportdetach()
837 if (io_otype(kn->kn_ipc_obj) == IOT_PORT_SET) { in filt_machportevent()
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 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()
2914 assert(io_otype(object) == IOT_PORT); in ipc_right_copyout()