Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/ipc/
H A Dipc_port.h357 #define IP_BIT_PREALLOC 0x00008000 /* preallocated mesg */ macro
358 #define IP_PREALLOC(port) (io_bits(ip_to_object(port)) & IP_BIT_PREALLOC)
362 io_bits_or(ip_to_object(port), IP_BIT_PREALLOC); \