Searched refs:rtimo (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/nfs/
H A Dbootp_subr.c582 time_t rtimo; local
654 rtimo = 0;
754 (rtimo == 0 || time_second >= rtimo)) {
874 rtimo = time_second +
901 if (rtimo != 0 && time_second >= rtimo)

Completed in 53 milliseconds