HomeSort by: relevance | last modified time | path
    Searched defs:smstat (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 1154 sm_stat_res smstat; local in function:nlm_host_unmonitor
1176 (xdrproc_t) xdr_sm_stat, &smstat, timo);
1182 if (smstat.res_stat == stat_fail) {
1199 sm_stat_res smstat; local in function:nlm_host_monitor
1241 (xdrproc_t) xdr_sm_stat, &smstat, timo);
1247 if (smstat.res_stat == stat_fail) {
1543 sm_stat smstat; local in function:nlm_server_main
1635 (xdrproc_t) xdr_sm_stat, &smstat, timo);
1648 NLM_DEBUG(1, "NLM: local NSM state is %d\n", smstat.state);
1649 nlm_nsm_state = smstat.state
    [all...]

Completed in 12 milliseconds