OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ih_size
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
loader.c
363
bswap32s(&hdr->
ih_size
);
505
data = qemu_malloc(hdr->
ih_size
);
507
if (read(fd, data, hdr->
ih_size
) != hdr->
ih_size
) {
521
bytes = gunzip(data, max_bytes, compressed_data, hdr->
ih_size
);
527
hdr->
ih_size
= bytes;
530
cpu_physical_memory_write_rom(hdr->ih_load, data, hdr->
ih_size
);
535
ret = hdr->
ih_size
;
uboot_image.h
146
uint32_t
ih_size
; /* Image Data Size */
member in struct:uboot_image_header
Completed in 937 milliseconds