Home
last modified time | relevance | path

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

/qemu/pc-bios/s390-ccw/
H A Dbootmap.h465 typedef struct IsoBcSection { struct
473 } __attribute__((packed)) IsoBcSection; argument
485 IsoBcSection sect; /* id == 0x88 || id == 0x0 */
H A Dbootmap.c809 static bool is_iso_bc_entry_compatible(IsoBcSection *s) in is_iso_bc_entry_compatible()
915 static void load_iso_bc_entry(IsoBcSection *load) in load_iso_bc_entry()
917 IsoBcSection s = *load; in load_iso_bc_entry()
972 static IsoBcSection *find_iso_bc_entry(uint32_t offset) in find_iso_bc_entry()
1018 IsoBcSection *s = find_iso_bc_entry(offset); in ipl_iso_el_torito()