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

  /src/sys/kern/
init_main.c 955 static const char * const initpaths[] = { variable in typeref:typename:const char * const[]
964 * Start the initial user process; try exec'ing each pathname in "initpaths".
1023 if (initpaths[ipx])
1024 printf(" (default %s)", initpaths[ipx]);
1039 } else if (len == 0 && initpaths[ipx] != NULL) {
1040 path = initpaths[ipx++];
1050 if ((path = initpaths[ipx++]) == NULL) {
1100 if (boothowto & RB_ASKNAME || path != initpaths[0])
init_main.c 955 static const char * const initpaths[] = { variable in typeref:typename:const char * const[]
964 * Start the initial user process; try exec'ing each pathname in "initpaths".
1023 if (initpaths[ipx])
1024 printf(" (default %s)", initpaths[ipx]);
1039 } else if (len == 0 && initpaths[ipx] != NULL) {
1040 path = initpaths[ipx++];
1050 if ((path = initpaths[ipx++]) == NULL) {
1100 if (boothowto & RB_ASKNAME || path != initpaths[0])
init_main.c 955 static const char * const initpaths[] = { variable in typeref:typename:const char * const[]
964 * Start the initial user process; try exec'ing each pathname in "initpaths".
1023 if (initpaths[ipx])
1024 printf(" (default %s)", initpaths[ipx]);
1039 } else if (len == 0 && initpaths[ipx] != NULL) {
1040 path = initpaths[ipx++];
1050 if ((path = initpaths[ipx++]) == NULL) {
1100 if (boothowto & RB_ASKNAME || path != initpaths[0])

Completed in 31 milliseconds