Searched refs:BOOTINFO_MAXSIZE (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/sys/arch/hppa/stand/boot/
H A Dbootinfo.h34 #define BOOTINFO_MAXSIZE 1024 macro
35 #define BOOTINFO_DATASIZE (BOOTINFO_MAXSIZE - 2 * sizeof(int))
H A Dboot.c163 if (size < BOOTINFO_MAXSIZE / 2) {
/netbsd-current/sys/arch/hppa/include/
H A Dbootinfo.h63 #define BOOTINFO_MAXSIZE 1024 macro
64 #define BOOTINFO_DATASIZE (BOOTINFO_MAXSIZE - 2 * sizeof(uint32_t))
/netbsd-current/sys/arch/landisk/include/
H A Dbootinfo.h63 #define BOOTINFO_MAXSIZE 4096 macro
67 char info[BOOTINFO_MAXSIZE - sizeof(int)];
/netbsd-current/sys/arch/zaurus/include/
H A Dbootinfo.h34 #define BOOTINFO_MAXSIZE (BOOTARGS_BUFSIZ - sizeof(uint32_t)) /* uint32_t for magic */ macro
79 char info[BOOTINFO_MAXSIZE - sizeof(int)];
/netbsd-current/sys/arch/bebox/include/
H A Dbootinfo.h68 #define BOOTINFO_MAXSIZE 0xd0 macro
/netbsd-current/sys/arch/prep/include/
H A Dbootinfo.h62 #define BOOTINFO_MAXSIZE 0xd0 macro
/netbsd-current/sys/arch/rs6000/include/
H A Dbootinfo.h56 #define BOOTINFO_MAXSIZE 0xd0 macro
/netbsd-current/sys/arch/evbarm/mini2440/
H A Dmini2440_bootinfo.h36 #define BOOTINFO_MAXSIZE 4096 macro
H A Dmini2440_machdep.c218 char bootinfo[BOOTINFO_MAXSIZE];
1063 (size_t)help < (size_t)bootinfo + BOOTINFO_MAXSIZE);
/netbsd-current/sys/arch/zaurus/stand/zboot/
H A Dloadfile_zboot.c103 static char bibuf[BOOTINFO_MAXSIZE];
119 if ((p - bibuf) + help->len > BOOTINFO_MAXSIZE)
/netbsd-current/sys/arch/sandpoint/include/
H A Dbootinfo.h125 #define BOOTINFO_MAXSIZE 4096 macro
/netbsd-current/sys/arch/x86/include/
H A Dbootinfo.h257 #define BOOTINFO_MAXSIZE 16384 macro
271 uint8_t bi_data[BOOTINFO_MAXSIZE - sizeof(uint32_t)];
/netbsd-current/sys/arch/prep/stand/boot/
H A Dboot.c60 char bootinfo[BOOTINFO_MAXSIZE];
/netbsd-current/sys/arch/evbarm/stand/boot2440/
H A Dmain.c510 memset(addr, 0, BOOTINFO_MAXSIZE);
524 if (bi_size + size > BOOTINFO_MAXSIZE)
/netbsd-current/sys/arch/sandpoint/sandpoint/
H A Dmachdep.c97 char bootinfo[BOOTINFO_MAXSIZE];
307 (size_t)help < (size_t)bootinfo + BOOTINFO_MAXSIZE);
/netbsd-current/sys/arch/rs6000/stand/boot/
H A Dboot.c58 char bootinfo[BOOTINFO_MAXSIZE];
/netbsd-current/sys/arch/landisk/stand/boot/
H A Dboot2.c270 static char bibuf[BOOTINFO_MAXSIZE];
/netbsd-current/sys/arch/bebox/bebox/
H A Dmachdep.c93 char bootinfo[BOOTINFO_MAXSIZE];
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dmain.c69 int bi_size; /* BOOTINFO_MAXSIZE */
409 memset(addr, 0, BOOTINFO_MAXSIZE);
422 if (bi_size + size > BOOTINFO_MAXSIZE)
/netbsd-current/sys/arch/zaurus/stand/zbsdmod/
H A Dzbsdmod.c393 if (position < (loff_t)BOOTINFO_MAXSIZE) {
/netbsd-current/sys/arch/prep/prep/
H A Dmachdep.c93 char bootinfo[BOOTINFO_MAXSIZE];
/netbsd-current/sys/arch/rs6000/rs6000/
H A Dmachdep.c98 char bootinfo[BOOTINFO_MAXSIZE];
/netbsd-current/sys/arch/zaurus/zaurus/
H A Dmachdep.c664 memcpy(bootinfo, (void *)(KERNEL_BASE_PHYS - BOOTINFO_MAXSIZE),
665 BOOTINFO_MAXSIZE);
/netbsd-current/sys/arch/amd64/stand/prekern/
H A Dlocore.S236 addl $BOOTINFO_MAXSIZE,%ebp
253 cmpl %ebp,%edx /* beyond bootinfo+BOOTINFO_MAXSIZE? */

Completed in 174 milliseconds

12