Searched refs:io_otype (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_object.h141 #define io_otype(io) (((io)->io_bits & IO_BITS_OTYPE) >> 16) macro
207 io_free(io_otype((io)), (io));
H A Dipc_object.c691 assert(io_otype(object) == IOT_PORT);
727 assert(io_otype(object) == IOT_PORT);
777 assert(io_otype(object) == IOT_PORT);
873 assert(io_otype(object) == IOT_PORT);
1121 assert(io_otype(objp) == IOT_PORT);
H A Dipc_right.c205 /* would switch on io_otype to handle multiple types of object */
208 assert(io_otype(object) == IOT_PORT);
2463 assert(io_otype(object) == IOT_PORT);
H A Dmach_port.c2608 if (io_otype(entMACry->ie_object) != IOT_PORT) {

Completed in 30 milliseconds