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.h35 typedef struct EckdCHS { struct
39 } __attribute__ ((packed)) EckdCHS; argument
42 EckdCHS chs; /* cylinder/head/sector is an address of the block */
283 EckdCHS chs;
319 EckdCHS br; /* Location of Boot Record for list-directed IPL */
H A Dbootmap.c103 static block_number_t eckd_block_num(EckdCHS *chs) in eckd_block_num()