Searched refs:btinfo_common (Results 26 - 50 of 74) sorted by relevance

123

/netbsd-current/sys/arch/pmax/stand/common/
H A Dbootinfo.c44 struct btinfo_common *bi;
48 bi = (struct btinfo_common *)bootinfo;
59 struct btinfo_common *bi;
70 bi = (struct btinfo_common *)bi_next;
/netbsd-current/sys/arch/emips/stand/common/
H A Dbootinfo.c44 struct btinfo_common *bi;
48 bi = (struct btinfo_common *)bootinfo;
59 struct btinfo_common *bi;
70 bi = (struct btinfo_common *)bi_next;
/netbsd-current/sys/arch/x86/include/
H A Dbootinfo.h54 struct btinfo_common { struct
60 struct btinfo_common common;
65 struct btinfo_common common;
70 struct btinfo_common common;
81 struct btinfo_common common;
91 struct btinfo_common common;
103 struct btinfo_common common;
110 struct btinfo_common common;
132 struct btinfo_common common;
178 struct btinfo_common commo
[all...]
/netbsd-current/sys/arch/zaurus/stand/zboot/
H A Dbootinfo.h47 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size)
50 void bi_add(struct btinfo_common *, int, int);
H A Dbootinfo.c37 struct btinfo_common *btinfo;
41 btinfo = (struct btinfo_common *)(bootinfo->entry[i]);
50 bi_add(struct btinfo_common *what, int type, int size)
H A Dloadfile_zboot.c105 struct btinfo_common *help;
118 help = (struct btinfo_common *)(bootinfo->entry[i]);
/netbsd-current/sys/arch/landisk/stand/boot/
H A Dbootinfo.h47 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size)
49 void bi_add(struct btinfo_common *, int, int);
H A Dbootinfo.c37 bi_add(struct btinfo_common *what, int type, int size)
/netbsd-current/sys/arch/i386/stand/lib/
H A Dbootinfo.h46 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size)
48 void bi_add(struct btinfo_common *, int, int);
H A Dbootinfo.c38 bi_add(struct btinfo_common *what, int type, int size)
/netbsd-current/sys/arch/sparc/stand/boot/
H A Dbootinfo.c46 struct btinfo_common *bi;
58 bi = (struct btinfo_common *)bootinfo;
71 struct btinfo_common *bi;
82 bi = (struct btinfo_common *)bi_next;
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dbootinfo.c47 struct btinfo_common *bi;
65 bi = (struct btinfo_common *)bootinfo;
78 struct btinfo_common *bi;
89 bi = (struct btinfo_common *)bi_next;
/netbsd-current/sys/arch/arc/stand/boot/
H A Dbootinfo.c38 struct btinfo_common *bootinfo; /* bootinfo address */
62 struct btinfo_common *bi;
/netbsd-current/sys/arch/sgimips/stand/common/
H A Dbootinfo.c38 struct btinfo_common *bootinfo; /* bootinfo address */
62 struct btinfo_common *bi;
/netbsd-current/sys/arch/epoc32/stand/e32boot/ldd/
H A De32boot.cpp60 TInt BootNetBSD(NetBSD *, struct btinfo_common *);
151 struct btinfo_common *bootinfo = (struct btinfo_common *)a2;
167 E32BootChannel::BootNetBSD(NetBSD *netbsd, struct btinfo_common *bootinfo)
/netbsd-current/sys/arch/hppa/stand/boot/
H A Dbootinfo.c53 bi_add(struct btinfo_common *what, int type, size_t size)
/netbsd-current/sys/arch/epoc32/stand/e32boot/exe/
H A De32boot.cpp41 LOCAL_C struct btinfo_common *CreateBootInfo(TAny *);
42 LOCAL_C struct btinfo_common *FindBootInfoL(struct btinfo_common *, int);
43 TUint SummaryBootInfoMemory(struct btinfo_common *);
131 struct btinfo_common *bootinfo;
323 LOCAL_C struct btinfo_common *
328 struct btinfo_common *bootinfo, *common;
340 common = bootinfo = (struct btinfo_common *)buf;
403 LOCAL_C struct btinfo_common *
404 FindBootInfoL(struct btinfo_common *bootinf
[all...]
/netbsd-current/sys/arch/i386/i386/
H A Dmultiboot.c104 static void bootinfo_add(struct btinfo_common *, int, int);
242 bootinfo_add(struct btinfo_common *item, int type, int len)
253 struct btinfo_common *tmp;
255 tmp = (struct btinfo_common *)data;
420 bootinfo_add((struct btinfo_common *)bi, BTINFO_BIOSGEOM,
473 bootinfo_add((struct btinfo_common *)&bi, BTINFO_ROOTDEVICE,
511 bootinfo_add((struct btinfo_common *)&bi, BTINFO_BOOTPATH,
572 bootinfo_add((struct btinfo_common *)&bi,
653 bootinfo_add((struct btinfo_common *)bi, BTINFO_MEMMAP,
/netbsd-current/sys/arch/amd64/stand/prekern/
H A Dprng.c59 static struct btinfo_common *
63 struct btinfo_common *bic;
67 bic = (struct btinfo_common *)(bootinfo.bi_data);
73 bic = (struct btinfo_common *)
/netbsd-current/sys/arch/bebox/bebox/
H A Dmachdep.c187 struct btinfo_common *bt;
188 struct btinfo_common *help = (struct btinfo_common *)bootinfo;
194 help = (struct btinfo_common *)((char*)help + bt->next);
/netbsd-current/sys/arch/x86/x86/
H A Dmultiboot2.c348 static struct btinfo_common *
357 struct btinfo_common *tmp;
359 tmp = (struct btinfo_common *)data;
364 struct btinfo_common *item = (struct btinfo_common *)data;
375 bootinfo_add(struct btinfo_common *item, int type, int len)
377 struct btinfo_common *bip = bootinfo_init(type, len);
413 bootinfo_add((struct btinfo_common *)&bic,
419 bootinfo_add((struct btinfo_common *)&bic,
424 bootinfo_add((struct btinfo_common *)
[all...]
/netbsd-current/sys/arch/prep/prep/
H A Dmachdep.c221 struct btinfo_common *bt;
222 struct btinfo_common *help = (struct btinfo_common *)bootinfo;
228 help = (struct btinfo_common *)((char*)help + bt->next);
/netbsd-current/sys/arch/landisk/landisk/
H A Dmachdep.c262 struct btinfo_common *help;
265 help = (struct btinfo_common *)(bootinfo->info);
269 help = (struct btinfo_common *)((char *)help + help->len);
/netbsd-current/sys/arch/rs6000/rs6000/
H A Dmachdep.c446 struct btinfo_common *bt;
447 struct btinfo_common *help = (struct btinfo_common *)bootinfo;
453 help = (struct btinfo_common *)((char*)help + bt->next);
/netbsd-current/sys/arch/sandpoint/sandpoint/
H A Dmachdep.c296 struct btinfo_common *bt;
297 struct btinfo_common *help = (struct btinfo_common *)bootinfo;
305 help = (struct btinfo_common *)((char*)help + bt->next);

Completed in 291 milliseconds

123