Home
last modified time | relevance | path

Searched refs:boottime (Results 1 – 14 of 14) sorted by relevance

/openbsd/lib/librpcsvc/
H A Drstat.x78 rstat_timeval boottime; member
97 rstat_timeval boottime; member
/openbsd/usr.bin/rup/
H A Drup.c118 return d1->statstime.boottime.tv_sec in compare()
119 - d2->statstime.boottime.tv_sec; in compare()
195 host_stat->curtime.tv_sec -= host_stat->boottime.tv_sec; in print_rup_data()
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/rpcsvc/
H A Drstat.h14 int boottime; member
/openbsd/gnu/gcc/fixincludes/tests/base/rpcsvc/
H A Drstat.h14 int boottime; member
/openbsd/usr.bin/w/
H A Dw.c426 struct timespec boottime; in pr_header() local
441 if (clock_gettime(CLOCK_BOOTTIME, &boottime) != -1) { in pr_header()
442 uptime = boottime.tv_sec; in pr_header()
/openbsd/usr.bin/top/
H A Ddisplay.c217 struct timespec boottime; in format_uptime() local
221 if (clock_gettime(CLOCK_BOOTTIME, &boottime) == -1) in format_uptime()
224 uptime = boottime.tv_sec; in format_uptime()
/openbsd/libexec/rpc.rstatd/
H A Drstat_proc.c214 stats_all.s2.boottime.tv_sec = btm.tv_sec; in updatestat()
215 stats_all.s2.boottime.tv_usec = btm.tv_usec; in updatestat()
/openbsd/sys/kern/
H A Dkern_tc.c542 struct bintime boottime, old_utc, uptime, utc; in tc_setrealtimeclock() local
552 bintimesub(&utc, &uptime, &boottime); in tc_setrealtimeclock()
555 tc_windup(&boottime, NULL, &zero); in tc_setrealtimeclock()
/openbsd/sbin/sysctl/
H A Dsysctl.c166 time_t boottime; variable
266 ctime(&boottime); /* satisfy potential $TZ expansion before unveil() */ in main()
941 boottime = btp->tv_sec; in parse()
942 ct = ctime(&boottime); in parse()
947 boottime); in parse()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_gpu_error.h196 ktime_t boottime; member
H A Di915_gpu_error.c890 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl()
2070 error->boottime = ktime_get_boottime(); in i915_gpu_coredump_alloc()
/openbsd/sys/nfs/
H A Dnfs_serv.c820 struct timeval boottime; in nfsrv_write() local
975 microboottime(&boottime); in nfsrv_write()
976 *tl++ = txdr_unsigned(boottime.tv_sec); in nfsrv_write()
977 *tl = txdr_unsigned(boottime.tv_usec); in nfsrv_write()
2833 struct timeval boottime; in nfsrv_commit() local
2886 microboottime(&boottime); in nfsrv_commit()
2887 *tl++ = txdr_unsigned(boottime.tv_sec); in nfsrv_commit()
2888 *tl = txdr_unsigned(boottime.tv_usec); in nfsrv_commit()
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dinclhack.def2606 select = "boottime$";
2608 c_fix_arg = "boottime;";
2609 test_text = "struct statswtch {\n int boottime\n};";
/openbsd/gnu/gcc/fixincludes/
H A Dinclhack.def3306 select = "boottime$";
3308 c_fix_arg = "boottime;";
3309 test_text = "struct statswtch {\n int boottime\n};";