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

  /external/qemu/hw/core/
loader.c 364 bswap32s(&hdr->ih_size);
506 data = g_malloc(hdr->ih_size);
508 if (read(fd, data, hdr->ih_size) != hdr->ih_size) {
522 bytes = gunzip(data, max_bytes, compressed_data, hdr->ih_size);
528 hdr->ih_size = bytes;
531 cpu_physical_memory_write_rom(hdr->ih_load, data, hdr->ih_size);
536 ret = hdr->ih_size;
uboot_image.h 146 uint32_t ih_size; /* Image Data Size */ member in struct:uboot_image_header

Completed in 27 milliseconds