Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/osfmk/ipc/
H A Dmach_port.c2974 uint64_t old_guard, in mach_port_swap_guard() argument
3000 mach_port_guard_exception(name, old_guard, 0, kGUARD_EXC_UNGUARDED); in mach_port_swap_guard()
3008 mach_port_guard_exception(name, old_guard, portguard, kGUARD_EXC_SET_CONTEXT); in mach_port_swap_guard()
3012 if (port->ip_context != old_guard) { in mach_port_swap_guard()
3015 mach_port_guard_exception(name, old_guard, portguard, kGUARD_EXC_INCORRECT_GUARD); in mach_port_swap_guard()
/xnu-8020.101.4/osfmk/mach/
H A Dmach_port.defs685 old_guard : mach_port_context_t;
687 old_guard : uint64_t;