Searched defs:sun_disklabel (Results 1 – 1 of 1) sorted by relevance
87 struct sun_disklabel { /* total size = 512 bytes */ struct88 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 */[all …]