Home
last modified time | relevance | path

Searched defs:next68k_disklabel (Results 1 – 1 of 1) sorted by relevance

/minix3/sys/sys/
H A Dbootblock.h1192 struct next68k_disklabel { struct
1193 int32_t cd_version; /* label version */
1194 int32_t cd_label_blkno; /* block # of this label */
1195 int32_t cd_size; /* size of media area (sectors) */
1196 char cd_label[NEXT68K_LABEL_CPULBLLEN]; /* disk name (label) */
1197 uint32_t cd_flags; /* flags */
1198 uint32_t cd_tag; /* volume tag */
1199 char cd_name[NEXT68K_LABEL_MAXDNMLEN]; /* drive (hardware) name */
1200 char cd_type[NEXT68K_LABEL_MAXTYPLEN]; /* drive type */
1201 int32_t cd_secsize; /* # of bytes per sector */
[all …]