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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsdiskless.h87 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)
183 * Called with an empty nfs_diskless struct to be filled in.
186 nfs_boot_init(struct nfs_diskless *nd)
315 * Called with a partially initialized nfs_diskless struct
319 nfs_boot_getfh(struct nfs_diskless *nd, int v3, int sotype)
H A Dnfs.h1431 struct nfs_diskless;
1432 int nfs_boot_init(struct nfs_diskless *);
1433 int nfs_boot_getfh(struct nfs_diskless *, int, int);
H A Dnfs_vfsops.c862 * nfs_diskless structure that has been filled in properly by some primary
867 * - If nfs_diskless.mygateway is filled in, use that address as
876 struct nfs_diskless nd;
888 * Call nfs_boot_init() to fill in the nfs_diskless struct.

Completed in 45 milliseconds