Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1150 sm_stat_res smstat; in nlm_host_unmonitor() local
1172 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_host_unmonitor()
1178 if (smstat.res_stat == stat_fail) { in nlm_host_unmonitor()
1195 sm_stat_res smstat; in nlm_host_monitor() local
1237 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_host_monitor()
1243 if (smstat.res_stat == stat_fail) { in nlm_host_monitor()
1538 sm_stat smstat; in nlm_server_main() local
1630 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_server_main()
1643 NLM_DEBUG(1, "NLM: local NSM state is %d\n", smstat.state); in nlm_server_main()
1644 nlm_nsm_state = smstat.state; in nlm_server_main()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c2085 struct sm_stat smstat; in unmonitor_lock_host() local
2125 (xdrproc_t)xdr_sm_stat, &smstat); in unmonitor_lock_host()