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

  /src/sys/compat/netbsd32/
netbsd32_nfssvc.c 100 nsd->nsd_nfsd = NETBSD32PTR64(args32.nsd_nfsd);
123 NETBSD32PTR32(args32.nsd_nfsd, nsd->nsd_nfsd);
netbsd32.h 1097 netbsd32_nfsdp nsd_nfsd; member in struct:netbsd32_nfsd_srvargs
  /src/sys/nfs/
nfs_syscalls.c 159 * transport in struct nfsd_srvargs::nsd_nfsd.
195 * as stored in struct nfsd_srvargs::nsd_nfsd, or NULL if nfsdu is
368 if ((uintptr_t)nsd->nsd_nfsd != 0 &&
369 (nfsd = nfsd_get(nsd->nsd_nfsd)) == NULL)
614 if ((uintptr_t)nsd->nsd_nfsd == 0) {
624 nsd->nsd_nfsd = nfsd_bake_cookie(nfsd);
627 } else if ((nfsd = nfsd_get(nsd->nsd_nfsd)) == NULL) {
631 KASSERT(nsd->nsd_nfsd != (struct nfsd *)(uintptr_t)0);
890 KASSERT(nsd->nsd_nfsd != (struct nfsd *)(uintptr_t)0);
891 nsd->nsd_nfsd = (struct nfsd *)(uintptr_t)0
    [all...]
nfs.h 203 struct nfsd *nsd_nfsd; /* Pointer to in kernel nfsd struct */ member in struct:nfsd_srvargs

Completed in 38 milliseconds