Home
last modified time | relevance | path

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

/xnu-12377.1.9/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-12377.1.9/osfmk/mach/
H A Dmach_port.defs667 old_guard : mach_port_context_t;
669 old_guard : uint64_t;
/xnu-12377.1.9/osfmk/ipc/
H A Dmach_port.c2877 uint64_t old_guard, in mach_port_swap_guard() argument
2914 if (port->ip_context != old_guard) { in mach_port_swap_guard()