Lines Matching defs:sun_disklabel
87 struct sun_disklabel { /* total size = 512 bytes */ struct
88 char sl_text[128];
89 char sl_xxx1[292];
91 u_short sl_rpm; /* rotational speed */
92 u_short sl_pcylinders; /* number of physical cyls */
94 u_short sl_sparespercyl; /* spare sectors per cylinder */
95 char sl_xxx3[4];
96 u_short sl_interleave; /* interleave factor */
97 u_short sl_ncylinders; /* data cylinders */
98 u_short sl_acylinders; /* alternate cylinders */
99 u_short sl_ntracks; /* tracks per cylinder */
100 u_short sl_nsectors; /* sectors per track */
101 char sl_xxx4[4];
102 struct sun_dkpart sl_part[8]; /* partition layout */
103 u_short sl_magic; /* == SUN_DKMAGIC */
104 u_short sl_cksum; /* xor checksum of all shorts */