Home
last modified time | relevance | path

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

/xnu-12377.1.9/libsyscall/mach/
H A Dmach_port.c266 mach_msg_type_name_t polyPoly) in mach_port_insert_right() argument
270 rv = _kernelrpc_mach_port_insert_right_trap(task, name, poly, polyPoly); in mach_port_insert_right()
274 polyPoly); in mach_port_insert_right()
286 mach_msg_type_name_t *polyPoly) in mach_port_extract_right() argument
291 poly, polyPoly); in mach_port_extract_right()
/xnu-12377.1.9/osfmk/ipc/
H A Dmach_kernelrpc.c239 switch (args->polyPoly) { in _kernelrpc_mach_port_insert_right_trap()
244 args->polyPoly); in _kernelrpc_mach_port_insert_right_trap()
252 rv = ipc_object_copyin(task->itk_space, args->poly, args->polyPoly, in _kernelrpc_mach_port_insert_right_trap()
257 disp = ipc_object_copyin_type(args->polyPoly); in _kernelrpc_mach_port_insert_right_trap()
H A Dmach_port.c1656 mach_msg_type_name_t polyPoly) in mach_port_insert_right() argument
1663 !MACH_MSG_TYPE_PORT_ANY_RIGHT(polyPoly)) { in mach_port_insert_right()
1671 return ipc_object_copyout_name(space, poly, polyPoly, name); in mach_port_insert_right()
1696 mach_msg_type_name_t *polyPoly) in mach_port_extract_right() argument
1723 *polyPoly = ipc_object_copyin_type(msgt_name); in mach_port_extract_right()
/xnu-12377.1.9/osfmk/mach/
H A Dmach_traps.h234 mach_msg_type_name_t polyPoly
792 PAD_ARG_(mach_msg_type_name_t, polyPoly);