Home
last modified time | relevance | path

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

/NextBSD/sys/sys/mach/
HDmessage.h183 #define MACH_MSGH_BITS_PORTS_MASK \ macro
199 | ((other) &~ MACH_MSGH_BITS_PORTS_MASK))
206 ((bits) & MACH_MSGH_BITS_PORTS_MASK)
208 ((bits) &~ MACH_MSGH_BITS_PORTS_MASK)