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

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

Completed in 75 milliseconds