HomeSort by: relevance | last modified time | path
    Searched defs:start_init (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
init_main.c 251 int start_init_exec; /* semaphore for start_init() */
254 static void start_init(void *);
650 if (fork1(l, 0, SIGCHLD, NULL, 0, start_init, NULL, NULL))
654 * The initproc variable cannot be initialized in start_init as there
655 * is a race between vfs_mountroot and start_init.
968 start_init(void *arg) function in typeref:typename:void
init_main.c 251 int start_init_exec; /* semaphore for start_init() */
254 static void start_init(void *);
650 if (fork1(l, 0, SIGCHLD, NULL, 0, start_init, NULL, NULL))
654 * The initproc variable cannot be initialized in start_init as there
655 * is a race between vfs_mountroot and start_init.
968 start_init(void *arg) function in typeref:typename:void

Completed in 131 milliseconds