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

  /src/sys/nfs/
nfs_vnops.c 2904 int error = 0, ofhlen, fhlen; local in function:nfs_lookitup
2923 ofhlen = np->n_fhsize;
2924 ofhp = kmem_alloc(ofhlen, KM_SLEEP);
2925 memcpy(ofhp, np->n_fhp, ofhlen);
2927 ofhp, ofhlen, nfhp, fhlen);
2929 kmem_free(ofhp, ofhlen);
2944 ofhp, ofhlen, np->n_fhp, fhlen);
2945 kmem_free(ofhp, ofhlen);
nfs_vnops.c 2904 int error = 0, ofhlen, fhlen; local in function:nfs_lookitup
2923 ofhlen = np->n_fhsize;
2924 ofhp = kmem_alloc(ofhlen, KM_SLEEP);
2925 memcpy(ofhp, np->n_fhp, ofhlen);
2927 ofhp, ofhlen, nfhp, fhlen);
2929 kmem_free(ofhp, ofhlen);
2944 ofhp, ofhlen, np->n_fhp, fhlen);
2945 kmem_free(ofhp, ofhlen);
nfs_vnops.c 2904 int error = 0, ofhlen, fhlen; local in function:nfs_lookitup
2923 ofhlen = np->n_fhsize;
2924 ofhp = kmem_alloc(ofhlen, KM_SLEEP);
2925 memcpy(ofhp, np->n_fhp, ofhlen);
2927 ofhp, ofhlen, nfhp, fhlen);
2929 kmem_free(ofhp, ofhlen);
2944 ofhp, ofhlen, np->n_fhp, fhlen);
2945 kmem_free(ofhp, ofhlen);

Completed in 146 milliseconds