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

/xnu-2422.115.4/tools/tests/unit_tests/thread_get_state_11918811_src/
H A Dthread_get_state.c77 kret = mach_port_insert_right(mach_task_self(), exception_port, exception_port, MACH_MSG_TYPE_MAKE_SEND);
79 errx(1, "mach_port_insert_right: %s (%d)", mach_error_string(kret), kret);
/xnu-2422.115.4/osfmk/mach/
H A Dmach_port.defs317 routine mach_port_insert_right(
/xnu-2422.115.4/tools/tests/unit_tests/guarded_fd_tests_11746236_src/
H A Dguarded_test_framework.c190 if ((kr = mach_port_insert_right(task, exc_port,
/xnu-2422.115.4/tools/tests/unit_tests/guarded_mach_port_tests_11178535_src/
H A Dguarded_test_framework.c170 if ((kr = mach_port_insert_right(task, exc_port,
/xnu-2422.115.4/tools/tests/unit_tests/sprace_test_11891562_src/
H A Dsprace_test_11891562.c177 kr = mach_port_insert_right(mach_task_self(), msg_port, msg_port, MACH_MSG_TYPE_MAKE_SEND);
179 mach_error("mach_port_insert_right(msg_port)", kr);
/xnu-2422.115.4/osfmk/ipc/
H A Dmach_kernelrpc.c228 rv = mach_port_insert_right(task->itk_space, args->name, port, disp);
H A Dmach_port.c1600 * Routine: mach_port_insert_right [kernel call]
1621 mach_port_insert_right( function
2321 kr = mach_port_insert_right(space, *name, port, MACH_MSG_TYPE_PORT_SEND);
/xnu-2422.115.4/tools/tests/unit_tests/cpu_monitor_tests_11646922_src/
H A Dcpumon_test_framework.c304 if ((kr = mach_port_insert_right(task, exc_port,
/xnu-2422.115.4/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-2422.115.4/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-2422.115.4/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) );
/xnu-2422.115.4/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 48 milliseconds