Home
last modified time | relevance | path

Searched refs:old_guard (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/libsyscall/mach/
H A Dmach_port.c787 mach_port_context_t old_guard, in mach_port_swap_guard() argument
792 rv = _kernelrpc_mach_port_swap_guard(task, name, (uint64_t)old_guard, (uint64_t)new_guard); in mach_port_swap_guard()
/xnu-8019.80.24/osfmk/ipc/
H A Dmach_port.c3032 uint64_t old_guard, in mach_port_swap_guard() argument
3058 mach_port_guard_exception(name, old_guard, 0, kGUARD_EXC_UNGUARDED); in mach_port_swap_guard()
3066 mach_port_guard_exception(name, old_guard, portguard, kGUARD_EXC_SET_CONTEXT); in mach_port_swap_guard()
3070 if (port->ip_context != old_guard) { in mach_port_swap_guard()
3073 mach_port_guard_exception(name, old_guard, portguard, kGUARD_EXC_INCORRECT_GUARD); in mach_port_swap_guard()
/xnu-8019.80.24/osfmk/mach/
H A Dmach_port.defs685 old_guard : mach_port_context_t;
687 old_guard : uint64_t;