Home
last modified time | relevance | path

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

/src/sys/nlm/
H A Dnlm_prot_impl.c1151 sm_stat_res smstat; in nlm_host_unmonitor() local
1173 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_host_unmonitor()
1179 if (smstat.res_stat == stat_fail) { in nlm_host_unmonitor()
1196 sm_stat_res smstat; in nlm_host_monitor() local
1238 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_host_monitor()
1244 if (smstat.res_stat == stat_fail) { in nlm_host_monitor()
1539 sm_stat smstat; in nlm_server_main() local
1631 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_server_main()
1644 NLM_DEBUG(1, "NLM: local NSM state is %d\n", smstat.state); in nlm_server_main()
1645 nlm_nsm_state = smstat.state; in nlm_server_main()
/src/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()