Searched refs:soright (Results 1 – 3 of 3) sorted by relevance
270 ipc_port_t soright, in ipc_port_request_alloc() argument280 assert(soright != IP_NULL); in ipc_port_request_alloc()298 ipr->ipr_soright = IPR_SOR_MAKE(soright, options); in ipc_port_request_alloc()944 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_spnotify() local947 if (MACH_PORT_VALID(name) && armed && IP_VALID(soright)) { in ipc_port_spnotify()953 ipc_notify_send_possible(soright, name); in ipc_port_spnotify()987 ipc_port_t soright; in ipc_port_dnnotify() local997 soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_dnnotify()998 if (IP_VALID(soright)) { in ipc_port_dnnotify()999 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()
574 ipc_port_t soright,