Home
last modified time | relevance | path

Searched refs:boot_time (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c599 if(pref.boot_time > 0){/* 0 can't use */ in WinMain()
601 how_long_to_boot = pref.boot_time; in WinMain()
605 pref.boot_time); in WinMain()
721 if(pref.boot_time){ in PropDlgProc()
722 wsprintf(tempbuf,TEXT("%d"),pref.boot_time); in PropDlgProc()
793 pref.boot_time = _wtoi(tempbuf); in PropDlgProc()
H A Dpbsdboot.h79 int boot_time; member
H A Dpreference.c307 buf.boot_time = d; in pref_read()
545 wsprintf(unibuf,TEXT("boot_time:%d\r\n"),buf->boot_time); in pref_write()
/netbsd/external/mit/libuv/dist/src/unix/
H A Daix.c1020 time_t boot_time; in uv_uptime() local
1022 boot_time = 0; in uv_uptime()
1031 boot_time = utmp_buf->ut_time; in uv_uptime()
1036 if (boot_time == 0) in uv_uptime()
1039 *uptime = time(NULL) - boot_time; in uv_uptime()
/netbsd/sbin/init/
H A Dinit.c196 static struct timeval boot_time; variable
234 (void)gettimeofday(&boot_time, NULL); in main()
1181 make_utmpx("", BOOT_MSG, BOOT_TIME, 0, &boot_time, 0); in read_ttys()
/netbsd/external/bsd/nsd/dist/
H A Dremote.c167 struct timeval stats_time, boot_time; member
299 if(gettimeofday(&rc->boot_time, NULL) == -1) in daemon_remote_create()
301 rc->stats_time = rc->boot_time; in daemon_remote_create()
2769 timeval_subtract(&uptime, now, &xfrd->nsd->rc->boot_time); in print_stats()