Searched refs:bi_data (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/hppa/stand/boot/
H A Dbootinfo.h41 int bi_nentries; /* Number of bootinfo_* entries in bi_data. */
42 int bi_offset; /* Offset into bi_data for next bootinfo_* */
45 * found at &bi_data[0] and can be cast to (bootinfo_common *).
48 char bi_data[BOOTINFO_DATASIZE]; member in struct:bootinfo
H A Dbootinfo.c58 memcpy(&bootinfo.bi_data[bootinfo.bi_offset], what, size);
/netbsd-current/sys/arch/hppa/include/
H A Dbootinfo.h71 /* Number of bootinfo_* entries in bi_data. */
76 * found at bi_data[0] and can be casted to (bootinfo_common *).
79 uint8_t bi_data[BOOTINFO_DATASIZE]; member in struct:bootinfo
/netbsd-current/sys/arch/virt68k/include/
H A Dbootinfo.h48 uint8_t bi_data[]; member in struct:bi_record
63 #define BI_RNG_SEED 8 /* random number generator seed (bi_data) */
77 struct bi_data { struct
148 #define bootinfo_dataptr(bi) ((void *)&(bi)->bi_data[0])
/netbsd-current/sys/arch/i386/i386/
H A Dmultiboot.c251 data = (vaddr_t)&bip->bi_data;
258 if (data + len < (vaddr_t)&bip->bi_data + sizeof(bip->bi_data)) {
H A Dmachdep.c336 data = &bidest->bi_data[0];
344 (&bidest->bi_data[0] + BOOTINFO_MAXSIZE))
/netbsd-current/sys/arch/x86/include/
H A Dbootinfo.h264 /* Number of bootinfo_* entries in bi_data. */
268 * found at bi_data[0] and can be casted to (bootinfo_common *).
271 uint8_t bi_data[BOOTINFO_MAXSIZE - sizeof(uint32_t)]; member in struct:bootinfo
/netbsd-current/sys/arch/amd64/stand/prekern/
H A Dprng.c67 bic = (struct btinfo_common *)(bootinfo.bi_data);
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dbootinfo.c420 struct bi_data *rnd = bootinfo_dataptr(bi);
/netbsd-current/sys/arch/x86/x86/
H A Dmultiboot2.c355 data = (vaddr_t)&bip->bi_data;
362 if (data + len < (vaddr_t)&bip->bi_data + sizeof(bip->bi_data)) {
H A Dx86_machdep.c154 bic = (struct btinfo_common *)(bootinfo.bi_data);
182 bic = (struct btinfo_common *)(bootinfo.bi_data);
/netbsd-current/sys/arch/hppa/hppa/
H A Dmachdep.c2022 bic = (struct btinfo_common *)(&bootinfo.bi_data[0]);

Completed in 224 milliseconds