Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h250 typedef struct BootInfo { /* @ 0x70, record #0 */ struct
270 } __attribute__ ((packed)) BootInfo; /* see also XEckdMbr */ argument
309 BootInfo bip; /* BootInfo is MBR for LDL */
H A Dbootmap.c65 static inline int verify_boot_info(BootInfo *bip) in verify_boot_info()