Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h485 typedef struct IsoBcEntry { struct
492 } __attribute__((packed)) IsoBcEntry; argument
494 #define ISO_BC_ENTRY_PER_SECTOR (ISO_SECTOR_SIZE / sizeof(IsoBcEntry))
503 static inline bool is_iso_bc_valid(IsoBcEntry *e) in is_iso_bc_valid()
H A Dbootmap.c820 IsoBcEntry *e = (IsoBcEntry *)sec; in find_iso_bc_entry()