Home
last modified time | relevance | path

Searched refs:low_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()
402 if (str_sec(str, &(pt->low_time)) < 0) { in trng_add()
425 if (pt->low_time > pt->high_time) { in trng_add()
473 (arcn->sb.st_mtime < pt->low_time) && in trng_match()
474 (arcn->sb.st_ctime < pt->low_time)) || in trng_match()
487 (arcn->sb.st_ctime < pt->low_time)) || in trng_match()
500 (arcn->sb.st_mtime < pt->low_time)) || in trng_match()
H A Dsel_subs.h60 time_t low_time; /* lower inclusive time limit */ member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c35 uint32_t low_time; /* card base + 0x00 */ member
167 tlo = regp[unit]->low_time; /* latch and read first 4 bytes */ in psc_poll()