Searched refs:soright (Results 1 – 2 of 2) sorted by relevance
304 ipc_port_t soright, in ipc_port_request_alloc() argument314 assert(soright != IP_NULL); in ipc_port_request_alloc()332 ipr->ipr_soright = IPR_SOR_MAKE(soright, options); in ipc_port_request_alloc()1050 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_spnotify() local1053 if (MACH_PORT_VALID(name) && armed && IP_VALID(soright)) { in ipc_port_spnotify()1059 ipc_notify_send_possible(soright, name); in ipc_port_spnotify()1095 ipc_port_t soright; in ipc_port_dnnotify() local1106 soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_dnnotify()1107 if (IP_VALID(soright)) { in ipc_port_dnnotify()1108 ipc_notify_dead_name(soright, name); in ipc_port_dnnotify()
502 ipc_port_t soright,