Home
last modified time | relevance | path

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

/dragonfly/usr.bin/w/
H A Dw.c442 struct timespec boot_ts; in pr_header() local
464 if (clock_gettime(CLOCK_UPTIME, &boot_ts) == 0) { in pr_header()
465 uptime = boot_ts.tv_sec; in pr_header()