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

  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h 79 int boot_time; member in struct:preference_s
  /src/external/bsd/nsd/dist/
metrics.c 51 struct timeval stats_time, boot_time; member in struct:daemon_metrics
73 if(gettimeofday(&metrics->boot_time, NULL) == -1)
75 metrics->stats_time = metrics->boot_time;
537 timeval_subtract(&uptime, now, &xfrd->nsd->metrics->boot_time);
remote.c 174 struct timeval stats_time, boot_time; member in struct:daemon_remote
318 if(gettimeofday(&rc->boot_time, NULL) == -1)
320 rc->stats_time = rc->boot_time;
3188 timeval_subtract(&uptime, now, &xfrd->nsd->rc->boot_time);
  /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);
  /src/external/mit/libuv/dist/src/unix/
aix.c 1036 time_t boot_time; local
1038 boot_time = 0;
1046 if (utmp_buf->ut_type == BOOT_TIME)
1047 boot_time = utmp_buf->ut_time;
1052 if (boot_time == 0)
1055 *uptime = time(NULL) - boot_time;

Completed in 19 milliseconds