Home
last modified time | relevance | path

Searched refs:stat_fail (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/rpc.statd/
H A Dprocs.c122 res.res_stat = stat_fail; in sm_stat_1_svc()
137 res.res_stat = stat_fail; in sm_stat_1_svc()
163 res.res_stat = stat_fail; in sm_mon_1_svc()
177 res.res_stat = stat_fail; /* Assume fail until set otherwise */ in sm_mon_1_svc()
/freebsd/include/rpcsvc/
H A Dsm_inter.x103 stat_fail = 1 /* status monitor cannot monitor */ enumerator
/freebsd/sys/nlm/
H A Dsm_inter.h55 stat_fail = 1 enumerator
H A Dnlm_prot_impl.c1179 if (smstat.res_stat == stat_fail) { in nlm_host_unmonitor()
1244 if (smstat.res_stat == stat_fail) { in nlm_host_monitor()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c2057 if (sres.res_stat == stat_fail) { in monitor_lock_host()