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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.h166 #define ip_bits ip_object.io_bits macro
198 #define IP_PREALLOC(port) ((port)->ip_bits & IP_BIT_PREALLOC)
202 (port)->ip_bits |= IP_BIT_PREALLOC; \
209 (port)->ip_bits &= ~IP_BIT_PREALLOC; \
/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 189 milliseconds