HomeSort by: relevance | last modified time | path
    Searched defs:rtimo (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/common/
bootp_subr.c 603 time_t rtimo; local in function:bootpc_call
669 rtimo = 0;
768 (rtimo == 0 || time_second >= rtimo)) {
888 rtimo = time_second +
915 if (rtimo != 0 && time_second >= rtimo)
bootp_subr.c 603 time_t rtimo; local in function:bootpc_call
669 rtimo = 0;
768 (rtimo == 0 || time_second >= rtimo)) {
888 rtimo = time_second +
915 if (rtimo != 0 && time_second >= rtimo)
bootp_subr.c 603 time_t rtimo; local in function:bootpc_call
669 rtimo = 0;
768 (rtimo == 0 || time_second >= rtimo)) {
888 rtimo = time_second +
915 if (rtimo != 0 && time_second >= rtimo)

Completed in 33 milliseconds