Searched defs:scd_dk_label (Results 1 – 1 of 1) sorted by relevance
80 struct scd_dk_label { struct81 char dkl_asciilabel[128]; /* for compatibility */82 char dkl_pad[512 - (128 + (8 * 8) + (11 * 2) + 4)];83 uint16_t dkl_badchk; /* checksum of bad track */84 uint32_t dkl_maxblk; /* # of total logical block */85 uint16_t dkl_dtype; /* disk drive type */86 uint16_t dkl_ndisk; /* # of disk drives */87 uint16_t dkl_ncyl; /* # of data cylinders */88 uint16_t dkl_acyl; /* # of alternate cylinders */89 uint16_t dkl_nhead; /* # of heads in this partition */[all …]