Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dsel_subs.c397 pt->low_time = pt->high_time = time(NULL); in trng_add()
414 if (str_sec(up_pt, &(pt->high_time)) < 0) { in trng_add()
425 if (pt->low_time > pt->high_time) { in trng_add()
476 (arcn->sb.st_mtime > pt->high_time) && in trng_match()
477 (arcn->sb.st_ctime > pt->high_time))) { in trng_match()
489 (arcn->sb.st_ctime > pt->high_time))) { in trng_match()
502 (arcn->sb.st_mtime > pt->high_time))) { in trng_match()
H A Dsel_subs.h61 time_t high_time; /* higher inclusive time limit */ member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c36 uint32_t high_time; /* card base + 0x04 */ member
168 thi = regp[unit]->high_time; /* read 4 higher order bytes */ in psc_poll()