Searched defs:nfsv3_diskless (Results 1 – 3 of 3) sorted by relevance
58 struct nfsv3_diskless { struct59 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 */
70 struct nfsv3_diskless nfsv3_diskless = { { { 0 } } }; variable
168 struct nfsv3_diskless nfsv3_diskless = { { { 0 } } }; variable