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

/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c115 if (mach_port_allocate(get_task_ipcspace(ux_handler_self), MACH_PORT_RIGHT_PORT_SET, &exc_set_name) != MACH_MSG_SUCCESS)
122 if (mach_port_allocate(get_task_ipcspace(ux_handler_self), MACH_PORT_RIGHT_RECEIVE, &exc_port_name) != MACH_MSG_SUCCESS)
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_port.defs142 routine mach_port_allocate(
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c229 ret = mach_port_allocate(mach_task_self(),
233 mach_error("mach_port_allocate(SET): ", ret);
240 ret = mach_port_allocate(mach_task_self(),
244 mach_error("mach_port_allocate(PORT): ", ret);
310 ret = mach_port_allocate(mach_task_self(),
314 mach_error("mach_port_allocate(): ", ret);
H A DKQMPMMtest.c223 ret = mach_port_allocate(mach_task_self(),
227 mach_error("mach_port_allocate(): ", ret);
231 ret = mach_port_allocate(mach_task_self(),
235 mach_error("mach_port_allocate(): ", ret);
295 ret = mach_port_allocate(mach_task_self(),
299 mach_error("mach_port_allocate(): ", ret);
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c372 ret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE,
375 mach_error("mach_port_allocate(): ", ret);
401 ret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE,
404 mach_error("mach_port_allocate(): ", ret);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c389 my_kr = mach_port_allocate( mach_task_self(), MACH_PORT_RIGHT_PORT_SET, &my_pset );
391 printf( "mach_port_allocate failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
395 my_kr = mach_port_allocate( mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &my_port );
397 printf( "mach_port_allocate failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_kernelrpc.c106 rv = mach_port_allocate(task->itk_space, args->right, &name);
H A Dmach_port.c529 * Routine: mach_port_allocate [kernel call]
547 mach_port_allocate( function
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_port.c90 mach_port_allocate( function

Completed in 74 milliseconds