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

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 256 int nh_state; /* (s) last seen NSM state of host */ member in struct:nlm_host
794 host->nh_state = newstate;
863 host->nh_state = 0;
1203 if (state && !host->nh_state) {
1209 host->nh_state = state;
1329 return (host->nh_state);
1984 if (monitor && host->nh_state && argp->state
1985 && host->nh_state != argp->state) {
nlm_prot_impl.c 256 int nh_state; /* (s) last seen NSM state of host */ member in struct:nlm_host
794 host->nh_state = newstate;
863 host->nh_state = 0;
1203 if (state && !host->nh_state) {
1209 host->nh_state = state;
1329 return (host->nh_state);
1984 if (monitor && host->nh_state && argp->state
1985 && host->nh_state != argp->state) {
nlm_prot_impl.c 256 int nh_state; /* (s) last seen NSM state of host */ member in struct:nlm_host
794 host->nh_state = newstate;
863 host->nh_state = 0;
1203 if (state && !host->nh_state) {
1209 host->nh_state = state;
1329 return (host->nh_state);
1984 if (monitor && host->nh_state && argp->state
1985 && host->nh_state != argp->state) {
nlm_prot_impl.c 256 int nh_state; /* (s) last seen NSM state of host */ member in struct:nlm_host
794 host->nh_state = newstate;
863 host->nh_state = 0;
1203 if (state && !host->nh_state) {
1209 host->nh_state = state;
1329 return (host->nh_state);
1984 if (monitor && host->nh_state && argp->state
1985 && host->nh_state != argp->state) {

Completed in 149 milliseconds