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

  /src/sys/arch/hpcmips/stand/pbsdboot/
main.c 155 int boot_times[] = { variable in typeref:typename:int[]
715 for (i = 0; i < ARRAYSIZEOF(boot_times); i++) {
716 wsprintf(tempbuf, TEXT("%d"), boot_times[i]);
726 wsprintf(tempbuf, TEXT("%d"), boot_times[0]);

Completed in 16 milliseconds