Searched refs:mach_port_insert_right (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Dmach_port.defs317 routine mach_port_insert_right(
/xnu-2782.1.97/osfmk/ipc/
H A Dmach_kernelrpc.c228 rv = mach_port_insert_right(task->itk_space, args->name, port, disp);
H A Dmach_port.c1601 * Routine: mach_port_insert_right [kernel call]
1622 mach_port_insert_right( function
2358 kr = mach_port_insert_right(space, *name, port, MACH_MSG_TYPE_PORT_SEND);
/xnu-2782.1.97/libsyscall/mach/
H A Dmach_port.c249 mach_port_insert_right( function
H A Dmach_msg.c228 (void) mach_port_insert_right(mach_task_self_, port,
/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlb_mmtest.c378 ret = mach_port_insert_right(mach_task_self(), ts->server_port,
381 mach_error("mach_port_insert_right(): ", ret);
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c428 my_kr = mach_port_insert_right( mach_task_self(), my_port, my_port, MACH_MSG_TYPE_MAKE_SEND );
430 printf( "mach_port_insert_right failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
H A Dtests.c6759 ret = mach_port_insert_right( mach_task_self(), exception_port, exception_port, MACH_MSG_TYPE_MAKE_SEND );
/xnu-2782.1.97/tools/tests/MPMMTest/
H A DMPMMtest.c260 ret = mach_port_insert_right(mach_task_self(),
265 mach_error("mach_port_insert_right(): ", ret);
H A DKQMPMMtest.c245 ret = mach_port_insert_right(mach_task_self(),
250 mach_error("mach_port_insert_right(): ", ret);

Completed in 53 milliseconds