| /netbsd/src/sys/arch/sparc64/include/ |
| D | bootinfo.h | 88 #ifdef BOOTINFO_SIZE 89 #undef BOOTINFO_SIZE 92 #define BOOTINFO_SIZE NBPG macro
|
| /netbsd/src/sys/arch/sparc/stand/ofwboot/ |
| D | bootinfo.c | 56 sparc64_memset(endp, 0, BOOTINFO_SIZE); in bi_init() 62 endp[0] = (uint64_t)(u_long)((char *)endp + BOOTINFO_SIZE); in bi_init() 80 if (bi_size + size > BOOTINFO_SIZE) in bi_add()
|
| /netbsd/src/sys/arch/cobalt/stand/boot/ |
| D | bootinfo.c | 49 if ((bootinfo = (char *)alloc(BOOTINFO_SIZE)) != NULL) { in bi_init() 66 if (bi_size + size > BOOTINFO_SIZE) in bi_add()
|
| /netbsd/src/sys/arch/mmeye/stand/boot/ |
| D | bootinfo.c | 49 if ((bootinfo = (char *)alloc(BOOTINFO_SIZE)) != NULL) { in bi_init() 66 if (bi_size + size > BOOTINFO_SIZE) in bi_add()
|
| /netbsd/src/sys/arch/sparc/stand/boot/ |
| D | bootinfo.c | 55 endp[0] = (u_long)((char *)endp + BOOTINFO_SIZE); in bi_init() 73 if (bi_size + size > BOOTINFO_SIZE) in bi_add()
|
| D | boot.c | 195 size += BOOTINFO_SIZE; in loadk() 348 if (i < BOOTINFO_SIZE / 2) { in main() 351 char x[BOOTINFO_SIZE / 2]; in main()
|
| /netbsd/src/sys/arch/arc/arc/ |
| D | machdep.c | 134 static char bi_buf[BOOTINFO_SIZE]; /* buffer to store bootinfo data */ 190 memcpy(bi_buf, bip, BOOTINFO_SIZE); in mach_init() 513 bt->next < BOOTINFO_SIZE /* sanity */ && in lookup_bootinfo() 514 (size_t)bip < (size_t)bootinfo + BOOTINFO_SIZE); in lookup_bootinfo()
|
| /netbsd/src/sys/arch/sgimips/sgimips/ |
| D | machdep.c | 225 static uint8_t bi_buf[BOOTINFO_SIZE]; /* buffer to store bootinfo data */ 302 memcpy(bi_buf, bip, BOOTINFO_SIZE); in mach_init() 904 bt->next < BOOTINFO_SIZE /* sanity */ && in lookup_bootinfo() 905 (size_t)bip < (size_t)bootinfo + BOOTINFO_SIZE); in lookup_bootinfo()
|
| /netbsd/src/sys/arch/pmax/include/ |
| D | bootinfo.h | 33 #define BOOTINFO_SIZE 1024 macro
|
| /netbsd/src/sys/arch/mipsco/include/ |
| D | bootinfo.h | 33 #define BOOTINFO_SIZE 1024 macro
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | bootinfo.h | 30 #define BOOTINFO_SIZE 1024 macro
|
| /netbsd/src/sys/arch/sgimips/include/ |
| D | bootinfo.h | 33 #define BOOTINFO_SIZE 1024 macro
|
| /netbsd/src/sys/arch/arc/include/ |
| D | bootinfo.h | 33 #define BOOTINFO_SIZE 1024 macro
|
| /netbsd/src/sys/arch/emips/include/ |
| D | bootinfo.h | 33 #define BOOTINFO_SIZE 1024 macro
|
| /netbsd/src/sys/arch/mmeye/mmeye/ |
| D | machdep.c | 114 char bootinfo[BOOTINFO_SIZE]; 255 memcpy(bootinfo, (void *)bip, BOOTINFO_SIZE); in initSH3() 823 (size_t)help < (size_t)bootinfo + BOOTINFO_SIZE); in lookup_bootinfo()
|
| /netbsd/src/sys/arch/mmeye/include/ |
| D | bootinfo.h | 33 #define BOOTINFO_SIZE 1024 macro
|
| /netbsd/src/sys/arch/hp300/include/ |
| D | bootinfo.h | 30 #define BOOTINFO_SIZE 1024 macro
|
| /netbsd/src/sys/arch/newsmips/include/ |
| D | bootinfo.h | 30 #define BOOTINFO_SIZE 1024 macro
|
| /netbsd/src/sys/arch/cobalt/include/ |
| D | bootinfo.h | 33 #define BOOTINFO_SIZE 1024 macro
|
| /netbsd/src/sys/arch/sgimips/stand/common/ |
| D | bootinfo.c | 64 if (bi_size + size > BOOTINFO_SIZE) in bi_add()
|
| /netbsd/src/sys/arch/arc/stand/boot/ |
| D | bootinfo.c | 64 if (bi_size + size > BOOTINFO_SIZE) in bi_add()
|
| /netbsd/src/sys/arch/pmax/stand/common/ |
| D | bootinfo.c | 61 if (bi_size + size > BOOTINFO_SIZE) in bi_add()
|
| /netbsd/src/sys/arch/newsmips/stand/boot/ |
| D | bootinfo.c | 62 if (bi_size + size > BOOTINFO_SIZE) in bi_add()
|
| /netbsd/src/sys/arch/emips/stand/common/ |
| D | bootinfo.c | 61 if (bi_size + size > BOOTINFO_SIZE) in bi_add()
|
| /netbsd/src/sys/arch/mipsco/stand/common/ |
| D | bootinfo.c | 64 if (bi_size + size > BOOTINFO_SIZE)
|