Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/rpc.statd/
H A Dstat_proc.c76 smres.res_stat = stat_fail; in sm_stat_1_svc()
108 smres.res_stat = stat_fail; /* Assume fail until set otherwise */ in sm_mon_1_svc()
/netbsd-src/lib/librpcsvc/
H A Dsm_inter.x86 stat_fail = 1 /* status monitor cannot monitor */ enumerator
/netbsd-src/sys/fs/nfs/nlm/
H A Dsm_inter.h58 stat_fail = 1 enumerator
H A Dnlm_prot_impl.c1182 if (smstat.res_stat == stat_fail) { in nlm_host_unmonitor()
1247 if (smstat.res_stat == stat_fail) { in nlm_host_monitor()
/netbsd-src/usr.sbin/rpc.lockd/
H A Dlockd_lock.c803 if (result.res_stat == stat_fail) { in do_mon()