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

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_object.h136 #define IO_BITS_KOTYPE 0x00000fff /* used by the object */ macro
143 #define io_kotype(io) ((io)->io_bits & IO_BITS_KOTYPE)
/xnu-2782.1.97/osfmk/kern/
H A Dipc_kobject.c481 port->ip_spares[2] = (port->ip_bits & IO_BITS_KOTYPE);
483 port->ip_bits = (port->ip_bits &~ IO_BITS_KOTYPE) | type;

Completed in 23 milliseconds