Home
last modified time | relevance | path

Searched refs:current_rom_index (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/core/
H A Dloader.c1760 uint32_t current_rom_index; member
1776 if (parser->current_rom_index != 0) { in handle_record_type()
1778 parser->current_rom_index, in handle_record_type()
1782 parser->current_rom_index = 0; in handle_record_type()
1786 memcpy(parser->bin_buf + parser->current_rom_index, line->data, in handle_record_type()
1788 parser->current_rom_index += line->byte_count; in handle_record_type()
1796 if (parser->current_rom_index != 0) { in handle_record_type()
1798 parser->current_rom_index, in handle_record_type()
1809 if (parser->current_rom_index != 0) { in handle_record_type()
1811 parser->current_rom_index, in handle_record_type()
[all …]