HomeSort by relevance Sort by last modified time
    Searched refs:rom_size (Results 1 - 9 of 9) sorted by null

  /external/syslinux/gpxe/src/util/
efirom.c 119 size_t rom_size; local
134 rom_size = ( ( pe_size + sizeof ( *headers ) + 511 ) & ~511 );
137 buf = xmalloc ( rom_size );
138 memset ( buf, 0, rom_size );
149 headers->rom.InitializationSize = ( rom_size / 512 );
161 headers->pci.ImageLength = ( rom_size / 512 );
166 for ( i = 0, checksum = 0 ; i < rom_size ; i++ )
171 if ( fwrite ( buf, rom_size, 1, rom ) != 1 ) {
  /external/syslinux/com32/gplinclude/dmi/
dmi_bios.h 97 uint16_t rom_size; member in struct:__anon31876
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h 62 uint32 rom_size; member in struct:hndrte_debug
  /external/syslinux/com32/modules/
dmitest.c 94 moreprintf("\tRom size: %u %s\n", dmi->bios.rom_size,
  /external/syslinux/com32/hdt/
hdt-dump-dmi.c 314 snprintf(rom,sizeof(rom),"%u %s",hardware->dmi.bios.rom_size, hardware->dmi.bios.rom_size_unit);
325 add_s("dmi.bios.rom_size",rom);
hdt-cli-dmi.c 199 more_printf(" Rom size : %u %s\n", hardware->dmi.bios.rom_size,
  /external/syslinux/com32/lua/src/
dmi.c 102 LUA_ADD_NUM_P(L, bios, rom_size)
  /external/syslinux/gpxe/src/drivers/net/
3c515.c 166 rom_size:2; member in struct:wn3_config::w3_config_fields
  /external/syslinux/com32/gpllib/dmi/
dmi.c 621 dmi->bios.rom_size = (data[0x09] + 1) << 6;

Completed in 892 milliseconds