Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/osfmk/ipc/
H A Dmach_kernelrpc.c235 switch (args->polyPoly) { in _kernelrpc_mach_port_insert_right_trap()
240 args->polyPoly); in _kernelrpc_mach_port_insert_right_trap()
248 rv = ipc_object_copyin(task->itk_space, args->poly, args->polyPoly, in _kernelrpc_mach_port_insert_right_trap()
253 disp = ipc_object_copyin_type(args->polyPoly); in _kernelrpc_mach_port_insert_right_trap()
H A Dmach_port.c1717 mach_msg_type_name_t polyPoly) in mach_port_insert_right() argument
1724 !MACH_MSG_TYPE_PORT_ANY_RIGHT(polyPoly)) { in mach_port_insert_right()
1733 polyPoly, name); in mach_port_insert_right()
1758 mach_msg_type_name_t *polyPoly) in mach_port_extract_right() argument
1784 *polyPoly = ipc_object_copyin_type(msgt_name); in mach_port_extract_right()
/xnu-11215.1.10/osfmk/mach/
H A Dmach_traps.h233 mach_msg_type_name_t polyPoly
786 PAD_ARG_(mach_msg_type_name_t, polyPoly);