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

  /src/sys/kern/
init_main.c 960 static const char * const initpaths[] = { variable
969 * Start the initial user process; try exec'ing each pathname in "initpaths".
1028 if (initpaths[ipx])
1029 printf(" (default %s)", initpaths[ipx]);
1044 } else if (len == 0 && initpaths[ipx] != NULL) {
1045 path = initpaths[ipx++];
1055 if ((path = initpaths[ipx++]) == NULL) {
1105 if (boothowto & RB_ASKNAME || path != initpaths[0])

Completed in 18 milliseconds