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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h245 #define IPR_SOR_SPREQ_MASK 2 /* send-possible requested */ macro
248 #define IPR_SOR_SPREQ(sor) (((uintptr_t)(sor) & IPR_SOR_SPREQ_MASK) != 0)
H A Dipc_port.c184 mask |= IPR_SOR_SPREQ_MASK;

Completed in 16 milliseconds