Home
last modified time | relevance | path

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

/xnu-12377.1.9/libsyscall/mach/
H A Dmach_port.c604 mach_vm_address_t wide_context; in mach_port_get_context() local
606 rv = _kernelrpc_mach_port_get_context(task, name, &wide_context); in mach_port_get_context()
609 *context = (mach_port_context_t)wide_context; in mach_port_get_context()