/src/sys/arch/xen/include/ |
if_xennetvar.h | 40 struct nfs_diskless; 43 int xennet_bootstatic_callback(struct nfs_diskless *);
|
/src/sys/nfs/ |
nfsdiskless.h | 65 struct nfs_diskless { struct 84 int nfs_boot_init(struct nfs_diskless *, struct lwp *); 85 void nfs_boot_cleanup(struct nfs_diskless *, struct lwp *); 100 int nfs_bootdhcp(struct nfs_diskless *, struct lwp *, int *); 101 int nfs_bootparam(struct nfs_diskless *, struct lwp *, int *); 102 int nfs_bootstatic(struct nfs_diskless *, struct lwp *, int *); 104 extern int (*nfs_bootstatic_callback)(struct nfs_diskless *);
|
nfs_bootstatic.c | 63 int (*nfs_bootstatic_callback)(struct nfs_diskless *) = NULL; 66 nfs_bootstatic(struct nfs_diskless *nd, struct lwp *lwp, int *_flags)
|
nfs_bootdhcp.c | 226 static int bootpc_call (struct nfs_diskless *, struct lwp *, int *); 227 static void bootp_extract (struct bootp *, int, struct nfs_diskless *, int *); 240 nfs_bootdhcp(struct nfs_diskless *nd, struct lwp *lwp, int *flags) 483 bootpc_call(struct nfs_diskless *nd, struct lwp *lwp, int *flags) 695 struct nfs_diskless *nd, int *flags)
|
nfs_boot.c | 110 * Called with an empty nfs_diskless struct to be filled in. 112 * save all the boot parameters in the nfs_diskless struct. 115 nfs_boot_init(struct nfs_diskless *nd, struct lwp *lwp) 195 nfs_boot_cleanup(struct nfs_diskless *nd, struct lwp *lwp)
|
nfs_bootparam.c | 107 nfs_bootparam(struct nfs_diskless *nd, struct lwp *lwp, int *flags)
|
nfs_var.h | 47 struct nfs_diskless;
|
nfs_vfsops.c | 314 * - Call nfs_boot_init() to fill in the nfs_diskless struct 321 struct nfs_diskless *nd; 347 * Call nfs_boot_init() to fill in the nfs_diskless struct.
|
/src/sys/fs/nfs/common/ |
nfsdiskless.h | 96 struct nfs_diskless { struct 109 extern struct nfs_diskless nfs_diskless;
|
nfs_diskless.c | 1 /* $NetBSD: nfs_diskless.c,v 1.2 2016/12/13 22:41:46 pgoyette Exp $ */ 37 /* __FBSDID("FreeBSD: head/sys/nfs/nfs_diskless.c 297086 2016-03-20 21:48:26Z ian "); */ 38 __RCSID("$NetBSD: nfs_diskless.c,v 1.2 2016/12/13 22:41:46 pgoyette Exp $"); 77 struct nfs_diskless nfs_diskless = { { { 0 } } }; variable in typeref:struct:nfs_diskless 102 * nfs_diskless state. Used also by bootp/dhcp support. 173 struct nfs_diskless *nd = &nfs_diskless; 192 printf("nfs_diskless: bad NFS handle len\n"); 203 printf("nfs_diskless: no netmask\n") [all...] |
/src/sys/kern/ |
subr_tftproot.c | 106 struct nfs_diskless *trh_nd; 123 struct nfs_diskless *nd = NULL;
|
/src/sys/fs/nfs/client/ |
nfs_clvfsops.c | 157 * This structure is now defined in sys/nfs/nfs_diskless.c so that it 163 struct nfs_diskless nfs_diskless = { { { 0 } } }; variable in typeref:struct:nfs_diskless 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); 263 bcopy(nfs_diskless.root_fh, nfsv3_diskless.root_fh, NFSX_MYFH); 266 bcopy(nfs_diskless.root_fh, nfsv3_diskless.root_fh, NFSX_V2FH); 268 bcopy(&nfs_diskless.root_saddr,&nfsv3_diskless.root_saddr, 270 bcopy(nfs_diskless.root_hostnam, nfsv3_diskless.root_hostnam, MNAMELEN) [all...] |
/src/sys/arch/xen/x86/ |
autoconf.c | 186 dom0_bootstatic_callback(struct nfs_diskless *nd)
|
/src/sys/arch/xen/xen/ |
if_xennet_xenbus.c | 1429 xennet_bootstatic_callback(struct nfs_diskless *nd)
|