Lines Matching refs:seconds
4846 "next resign: %s/%s in %d seconds",
6086 delta *= 24 * 3600; /* to seconds */
11658 * Set the file modification time zone->expire seconds before expiretime.
16771 isc_uint32_t seconds = isc_time_seconds(now);
16779 if (zmgr->unreachable[i].expire >= seconds &&
16785 zmgr->unreachable[i].last = seconds;
16838 isc_uint32_t seconds = isc_time_seconds(now);
16839 isc_uint32_t last = seconds;
16851 if (zmgr->unreachable[i].expire < seconds)
16864 zmgr->unreachable[i].expire = seconds + UNREACH_HOLD_TIME;
16865 zmgr->unreachable[i].last = seconds;
16866 if (zmgr->unreachable[i].expire < seconds)
16874 zmgr->unreachable[slot].expire = seconds + UNREACH_HOLD_TIME;
16875 zmgr->unreachable[slot].last = seconds;
16883 zmgr->unreachable[oldest].expire = seconds + UNREACH_HOLD_TIME;
16884 zmgr->unreachable[oldest].last = seconds;
18058 * seconds in the future, whichever is sooner.
18386 /* Multiply by 60 for seconds */