Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dttl_utils.c71 struct timeval old_time; in has_entry_expired() local
144 bcopy(ttl.dptr, &old_time, sizeof (struct timeval)); in has_entry_expired()
146 return (is_greater_timeval(&now, &old_time)); in has_entry_expired()
H A Dshim.c568 time_t old_time; in check_old_map_date() local
590 bcopy(value.dptr, &old_time, sizeof (time_t)); in check_old_map_date()
594 if (stats.st_mtime <= old_time) { in check_old_map_date()