Searched refs:IO_BITS_KOTYPE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_object.h126 #define IO_BITS_KOTYPE 0x00000fff /* used by the object */ macro
133 #define io_kotype(io) ((io)->io_bits & IO_BITS_KOTYPE)
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_kobject.c468 port->ip_spares[2] = (port->ip_bits & IO_BITS_KOTYPE);
470 port->ip_bits = (port->ip_bits &~ IO_BITS_KOTYPE) | type;

Completed in 27 milliseconds