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

  /src/sys/kern/
init_main.c 244 struct proc *initproc; variable in typeref:struct:proc *
654 * The initproc variable cannot be initialized in start_init as there
658 initproc = proc_find_raw(1);
  /src/sys/rump/librump/rumpkern/
rump.c 96 struct proc *initproc; variable in typeref:struct:proc *
347 initproc = &proc0; /* borrow proc0 before we get initproc started */
476 initproc = proc_find_raw(1);
478 if (initproc == NULL)
479 panic("%s: where in the world is initproc?", __func__);
480 strlcpy(initproc->p_comm, "rumplocal", sizeof(initproc->p_comm));

Completed in 13 milliseconds