Home
last modified time | relevance | path

Searched refs:soright (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/osfmk/ipc/
H A Dipc_object.c619 ipc_port_t soright; in ipc_object_copyin() local
653 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()
H A Dipc_port.c275 ipc_port_t soright, in ipc_port_request_alloc() argument
285 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() local
1017 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() local
1070 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()
H A Dipc_port.h581 ipc_port_t soright,