Home
last modified time | relevance | path

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

/xnu-10002.81.5/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-10002.81.5/osfmk/ipc/
H A Dmach_port.c3048 uint64_t old_guard, in mach_port_swap_guard() argument
3074 mach_port_guard_exception(name, old_guard, 0, kGUARD_EXC_UNGUARDED); in mach_port_swap_guard()
3082 mach_port_guard_exception(name, old_guard, portguard, kGUARD_EXC_SET_CONTEXT); in mach_port_swap_guard()
3086 if (port->ip_context != old_guard) { in mach_port_swap_guard()
3089 mach_port_guard_exception(name, old_guard, portguard, kGUARD_EXC_INCORRECT_GUARD); in mach_port_swap_guard()
/xnu-10002.81.5/osfmk/mach/
H A Dmach_port.defs667 old_guard : mach_port_context_t;
669 old_guard : uint64_t;