Searched defs:disklabel (Results 1 – 1 of 1) sorted by relevance
183 typedef struct disklabel { struct191 * the disklabel is read off the disk or in-core copy. argument197 union {203 } d_un;206 UINT32 d_secsize; /* # of bytes per sector */208 UINT32 d_ntracks; /* # of tracks per cylinder */244 UINT16 d_rpm; /* rotational speed */248 UINT32 d_headswitch; /* head switch time, usec */250 UINT32 d_flags; /* generic flags */253 UINT32 d_magic2; /* the magic number (again) */[all …]