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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h172 #define ip_bits ip_object.io_bits macro
207 #define IP_PREALLOC(port) ((port)->ip_bits & IP_BIT_PREALLOC)
211 (port)->ip_bits |= IP_BIT_PREALLOC; \
218 (port)->ip_bits &= ~IP_BIT_PREALLOC; \
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_kobject.c488 port->ip_spares[2] = (port->ip_bits & IO_BITS_KOTYPE);
490 port->ip_bits = (port->ip_bits &~ IO_BITS_KOTYPE) | type;

Completed in 21 milliseconds