Lines Matching refs:uint16_t

113 	uint16_t	p_tag;		/* ID tag of partition */
114 uint16_t p_flag; /* permission flag */
118 uint16_t p_tag; /* ID tag of partition */
119 uint16_t p_flag; /* permision flags */
136 uint16_t v_sectorsz; /* sector size in bytes */
137 uint16_t v_nparts; /* number of partitions */
145 uint16_t v_nparts; /* number of partitions */
164 (12 * sizeof (uint16_t)) + \
165 (2 * (sizeof (uint16_t))))))
171 (14 * (sizeof (uint16_t))) + \
172 (2 * (sizeof (uint16_t)))))
183 uint16_t dkl_acyl; /* # of alternate cylinders */
184 uint16_t dkl_bcyl; /* cyl offset (for fixed head area) */
187 uint16_t dkl_intrlv; /* interleave factor */
188 uint16_t dkl_skew; /* skew factor */
189 uint16_t dkl_apc; /* alternates per cyl (SCSI only) */
190 uint16_t dkl_rpm; /* revolutions per minute */
191 uint16_t dkl_write_reinstruct; /* # sectors to skip, writes */
192 uint16_t dkl_read_reinstruct; /* # sectors to skip, reads */
193 uint16_t dkl_extra[4]; /* for compatible expansion */
198 uint16_t dkl_write_reinstruct; /* # sectors to skip, writes */
199 uint16_t dkl_read_reinstruct; /* # sectors to skip, reads */
201 uint16_t dkl_rpm; /* rotations per minute */
202 uint16_t dkl_pcyl; /* # physical cylinders */
203 uint16_t dkl_apc; /* alternates per cylinder */
204 uint16_t dkl_obs1; /* obsolete */
205 uint16_t dkl_obs2; /* obsolete */
206 uint16_t dkl_intrlv; /* interleave factor */
207 uint16_t dkl_ncyl; /* # of data cylinders */
208 uint16_t dkl_acyl; /* # of alternate cylinders */
209 uint16_t dkl_nhead; /* # of heads in this partition */
210 uint16_t dkl_nsect; /* # of sectors per track */
211 uint16_t dkl_obs3; /* obsolete */
212 uint16_t dkl_obs4; /* obsolete */
217 uint16_t dkl_magic; /* identifies this label format */
218 uint16_t dkl_cksum; /* xor checksum of sector */