Searched refs:soright (Results 1 – 3 of 3) sorted by relevance
619 ipc_port_t soright; in ipc_object_copyin() local653 objectp, &soright, in ipc_object_copyin()660 if (moved_provisional_reply_port(msgt_name, soright)) { in ipc_object_copyin()675 if ((kr == KERN_SUCCESS) && (soright != IP_NULL)) { in ipc_object_copyin()676 ipc_notify_port_deleted(soright, name); in ipc_object_copyin()
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()1014 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_spnotify() local1017 if (MACH_PORT_VALID(name) && armed && IP_VALID(soright)) { in ipc_port_spnotify()1023 ipc_notify_send_possible(soright, name); in ipc_port_spnotify()1059 ipc_port_t soright; in ipc_port_dnnotify() local1070 soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_dnnotify()1071 if (IP_VALID(soright)) { in ipc_port_dnnotify()1072 ipc_notify_dead_name(soright, name); in ipc_port_dnnotify()
581 ipc_port_t soright,