Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/rpc.statd/
H A Dstatd.c392 hi->notifyReqd = *(time_t *) ptr; in reset_host()
409 return hi->notifyReqd ? -1 : 0; in check_work()
441 if (hi->notifyReqd == 0 || hi->notifyReqd > now) in notify_one()
464 hi->notifyReqd = 0; in notify_one()
469 hi->notifyReqd += 5; in notify_one()
471 hi->notifyReqd += 60; in notify_one()
473 hi->notifyReqd += 60 * 60; in notify_one()
H A Dstatd.h73 int notifyReqd; /* Time of our next attempt or 0 member