HomeSort by: relevance | last modified time | path
    Searched refs:notifyReqd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpc.statd/
statd.c 380 * setting the notifyReqd flag, which will in due course
384 * may already have notifyReqd set, where we didn't manage to
392 hi->notifyReqd = *(time_t *) ptr;
409 return hi->notifyReqd ? -1 : 0;
441 if (hi->notifyReqd == 0 || hi->notifyReqd > now)
464 hi->notifyReqd = 0;
469 hi->notifyReqd += 5;
471 hi->notifyReqd += 60;
473 hi->notifyReqd += 60 * 60
    [all...]
statd.h 73 int notifyReqd; /* Time of our next attempt or 0

Completed in 28 milliseconds