Searched defs:ukfs__disklabel (Results 1 – 1 of 1) sorted by relevance
51 struct ukfs__disklabel { struct52 uint32_t d_magic; /* the magic number */53 uint16_t d_type; /* drive type */54 uint16_t d_subtype; /* controller/d_type specific */55 char d_typename[16]; /* type name, e.g. "eagle" */65 union {71 } d_un;77 uint32_t d_secsize; /* # of bytes per sector */78 uint32_t d_nsectors; /* # of data sectors per track */79 uint32_t d_ntracks; /* # of tracks per cylinder */[all …]