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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmach_init_ports.c98 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &thread_recycle_port);
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c111 if (mach_port_allocate(get_task_ipcspace(ux_handler_self), MACH_PORT_RIGHT_PORT_SET, &exc_set_name) != MACH_MSG_SUCCESS)
118 if (mach_port_allocate(get_task_ipcspace(ux_handler_self), MACH_PORT_RIGHT_RECEIVE, &exc_port_name) != MACH_MSG_SUCCESS)
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMMtest.c219 ret = mach_port_allocate(mach_task_self(),
223 mach_error("mach_port_allocate(): ", ret);
273 ret = mach_port_allocate(mach_task_self(),
277 mach_error("mach_port_allocate(): ", ret);
H A DMPMMtest.c233 ret = mach_port_allocate(mach_task_self(),
237 mach_error("mach_port_allocate(): ", ret);
289 ret = mach_port_allocate(mach_task_self(),
293 mach_error("mach_port_allocate(): ", ret);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_port.c533 * Routine: mach_port_allocate [kernel call]
551 mach_port_allocate( function

Completed in 42 milliseconds