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

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_object.h142 #define io_otype(io) (((io)->io_bits & IO_BITS_OTYPE) >> 16) macro
208 io_free(io_otype((io)), (io));
H A Dipc_object.c688 assert(io_otype(object) == IOT_PORT);
724 assert(io_otype(object) == IOT_PORT);
774 assert(io_otype(object) == IOT_PORT);
870 assert(io_otype(object) == IOT_PORT);
H A Dipc_right.c206 /* would switch on io_otype to handle multiple types of object */
209 assert(io_otype(object) == IOT_PORT);
2502 assert(io_otype(object) == IOT_PORT);

Completed in 91 milliseconds