Searched refs:nfs_diskless (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsdiskless.h125 struct nfs_diskless { struct
H A Dnfs_boot.c130 int nfs_boot_init(__unused struct nfs_diskless *nd)
135 int nfs_boot_getfh(__unused struct nfs_diskless *nd, __unused int v3, __unused int sotype)
189 * Called with an empty nfs_diskless struct to be filled in.
192 nfs_boot_init(struct nfs_diskless *nd)
309 * Called with a partially initialized nfs_diskless struct
313 nfs_boot_getfh(struct nfs_diskless *nd, int v3, int sotype)
H A Dnfs.h1194 struct nfs_diskless;
1195 int nfs_boot_init(struct nfs_diskless *);
1196 int nfs_boot_getfh(struct nfs_diskless *, int, int);
H A Dnfs_vfsops.c817 * nfs_diskless structure that has been filled in properly by some primary
822 * - If nfs_diskless.mygateway is filled in, use that address as
831 struct nfs_diskless nd;
844 * Call nfs_boot_init() to fill in the nfs_diskless struct.

Completed in 41 milliseconds