Home | History | Annotate | Download | only in libtos

Lines Matching refs:u_int16_t

41 	u_int16_t d_type;		/* drive type */
42 u_int16_t d_subtype; /* controller/d_type specific */
78 u_int16_t d_sparespertrack; /* # of spare sectors per track */
79 u_int16_t d_sparespercyl; /* # of spare sectors per cylinder */
103 u_int16_t d_rpm; /* rotational speed */
104 u_int16_t d_interleave; /* hardware sector interleave */
105 u_int16_t d_trackskew; /* sector 0 skew, per track */
106 u_int16_t d_cylskew; /* sector 0 skew, per cylinder */
115 u_int16_t d_checksum; /* xor of data incl. partitions */
118 u_int16_t d_npartitions; /* number of partitions in following */
128 u_int16_t cpg; /* UFS: FS cylinders per group */
129 u_int16_t sgs; /* LFS: FS segment shift */