Searched refs:res_stat (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/include/rpcsvc/
H A Dsm_inter.x48 /* res_stat = stat_succ if status monitor agrees to monitor */
49 /* res_stat = stat_fail if status monitor cannot monitor */
50 /* if res_stat == stat_succ, state = state number of site sm_name */
53 /* res_stat = stat_succ if status monitor agrees to monitor */
54 /* res_stat = stat_fail if status monitor cannot monitor */
115 sm_res res_stat;
/freebsd-13-stable/usr.sbin/rpc.statd/
H A Dprocs.c124 res.res_stat = stat_fail;
131 res.res_stat = stat_succ;
139 res.res_stat = stat_fail;
165 res.res_stat = stat_fail;
179 res.res_stat = stat_fail; /* Assume fail until set otherwise */
209 res.res_stat = stat_succ; /* Report success */
/freebsd-13-stable/sys/nlm/
H A Dsm_inter.h61 sm_res res_stat; member in struct:sm_stat_res
H A Dsm_inter_xdr.c89 if (!xdr_sm_res(xdrs, &objp->res_stat))
H A Dnlm_prot_impl.c1157 if (smstat.res_stat == stat_fail) {
1222 if (smstat.res_stat == stat_fail) {
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c2083 if (sres.res_stat == stat_fail) {

Completed in 119 milliseconds