Home
last modified time | relevance | path

Searched refs:ip_context (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/osfmk/ipc/
H A Dmach_port.c1153 *context = port->ip_context; in mach_port_get_context()
1218 uint64_t portguard = port->ip_context; in mach_port_set_context()
1225 port->ip_context = context; in mach_port_set_context()
2277 if (port->ip_context) { in mach_port_guard_locked()
2278 mach_port_guard_exception(name, port->ip_context, in mach_port_guard_locked()
2283 port->ip_context = guard; in mach_port_guard_locked()
2322 if (port->ip_context != guard) { in mach_port_unguard_locked()
2324 mach_port_guard_exception(name, port->ip_context, kGUARD_EXC_INCORRECT_GUARD); in mach_port_unguard_locked()
2328 port->ip_context = 0; in mach_port_unguard_locked()
2646 port->ip_context = context; in mach_port_construct()
[all …]
H A Dipc_right.c902 port->ip_context != 0) { in ipc_right_destroy()
903 uint64_t portguard = port->ip_context; in ipc_right_destroy()
1298 uint64_t portguard = port->ip_context; in ipc_right_delta()
1715 if (port->ip_guarded && (guard != port->ip_context)) { in ipc_right_destruct()
1716 uint64_t portguard = port->ip_context; in ipc_right_destruct()
2040 } else if (port->ip_guarded && (port->ip_context == context)) { in ipc_right_copyin_check_guard_locked()
2045 mach_port_guard_exception(name, port->ip_context, kGUARD_EXC_INCORRECT_GUARD); in ipc_right_copyin_check_guard_locked()
2690 port->ip_context = current_thread()->ith_recv_bufs.recv_msg_addr; in ipc_right_copyout_recv_and_unlock_space()
2691 gdesc->u_context = port->ip_context; in ipc_right_copyout_recv_and_unlock_space()
2733 port->ip_context = sp_label->ispl_launchd_context; in ipc_right_copyout_recv_and_unlock_space()
H A Dipc_port.h187 mach_vm_address_t ip_context; member
H A Dmach_msg.c351 msgr.msgr_context = ikm_header(kmsg)->msgh_remote_port->ip_context; in mach_msg_receive_results()
H A Dipc_port.c692 port->ip_context = port->ip_guarded = port->ip_strict_guard = 0; in ipc_port_prepare_move()