/src/sys/arch/mipsco/stand/installboot/ |
installboot.c | 169 size_t boot_size; local in function:do_install 180 boot_size = roundup(bootstrapsb.st_size, DEV_BSIZE); 182 if (boot_size > 8192-1024) 183 FATAL("bootstrap program too large (%d bytes)", boot_size); 185 boot_code = malloc(boot_size); 187 FATAL("malloc %d bytes failed", boot_size); 188 memset(boot_code, 0, boot_size); 217 boot_size, 2); 222 len = pwrite(fd, boot_code, boot_size, BOOTBLOCK_OFFSET); 226 if (len != boot_size) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
pmu.h | 23 u32 boot_size; member in struct:nvbios_pmuR
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_pmu.c | 96 info->boot_size = nvbios_rd32(bios, data + 0x1c) - 98 info->code_addr = info->boot_addr + info->boot_size; 100 info->boot_size;
|
/src/usr.sbin/installboot/arch/ |
hp300.c | 93 uint64_t boot_size, boot_offset; local in function:hp300_setboot 214 boot_size = be32toh(boot->p_size) * (uint64_t)secsize; 224 if (boot_size < (uint64_t)params->s1stat.st_size) { 226 (unsigned long long)boot_size,
|
/src/sys/dev/pci/ |
if_iwivar.h | 34 int boot_size; member in struct:iwi_firmware
|
if_iwi.c | 2284 kfw->boot_size = hdr->bsize; 2290 fw += kfw->boot_size; 2298 kfw->boot_size, kfw->ucode_size, kfw->main_size)); 2738 if ((error = iwi_load_firmware(sc, fw->boot, fw->boot_size)) != 0) {
|
if_iwmreg.h | 886 uint32_t boot_size; /* bytes of bootstrap code */ member in struct:iwm_ucode_header::__anond45a4523010a::__anond45a45230208 895 uint32_t boot_size; /* bytes of bootstrap code */ member in struct:iwm_ucode_header::__anond45a4523010a::__anond45a45230308
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
nouveau_nvkm_subdev_devinit_gm200.c | 100 pmu_code(init, pmu.boot_addr_pmu, pmu.boot_addr, pmu.boot_size, false);
|