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

  /src/sys/kern/
init_main.c 984 int ipx, len; local in function:start_init
1019 ipx = 0;
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) {
1051 ipx = 0;
init_main.c 984 int ipx, len; local in function:start_init
1019 ipx = 0;
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) {
1051 ipx = 0;

Completed in 76 milliseconds