Searched refs:IPR_SOR_PORT (Results 1 – 2 of 2) sorted by relevance
553 if (IP_VALID(IPR_SOR_PORT(ipr->ipr_soright))) { in ipc_port_request_type()594 request = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_request_cancel()952 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_spnotify()1005 soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_dnnotify()
414 #define IPR_SOR_PORT(sor) ((ipc_port_t)((uintptr_t)(sor) & ~IPR_SOR_SPBIT_MASK)) macro