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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_object.h143 #define io_otype(io) (((io)->io_bits & IO_BITS_OTYPE) >> 16) macro
209 io_free(io_otype((io)), (io));
H A Dipc_object.c677 assert(io_otype(object) == IOT_PORT);
713 assert(io_otype(object) == IOT_PORT);
763 assert(io_otype(object) == IOT_PORT);
853 assert(io_otype(object) == IOT_PORT);
1064 assert(io_otype(objp) == IOT_PORT);
H A Dipc_right.c198 /* would switch on io_otype to handle multiple types of object */
201 assert(io_otype(object) == IOT_PORT);
2182 assert(io_otype(object) == IOT_PORT);
H A Dmach_port.c2056 if (io_otype(entMACry->ie_object) != IOT_PORT) {

Completed in 35 milliseconds