Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c775 static struct timeval next_allhard; local
904 (void) gettimeofday(&next_allhard,
906 next_allhard.tv_sec += ALLHARD_DELAY;
911 if (now.tv_sec >= next_allhard.tv_sec) {