Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/ipc/
H A Dipc_port.h347 #define IPR_SOR_SPREQ_MASK 2 /* send-possible requested */ macro
350 #define IPR_SOR_SPREQ(sor) (((uintptr_t)(sor) & IPR_SOR_SPREQ_MASK) != 0)
H A Dipc_port.c301 mask |= IPR_SOR_SPREQ_MASK; in ipc_port_request_alloc()