/src/sys/arch/emips/stand/common/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.2 2019/12/14 02:58:20 tsutsui Exp $ */ 32 #include <machine/bootinfo.h> 36 extern char *bootinfo;
|
/src/sys/arch/hpcarm/include/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.2 2002/02/01 18:16:05 uch Exp $ */ 3 #include <hpc/include/bootinfo.h>
|
/src/sys/arch/hpcmips/include/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.5 2002/02/01 18:16:05 uch Exp $ */ 3 #include <hpc/include/bootinfo.h>
|
/src/sys/arch/i386/include/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.14 2003/02/26 21:28:59 fvdl Exp $ */ 3 #include <x86/bootinfo.h>
|
/src/sys/arch/mvmeppc/stand/libsa/ |
libsa.h | 43 extern struct mvmeppc_bootinfo bootinfo;
|
/src/sys/arch/cobalt/stand/boot/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.5 2008/04/28 20:23:16 martin Exp $ */ 32 #include <machine/bootinfo.h>
|
/src/sys/arch/mmeye/stand/boot/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.1 2011/03/03 05:59:37 kiyohara Exp $ */ 32 #include <machine/bootinfo.h>
|
/src/sys/arch/xen/x86/ |
xen_def_cons.h | 8 #include <machine/bootinfo.h>
|
/src/sys/arch/i386/stand/lib/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.12 2018/01/27 22:25:23 pgoyette Exp $ */ 29 #include <machine/bootinfo.h> 31 struct bootinfo { struct 36 extern struct bootinfo *bootinfo; 40 #define BI_ALLOC(max) (bootinfo = alloc(sizeof(struct bootinfo) \ 44 #define BI_FREE() dealloc(bootinfo, 0)
|
bootinfo.c | 1 /* $NetBSD: bootinfo.c,v 1.6 2016/06/05 14:13:57 maxv Exp $ */ 33 #include "bootinfo.h" 35 struct bootinfo *bootinfo; variable in typeref:struct:bootinfo * 43 if (bootinfo == NULL) { 46 if (bootinfo->nentries >= BTINFO_MAX) { 47 panic("bootinfo too big"); 49 bootinfo->entry[bootinfo->nentries++] = vtophys(what);
|
/src/sys/arch/zaurus/stand/zboot/ |
bootinfo.c | 1 /* $NetBSD: bootinfo.c,v 1.1 2009/03/02 09:33:02 nonaka Exp $ */ 30 #include "bootinfo.h" 32 struct btinfo *bootinfo; variable in typeref:struct:btinfo * 40 for (i = 0; i < bootinfo->nentries; i++) { 41 btinfo = (struct btinfo_common *)(bootinfo->entry[i]); 57 if (bootinfo) { 60 idx = bootinfo->nentries++; 62 bootinfo->entry[idx] = (u_long)what; 72 if (bootinfo) { 75 for (i = idx + 1; i < bootinfo->nentries; i++) [all...] |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.1 2009/03/02 09:33:02 nonaka Exp $ */ 32 #include <machine/bootinfo.h> 39 extern struct btinfo *bootinfo; 41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \ 45 #define BI_FREE() DEALLOC(bootinfo, 0)
|
/src/sys/arch/arc/stand/boot/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.4 2008/04/28 20:23:13 martin Exp $ */ 32 #include <machine/bootinfo.h>
|
/src/sys/arch/hpcsh/include/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.7 2002/02/11 17:30:44 uch Exp $ */ 3 #include <hpc/include/bootinfo.h>
|
/src/sys/arch/hppa/stand/boot/ |
bootinfo.c | 1 /* $NetBSD: bootinfo.c,v 1.1 2014/02/24 07:23:43 skrll Exp $ */ 37 #include "bootinfo.h" 39 struct bootinfo bootinfo; variable in typeref:struct:bootinfo 46 memset(&bootinfo, 0, sizeof(bootinfo)); 58 memcpy(&bootinfo.bi_data[bootinfo.bi_offset], what, size); 60 bootinfo.bi_offset += what->len; 61 bootinfo.bi_nentries++ [all...] |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.1 2014/02/24 07:23:43 skrll Exp $ */ 32 #include <machine/bootinfo.h> 40 struct bootinfo { struct 44 /* Raw data of bootinfo entries. The first one (if any) is 51 extern struct bootinfo bootinfo;
|
/src/sys/arch/mipsco/stand/common/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.3 2009/03/14 14:46:03 dsl Exp $ */ 32 #include <machine/bootinfo.h>
|
/src/sys/arch/pmax/stand/common/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.4 2009/03/14 14:46:04 dsl Exp $ */ 32 #include <machine/bootinfo.h>
|
/src/sys/arch/sgimips/stand/common/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.4 2008/04/28 20:23:34 martin Exp $ */ 32 #include <machine/bootinfo.h>
|
/src/sys/arch/amd64/include/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.1 2003/04/26 18:39:38 fvdl Exp $ */ 6 #include <x86/bootinfo.h>
|
/src/sys/arch/landisk/stand/boot/ |
bootinfo.c | 1 /* $NetBSD: bootinfo.c,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ 32 #include "bootinfo.h" 34 struct btinfo *bootinfo; variable in typeref:struct:btinfo * 43 if (bootinfo) { 44 bootinfo->entry[bootinfo->nentries++] = (u_long)what;
|
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ 32 #include <machine/bootinfo.h> 39 extern struct btinfo *bootinfo; 41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \ 45 #define BI_FREE() DEALLOC(bootinfo, 0)
|
/src/sys/arch/ofppc/stand/ |
Makefile | 3 SUBDIR= ofwboot bootinfo
|
/src/sys/arch/sparc/stand/boot/ |
bootinfo.h | 1 /* $NetBSD: bootinfo.h,v 1.3 2008/04/28 20:23:36 martin Exp $ */ 32 #include <machine/bootinfo.h>
|
/src/sys/dev/ |
kloader.h | 33 struct bootinfo { struct 37 #include <machine/bootinfo.h> 86 struct bootinfo bootinfo; member in struct:kloader_bootinfo 110 struct bootinfo *, int);
|