HomeSort by: relevance | last modified time | path
    Searched defs:boot_size (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
pmu.h 23 u32 boot_size; member in struct:nvbios_pmuR
pmu.h 23 u32 boot_size; member in struct:nvbios_pmuR
  /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,
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/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...]
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/dev/pci/
if_iwivar.h 34 int boot_size; member in struct:iwi_firmware
if_iwivar.h 34 int boot_size; member in struct:iwi_firmware
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
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

Completed in 43 milliseconds