Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dmk_timer.c94 result = ipc_port_alloc(myspace, label, IP_INIT_NONE, &name, &port); in mk_timer_create_trap()
H A Dipc_tt.c1334 kr = ipc_port_alloc(current_space(), IPC_OBJECT_LABEL(IOT_PORT), in mach_reply_port()
1370 kr = ipc_port_alloc(current_space(), IPC_OBJECT_LABEL(IOT_SPECIAL_REPLY_PORT), in thread_get_special_reply_port()
/xnu-12377.81.4/osfmk/ipc/
H A Dipc_port.h621 extern kern_return_t ipc_port_alloc(
H A Dmach_port.c638 kr = ipc_port_alloc(space, label, in mach_port_allocate_full()
2598 kr = ipc_port_alloc(space, label, init_flags, name, &port); in mach_port_construct()
H A Dipc_port.c895 ipc_port_alloc( in ipc_port_alloc() function