Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dmk_timer.c91 result = ipc_port_alloc(myspace, init_flags, &name, &port); in mk_timer_create_trap()
H A Dipc_tt.c1369 kr = ipc_port_alloc(current_task()->itk_space, IPC_PORT_INIT_MESSAGE_QUEUE, in mach_reply_port()
1407 kr = ipc_port_alloc(current_task()->itk_space, flags, &name, &port); in thread_get_special_reply_port()
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_port.h596 extern kern_return_t ipc_port_alloc(
H A Dmach_port.c692 kr = ipc_port_alloc(space, IPC_PORT_INIT_MESSAGE_QUEUE, in mach_port_allocate_full()
2719 kr = ipc_port_alloc(space, init_flags, name, &port); in mach_port_construct()
H A Dipc_port.c793 ipc_port_alloc( in ipc_port_alloc() function