Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/ipc/
H A Dipc_object.c171 ipc_object_free(io_otype(io), io, true); in ipc_object_deallocate_queue_invoke()
211 ipc_object_free(io_otype(io), io, true); in ipc_object_release()
227 ipc_object_free(io_otype(io), io, true); in ipc_object_release_safe()
816 assert(io_otype(object) == IOT_PORT); in ipc_object_destroy()
855 assert(io_otype(object) == IOT_PORT); in ipc_object_destroy_dest()
1003 assert(io_otype(object) == IOT_PORT); in ipc_object_copyout()
1134 assert(io_otype(object) == IOT_PORT); in ipc_object_copyout_name()
1409 ipc_object_validate(io, io_otype(io)); in ipc_object_lock_allow_invalid()
H A Dipc_object.h176 #define io_otype(io) ((io_bits(io) & IO_BITS_OTYPE) >> 16) macro
204 ipc_object_lock(__io, io_otype(__io)); \
H A Dipc_mqueue.c363 if (io_otype(object) == IOT_PORT) { in ipc_object_klist()
417 if (io_otype(object) == IOT_PORT) { in ipc_mqueue_changed()
H A Dmach_msg.c1124 if (io_otype(object) == IOT_PORT) { in mach_msg_receive_results_complete()
H A Dipc_right.c381 assert(io_otype(object) == IOT_PORT); in ipc_right_reverse()
2923 assert(io_otype(object) == IOT_PORT); in ipc_right_copyout()