Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_object.c175 ipc_object_free(io_otype(io), io, true); in ipc_object_deallocate_queue_invoke()
215 ipc_object_free(io_otype(io), io, true); in ipc_object_release()
231 ipc_object_free(io_otype(io), io, true); in ipc_object_release_safe()
585 if (io_otype(object) != IOT_PORT_SET) { in ipc_object_validate()
830 assert(io_otype(object) == IOT_PORT); in ipc_object_destroy()
869 assert(io_otype(object) == IOT_PORT); in ipc_object_destroy_dest()
1011 assert(io_otype(object) == IOT_PORT); in ipc_object_copyout()
1142 assert(io_otype(object) == IOT_PORT); in ipc_object_copyout_name()
H A Dipc_object.h173 #define io_otype(io) ((io_bits(io) & IO_BITS_OTYPE) >> 16) macro
H A Dipc_pset.c767 if (io_otype(object) == IOT_PORT) { in filt_machportdetach()
821 if (io_otype(kn->kn_ipc_obj) == IOT_PORT_SET) { in filt_machportevent()
H A Dipc_mqueue.c286 if (io_otype(object) == IOT_PORT) { in ipc_object_klist()
340 if (io_otype(object) == IOT_PORT) { in ipc_mqueue_changed()
H A Dmach_msg.c501 if (io_otype(object) == IOT_PORT) { in mach_msg_receive_results_complete()
H A Dipc_right.c412 assert(io_otype(object) == IOT_PORT); in ipc_right_reverse()
2871 assert(io_otype(object) == IOT_PORT); in ipc_right_copyout()