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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_right.h188 ipc_port_t soright);
H A Dipc_object.c507 ipc_port_t soright; local
523 objectp, &soright);
528 if ((kr == KERN_SUCCESS) && (soright != IP_NULL))
529 ipc_notify_port_deleted(soright, name);
927 * We can't quietly consume the soright
H A Dipc_port.c155 ipc_port_t soright,
163 assert(soright != IP_NULL);
178 ipr->ipr_soright = soright;
594 ipc_port_t soright; local
599 soright = ipr->ipr_soright;
600 assert(soright != IP_NULL);
602 ipc_notify_dead_name(soright, name);
152 ipc_port_dnrequest( ipc_port_t port, mach_port_name_t name, ipc_port_t soright, ipc_port_request_index_t *indexp) argument
H A Dipc_port.h294 ipc_port_t soright,
H A Dipc_kmsg.c1263 ipc_port_t soright; local
1277 &dest_port, &soright);
1296 dest_soright = soright;
1300 reply_soright = soright;
H A Dipc_right.c307 * If a registered soright exists,
310 * soright, then the following
1864 ipc_port_t soright)
1876 if (soright != IP_NULL) {
1858 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 83 milliseconds