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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.h197 #define IP_BIT_PREALLOC 0x00008000 /* preallocated mesg */ 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; \

Completed in 22 milliseconds