Searched refs:IPR_SOR_PORT (Results 1 – 2 of 2) sorted by relevance
573 if (IP_VALID(IPR_SOR_PORT(ipr->ipr_soright))) { in ipc_port_request_type()614 request = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_request_cancel()1014 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_spnotify()1070 soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_dnnotify()
407 #define IPR_SOR_PORT(sor) ((ipc_port_t)((uintptr_t)(sor) & ~IPR_SOR_SPBIT_MASK)) macro