Home
last modified time | relevance | path

Searched defs:nfsv3_diskless (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/nfs/
H A Dnfsdiskless.h58 struct nfsv3_diskless { struct
59 struct ifaliasreq myif; /* Default interface */
60 struct sockaddr_in mygateway; /* Default gateway */
61 struct nfs_args root_args; /* Mount args for root fs */
62 int root_fhsize; /* Size of root file handle */
63 u_char root_fh[NFSX_V3FHMAX]; /* File handle of root dir */
64 struct sockaddr_in root_saddr; /* Address of root server */
65 char root_hostnam[MNAMELEN]; /* Host name for mount pt */
66 long root_time; /* Timestamp of root fs */
67 char my_hostnam[MAXHOSTNAMELEN]; /* Client host name */
H A Dnfs_diskless.c70 struct nfsv3_diskless nfsv3_diskless = { { { 0 } } }; variable
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c168 struct nfsv3_diskless nfsv3_diskless = { { { 0 } } }; variable