Searched refs:IPR_SOR_PORT (Results 1 – 2 of 2) sorted by relevance
524 if (IP_VALID(IPR_SOR_PORT(ipr->ipr_soright))) { in ipc_port_request_type()563 request = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_request_cancel()926 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_spnotify()970 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_dnnotify()
344 #define IPR_SOR_PORT(sor) ((ipc_port_t)((uintptr_t)(sor) & ~IPR_SOR_SPBIT_MASK)) macro