Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_port.h308 #define IP_BIT_PREALLOC 0x00008000 /* preallocated mesg */ macro
309 #define IP_PREALLOC(port) (io_bits(ip_to_object(port)) & IP_BIT_PREALLOC)
313 io_bits_or(ip_to_object(port), IP_BIT_PREALLOC); \