Searched refs:soright (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.c155 ipc_port_t soright,
166 assert(soright != IP_NULL);
190 ipr->ipr_soright = IPR_SOR_MAKE(soright, mask);
722 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); local
725 if (MACH_PORT_VALID(name) && armed && IP_VALID(soright)) {
730 ipc_notify_send_possible(soright, name);
765 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); local
767 if (MACH_PORT_VALID(name) && IP_VALID(soright)) {
768 ipc_notify_dead_name(soright, name);
152 ipc_port_request_alloc( ipc_port_t port, mach_port_name_t name, ipc_port_t soright, boolean_t send_possible, boolean_t immediate, ipc_port_request_index_t *indexp) argument
H A Dipc_object.c504 ipc_port_t soright; local
527 objectp, &soright,
542 if ((kr == KERN_SUCCESS) && (soright != IP_NULL))
543 ipc_notify_port_deleted(soright, name);
977 * We can't quietly consume the soright
H A Dipc_right.h191 ipc_port_t soright);
H A Dipc_port.h321 ipc_port_t soright,
H A Dipc_right.c1969 ipc_port_t soright)
1981 if (soright != IP_NULL) {
1963 ipc_right_copyin_undo( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, mach_msg_type_name_t msgt_name, ipc_object_t object, ipc_port_t soright) argument
H A Dipc_kmsg.c1762 ipc_port_t soright; local
1776 &dest_port, &soright,
1799 dest_soright = soright;
1803 reply_soright = soright;

Completed in 31 milliseconds