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

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 224 CLIENT *af_rpc; /* (c) rpc client to send message */ member in struct:nlm_async_lock
591 NULL, af->af_rpc, &ext, nlm_zero_tv);
610 NULL, af->af_rpc, &ext, nlm_zero_tv);
633 if (af->af_rpc)
634 CLNT_RELEASE(af->af_rpc);
2066 af->af_rpc = client;
2104 CLNT_RELEASE(af->af_rpc);
nlm_prot_impl.c 224 CLIENT *af_rpc; /* (c) rpc client to send message */ member in struct:nlm_async_lock
591 NULL, af->af_rpc, &ext, nlm_zero_tv);
610 NULL, af->af_rpc, &ext, nlm_zero_tv);
633 if (af->af_rpc)
634 CLNT_RELEASE(af->af_rpc);
2066 af->af_rpc = client;
2104 CLNT_RELEASE(af->af_rpc);

Completed in 24 milliseconds