Home
last modified time | relevance | path

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

/xnu-8020.121.3/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-8020.121.3/osfmk/ipc/
H A Dmach_kernelrpc.c240 switch (args->polyPoly) { in _kernelrpc_mach_port_insert_right_trap()
245 args->polyPoly); in _kernelrpc_mach_port_insert_right_trap()
253 rv = ipc_object_copyin(task->itk_space, args->poly, args->polyPoly, in _kernelrpc_mach_port_insert_right_trap()
258 disp = ipc_object_copyin_type(args->polyPoly); in _kernelrpc_mach_port_insert_right_trap()
H A Dmach_port.c1681 mach_msg_type_name_t polyPoly) in mach_port_insert_right() argument
1688 !MACH_MSG_TYPE_PORT_ANY_RIGHT(polyPoly)) { in mach_port_insert_right()
1697 polyPoly, name); in mach_port_insert_right()
1722 mach_msg_type_name_t *polyPoly) in mach_port_extract_right() argument
1748 *polyPoly = ipc_object_copyin_type(msgt_name); in mach_port_extract_right()
/xnu-8020.121.3/osfmk/mach/
H A Dmach_traps.h221 mach_msg_type_name_t polyPoly
746 PAD_ARG_(mach_msg_type_name_t, polyPoly);