Searched refs:soright (Results 1 – 3 of 3) sorted by relevance
275 ipc_port_t soright, in ipc_port_request_alloc() argument285 assert(soright != IP_NULL); in ipc_port_request_alloc()303 ipr->ipr_soright = IPR_SOR_MAKE(soright, options); in ipc_port_request_alloc()952 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_spnotify() local955 if (MACH_PORT_VALID(name) && armed && IP_VALID(soright)) { in ipc_port_spnotify()961 ipc_notify_send_possible(soright, name); in ipc_port_spnotify()995 ipc_port_t soright; in ipc_port_dnnotify() local1005 soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_dnnotify()1006 if (IP_VALID(soright)) { in ipc_port_dnnotify()1007 ipc_notify_dead_name(soright, name); in ipc_port_dnnotify()
605 ipc_port_t soright; in ipc_object_copyin() local639 objectp, &soright, in ipc_object_copyin()656 if ((kr == KERN_SUCCESS) && (soright != IP_NULL)) { in ipc_object_copyin()657 ipc_notify_port_deleted(soright, name); in ipc_object_copyin()
589 ipc_port_t soright,