Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Ddmg.c455 uint64_t plist_xml_offset, plist_xml_length; in dmg_open() local
529 ret = read_uint64(bs, offset + 0xe0, &plist_xml_length); in dmg_open()
534 plist_xml_length > offset - plist_xml_offset) { in dmg_open()
552 } else if (plist_xml_length != 0) { in dmg_open()
553 ret = dmg_read_plist_xml(bs, &ds, plist_xml_offset, plist_xml_length); in dmg_open()