Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h36 typedef struct EckdCHS { struct
40 } __attribute__ ((packed)) EckdCHS; argument
43 EckdCHS chs; /* cylinder/head/sector is an address of the block */
284 EckdCHS chs;
320 EckdCHS br; /* Location of Boot Record for list-directed IPL */
H A Dbootmap.c123 static block_number_t eckd_block_num(EckdCHS *chs) in eckd_block_num()