Searched refs:ipc_init (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_init.h105 * File: ipc/ipc_init.h
128 extern void ipc_init(void) __attribute__((section("__TEXT, initcode")));
H A Dipc_init.c66 * File: ipc/ipc_init.c
100 #include <ipc/ipc_init.h>
229 * Routine: ipc_init
235 ipc_init(void) function
244 panic("ipc_init: kmem_suballoc of ipc_kernel_map failed");
250 panic("ipc_init: kmem_suballoc of ipc_kernel_copy_map failed");
H A Dipc_hash.c75 #include <ipc/ipc_init.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstartup.c79 #include <ipc/ipc_init.h>
167 kernel_bootstrap_kprintf("calling ipc_init\n");
168 ipc_init();

Completed in 23 milliseconds