Home
last modified time | relevance | path

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

/xnu-8020.101.4/libsyscall/mach/
H A Dmach_port.c599 mach_vm_address_t wide_context; in mach_port_get_context() local
601 rv = _kernelrpc_mach_port_get_context(task, name, &wide_context); in mach_port_get_context()
604 *context = (mach_port_context_t)wide_context; in mach_port_get_context()