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

  /src/sys/fs/nfs/client/
nfs_clrpcops.c 5849 struct nfsclds *dsp, *cur_dsp; local in function:nfscl_getsameserver
5855 cur_dsp = NULL;
5874 if (cur_dsp == NULL)
5875 cur_dsp = dsp;
5878 if (cur_dsp != NULL) {
5879 *retdspp = cur_dsp;
nfs_clrpcops.c 5849 struct nfsclds *dsp, *cur_dsp; local in function:nfscl_getsameserver
5855 cur_dsp = NULL;
5874 if (cur_dsp == NULL)
5875 cur_dsp = dsp;
5878 if (cur_dsp != NULL) {
5879 *retdspp = cur_dsp;

Completed in 30 milliseconds