Searched refs:reply_name (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_kmsg.c | 1760 (reply_name != MACH_PORT_NULL) : in ipc_kmsg_copyin_header() 1811 (!MACH_PORT_VALID(reply_name) || in ipc_kmsg_copyin_header() 1848 if (MACH_PORT_VALID(reply_name)) { in ipc_kmsg_copyin_header() 1852 if (voucher_name == reply_name) { in ipc_kmsg_copyin_header() 1902 if (dest_name == reply_name) { in ipc_kmsg_copyin_header() 1974 if (MACH_PORT_VALID(reply_name)) { in ipc_kmsg_copyin_header() 1975 if (reply_name == voucher_name) { in ipc_kmsg_copyin_header() 3411 reply_name = MACH_PORT_DEAD; in ipc_kmsg_copyout_header() 3436 &reply_name, &entry); in ipc_kmsg_copyout_header() 3455 reply_name, entry); in ipc_kmsg_copyout_header() [all …]
|
| H A D | ipc_right.h | 173 mach_port_name_t reply_name,
|
| H A D | ipc_right.c | 1947 mach_port_name_t reply_name, in ipc_right_copyin_check_reply() argument 2006 mach_port_guard_exception_immovable(space, reply_name, reply_port, MPG_FLAGS_NONE); in ipc_right_copyin_check_reply() 2048 mach_port_guard_exception(reply_name, 0, 0, kGUARD_EXC_REQUIRE_REPLY_PORT_SEMANTICS); in ipc_right_copyin_check_reply()
|