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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_object.h132 #define io_otype(io) (((io)->io_bits & IO_BITS_OTYPE) >> 16) macro
186 io_free(io_otype(io), io); \
H A Dipc_object.c663 assert(io_otype(object) == IOT_PORT);
713 assert(io_otype(object) == IOT_PORT);
803 assert(io_otype(object) == IOT_PORT);
1014 assert(io_otype(objp) == IOT_PORT);
1114 printf(", otype=%d", io_otype(object));
H A Dipc_right.c198 /* would switch on io_otype to handle multiple types of object */
201 assert(io_otype(object) == IOT_PORT);
2071 assert(io_otype(object) == IOT_PORT);
H A Dmach_port.c1938 if (io_otype(entMACry->ie_object) != IOT_PORT) {

Completed in 31 milliseconds