Searched refs:soright (Results 1 – 3 of 3) sorted by relevance
258 ipc_port_t soright, in ipc_port_request_alloc() argument268 assert(soright != IP_NULL); in ipc_port_request_alloc()286 ipr->ipr_soright = IPR_SOR_MAKE(soright, options); in ipc_port_request_alloc()932 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_spnotify() local935 if (MACH_PORT_VALID(name) && armed && IP_VALID(soright)) { in ipc_port_spnotify()941 ipc_notify_send_possible(soright, name); in ipc_port_spnotify()975 ipc_port_t soright; in ipc_port_dnnotify() local985 soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_dnnotify()986 if (IP_VALID(soright)) { in ipc_port_dnnotify()987 ipc_notify_dead_name(soright, name); in ipc_port_dnnotify()
606 ipc_port_t soright; in ipc_object_copyin() local640 objectp, &soright, in ipc_object_copyin()657 if ((kr == KERN_SUCCESS) && (soright != IP_NULL)) { in ipc_object_copyin()658 ipc_notify_port_deleted(soright, name); in ipc_object_copyin()
558 ipc_port_t soright,