Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_port.h301 #define IP_BIT_PREALLOC 0x00008000 /* preallocated mesg */ macro
302 #define IP_PREALLOC(port) (io_bits(ip_to_object(port)) & IP_BIT_PREALLOC)
306 io_bits_or(ip_to_object(port), IP_BIT_PREALLOC); \