Home
last modified time | relevance | path

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

/xnu-11215.1.10/libsyscall/mach/
H A Dmach_port.c792 mach_port_context_t old_guard, in mach_port_swap_guard() argument
797 rv = _kernelrpc_mach_port_swap_guard(task, name, (uint64_t)old_guard, (uint64_t)new_guard); in mach_port_swap_guard()
/xnu-11215.1.10/osfmk/ipc/
H A Dmach_port.c3080 uint64_t old_guard, in mach_port_swap_guard() argument
3106 mach_port_guard_exception(name, old_guard, 0, kGUARD_EXC_UNGUARDED); in mach_port_swap_guard()
3114 mach_port_guard_exception(name, old_guard, portguard, kGUARD_EXC_SET_CONTEXT); in mach_port_swap_guard()
3118 if (port->ip_context != old_guard) { in mach_port_swap_guard()
3121 mach_port_guard_exception(name, old_guard, portguard, kGUARD_EXC_INCORRECT_GUARD); in mach_port_swap_guard()
/xnu-11215.1.10/osfmk/mach/
H A Dmach_port.defs667 old_guard : mach_port_context_t;
669 old_guard : uint64_t;