Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/rpc.statd/
H A Dfile.c270 int work_to_do = FALSE; in notify_hosts() local
279 work_to_do = TRUE; in notify_hosts()
284 if (!work_to_do) return; /* No work found */ in notify_hosts()
312 work_to_do = FALSE; /* Unless anything fails */ in notify_hosts()
322 else work_to_do = TRUE; in notify_hosts()
325 if (!work_to_do) break; in notify_hosts()
H A Dprocs.c260 int work_to_do; in sm_simu_crash_1_svc() local
274 work_to_do = TRUE; in sm_simu_crash_1_svc()
280 if (work_to_do) notify_hosts(); in sm_simu_crash_1_svc()