HomeSort by: relevance | last modified time | path
    Searched refs:boot_time (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h 79 int boot_time; member in struct:preference_s
main.c 599 if(pref.boot_time > 0){/* 0 can't use */
601 how_long_to_boot = pref.boot_time;
605 pref.boot_time);
721 if(pref.boot_time){
722 wsprintf(tempbuf,TEXT("%d"),pref.boot_time);
793 pref.boot_time = _wtoi(tempbuf);
preference.c 53 #define BOOT_TIME 6
76 TEXT("boot_time"),
305 case BOOT_TIME:
307 buf.boot_time = d;
545 wsprintf(unibuf,TEXT("boot_time:%d\r\n"),buf->boot_time);
546 debug_printf(TEXT("boot_time,tempbuf=%s\n"),unibuf);
  /src/sbin/init/
init.c 196 static struct timeval boot_time; variable in typeref:struct:timeval
234 (void)gettimeofday(&boot_time, NULL);
1181 make_utmpx("", BOOT_MSG, BOOT_TIME, 0, &boot_time, 0);

Completed in 141 milliseconds