Home
last modified time | relevance | path

Searched refs:ipc_port_alloc (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dmk_timer.c111 result = ipc_port_alloc(myspace, init_flags, &name, &port); in mk_timer_create_trap()
H A Dipc_tt.c1428 kr = ipc_port_alloc(current_task()->itk_space, IPC_PORT_INIT_MESSAGE_QUEUE, in mach_reply_port()
1466 kr = ipc_port_alloc(current_task()->itk_space, flags, &name, &port); in thread_get_special_reply_port()
/xnu-8792.41.9/osfmk/ipc/
H A Dipc_port.h625 extern kern_return_t ipc_port_alloc(
H A Dmach_port.c641 kr = ipc_port_alloc(space, IPC_PORT_INIT_MESSAGE_QUEUE, in mach_port_allocate_full()
2666 kr = ipc_port_alloc(space, init_flags, name, &port); in mach_port_construct()
H A Dipc_port.c799 ipc_port_alloc( in ipc_port_alloc() function