Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h465 typedef struct IsoBcSection { struct
473 } __attribute__((packed)) IsoBcSection; typedef
485 IsoBcSection sect; /* id == 0x88 || id == 0x0 */
H A Dbootmap.c806 static bool is_iso_bc_entry_compatible(IsoBcSection *s) in is_iso_bc_entry_compatible()
912 static void load_iso_bc_entry(IsoBcSection *load) in load_iso_bc_entry()
914 IsoBcSection s = *load; in load_iso_bc_entry()
969 static IsoBcSection *find_iso_bc_entry(uint32_t offset) in find_iso_bc_entry()
1015 IsoBcSection *s = find_iso_bc_entry(offset); in ipl_iso_el_torito()