Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/nlm/
Dnlm_prot_impl.c1146 sm_stat_res smstat; in nlm_host_unmonitor() local
1168 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_host_unmonitor()
1174 if (smstat.res_stat == stat_fail) { in nlm_host_unmonitor()
1191 sm_stat_res smstat; in nlm_host_monitor() local
1233 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_host_monitor()
1239 if (smstat.res_stat == stat_fail) { in nlm_host_monitor()
1533 sm_stat smstat; in nlm_server_main() local
1625 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_server_main()
1638 NLM_DEBUG(1, "NLM: local NSM state is %d\n", smstat.state); in nlm_server_main()
1639 nlm_nsm_state = smstat.state; in nlm_server_main()
/freebsd-10-stable/usr.sbin/rpc.lockd/
Dlockd_lock.c2109 struct sm_stat smstat; in unmonitor_lock_host() local
2149 (xdrproc_t)xdr_sm_stat, &smstat); in unmonitor_lock_host()