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

/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_port.h247 #define IPR_SOR_SPREQ_MASK 2 /* send-possible requested */ macro
250 #define IPR_SOR_SPREQ(sor) (((uintptr_t)(sor) & IPR_SOR_SPREQ_MASK) != 0)
H A Dipc_port.c198 mask |= IPR_SOR_SPREQ_MASK;

Completed in 63 milliseconds