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

  /src/sys/fs/nfs/common/
nfsdiskless.h 61 struct nfsv3_diskless { struct
108 extern struct nfsv3_diskless nfsv3_diskless;
nfs_diskless.c 78 struct nfsv3_diskless nfsv3_diskless = { { { 0 } } }; variable in typeref:struct:nfsv3_diskless
154 * Populate the essential fields in the nfsv3_diskless structure.
174 struct nfsv3_diskless *nd3 = &nfsv3_diskless;
bootp_subr.c 296 static void bootpc_decode_reply(struct nfsv3_diskless *nd,
1421 bootpc_decode_reply(struct nfsv3_diskless *nd, struct bootpc_ifcontext *ifctx,
1595 struct nfsv3_diskless *nd;
1603 nd = &nfsv3_diskless;
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 164 struct nfsv3_diskless nfsv3_diskless = { { { 0 } } }; variable in typeref:struct:nfsv3_diskless
173 nfsv3_diskless.root_hostnam, 0, "Path to nfs root");
176 &nfsv3_diskless.root_saddr, sizeof(nfsv3_diskless.root_saddr),
256 bcopy(&nfs_diskless.myif, &nfsv3_diskless.myif,
258 bcopy(&nfs_diskless.mygateway, &nfsv3_diskless.mygateway,
260 nfs_convert_oargs(&nfsv3_diskless.root_args,&nfs_diskless.root_args);
261 if (nfsv3_diskless.root_args.flags & NFSMNT_NFSV3) {
262 nfsv3_diskless.root_fhsize = NFSX_MYFH
    [all...]

Completed in 15 milliseconds