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

/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_port.defs294 routine mach_port_insert_right(
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_kernelrpc.c203 rv = mach_port_insert_right(task->itk_space, args->name, port, disp);
H A Dmach_port.c1512 * Routine: mach_port_insert_right [kernel call]
1533 mach_port_insert_right( function
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_port.c229 mach_port_insert_right( function
H A Dmach_msg.c226 (void) mach_port_insert_right(mach_task_self_, port,
/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c437 my_kr = mach_port_insert_right( mach_task_self(), my_port, my_port, MACH_MSG_TYPE_MAKE_SEND );
439 printf( "mach_port_insert_right failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c262 ret = mach_port_insert_right(mach_task_self(),
267 mach_error("mach_port_insert_right(): ", ret);
H A DKQMPMMtest.c247 ret = mach_port_insert_right(mach_task_self(),
252 mach_error("mach_port_insert_right(): ", ret);

Completed in 47 milliseconds