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

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_port.c155 ipc_port_t soright,
165 ipc_port_t soright,
181 assert(soright != IP_NULL);
215 ipr->ipr_soright = IPR_SOR_MAKE(soright, mask);
797 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); local
800 if (MACH_PORT_VALID(name) && armed && IP_VALID(soright)) {
805 ipc_notify_send_possible(soright, name);
848 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); local
850 if (MACH_PORT_VALID(name) && IP_VALID(soright)) {
851 ipc_notify_dead_name(soright, nam
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, boolean_t *importantp) argument
[all...]
H A Dipc_object.c504 ipc_port_t soright; local
531 objectp, &soright,
555 if ((kr == KERN_SUCCESS) && (soright != IP_NULL))
556 ipc_notify_port_deleted(soright, name);
1034 * We can't quietly consume the soright
H A Dipc_right.h204 ipc_port_t soright);
H A Dipc_port.h328 ipc_port_t soright,
338 ipc_port_t soright,
H A Dipc_kmsg.c1897 ipc_port_t soright; local
1912 &dest_port, &soright,
1920 &dest_port, &soright,
1945 dest_soright = soright;
1949 reply_soright = soright;
H A Dipc_right.c2250 ipc_port_t soright)
2262 if (soright != IP_NULL) {
2244 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

Completed in 221 milliseconds