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.h481 typedef struct IsoBcEntry { struct
488 } __attribute__((packed)) IsoBcEntry; argument
490 #define ISO_BC_ENTRY_PER_SECTOR (ISO_SECTOR_SIZE / sizeof(IsoBcEntry))
499 static inline bool is_iso_bc_valid(IsoBcEntry *e) in is_iso_bc_valid()
H A Dbootmap.c971 IsoBcEntry *e = (IsoBcEntry *)sec; in find_iso_bc_entry()