| /src/sys/arch/hppa/stand/boot/ |
| bootinfo.h | 53 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size) 56 void bi_add(struct btinfo_common *, int, size_t);
|
| bootinfo.c | 49 BI_ADD(&bi_magic, BTINFO_MAGIC, sizeof(bi_magic)); 53 bi_add(struct btinfo_common *what, int type, size_t size) function in typeref:typename:void
|
| boot.c | 169 BI_ADD(&U.bi_file, BTINFO_KERNELFILE, size); 263 BI_ADD(&bi_syms, BTINFO_SYMTAB, sizeof(bi_syms));
|
| /src/sys/arch/i386/stand/lib/ |
| bootinfo.h | 46 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size) 48 void bi_add(struct btinfo_common *, int, int);
|
| bootinfo_memmap.c | 65 BI_ADD(btinfo_memmap, BTINFO_MEMMAP, sizeof(struct btinfo_memmap)
|
| exec.c | 350 BI_ADD(&bi_prekern, BTINFO_PREKERN, sizeof(struct btinfo_prekern)); 433 BI_ADD(&btinfo_console, BTINFO_CONSOLE, sizeof(struct btinfo_console)); 435 BI_ADD(&bi_root, BTINFO_ROOTDEVICE, sizeof(struct btinfo_rootdevice)); 453 BI_ADD(&bi_disk, BTINFO_BOOTDISK, sizeof(bi_disk)); 454 BI_ADD(&bi_wedge, BTINFO_BOOTWEDGE, sizeof(bi_wedge)); 487 BI_ADD(btinfo_modulelist, BTINFO_MODULELIST, 494 BI_ADD(btinfo_userconfcommands, BTINFO_USERCONFCOMMANDS, 505 BI_ADD(&btinfo_symtab, BTINFO_SYMTAB, sizeof(struct btinfo_symtab)); 509 BI_ADD(&btinfo_framebuffer, BTINFO_FRAMEBUFFER,
|
| bootinfo_biosgeom.c | 182 BI_ADD(bibg, BTINFO_BIOSGEOM, bibg_len);
|
| biosdisk.c | 1205 BI_ADD(&bi_disk, BTINFO_BOOTDISK, sizeof(bi_disk)); 1206 BI_ADD(&bi_wedge, BTINFO_BOOTWEDGE, sizeof(bi_wedge));
|
| /src/sys/arch/landisk/stand/boot/ |
| bootinfo.h | 47 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size) 49 void bi_add(struct btinfo_common *, int, int);
|
| devopen.c | 128 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
|
| biosdisk.c | 325 BI_ADD(&bi_disk, BTINFO_BOOTDISK, sizeof(bi_disk));
|
| /src/sys/arch/zaurus/stand/zboot/ |
| bootinfo.h | 47 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size) 50 void bi_add(struct btinfo_common *, int, int);
|
| unixcons.c | 100 BI_ADD(&bi_cons, BTINFO_CONSDEV, sizeof(bi_cons));
|
| unixdev.c | 128 BI_ADD(&bi_disk, BTINFO_BOOTDISK, sizeof(bi_disk));
|
| boot.c | 277 BI_ADD(&bi_howto, BTINFO_HOWTO, sizeof(bi_howto));
|
| /src/sys/arch/i386/stand/efiboot/ |
| efiboot.c | 122 BI_ADD(&btinfo_efi, BTINFO_EFI, sizeof(btinfo_efi)); 146 BI_ADD(btinfo_efimemmap, BTINFO_EFIMEMMAP, allocsz);
|
| devopen.c | 186 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp)); 232 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp)); 305 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
|
| efidisk.c | 410 BI_ADD(bibg, BTINFO_BIOSGEOM, bibg_len);
|
| efinet.c | 266 BI_ADD(&bi_netif, BTINFO_NETIF, sizeof(bi_netif));
|
| /src/sys/arch/i386/stand/boot/ |
| devopen.c | 142 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
|
| /src/sys/arch/i386/stand/pxeboot/ |
| devopen.c | 138 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
|
| pxe.c | 211 BI_ADD(&bi_netif, BTINFO_NETIF, sizeof(bi_netif));
|
| /src/sys/arch/i386/stand/dosboot/ |
| devopen.c | 120 BI_ADD(&bibp, BTINFO_BOOTPATH, sizeof(bibp));
|
| /src/sys/stand/efiboot/ |
| efinet.c | 299 BI_ADD(&bi_netif, BTINFO_NETIF, sizeof(bi_netif));
|