Lines Matching defs:sector
320 512, /* sector size */
329 512, /* sector size */
338 1024, /* sector size */
347 512, /* sector size */
415 * assumes a sector is DEVBSIZE (512) bytes.
1764 /* if operation not a multiple of sector size, is error! */
1768 " multiple of sector size(0x%x)\n", 0,
2939 * For PIO, builds a table of sector data values with 16 bytes
3046 *fd++ = (uchar_t)i; /* sector number */
3189 csb->csb_cmds[5] = ch->fdc_medium ? 3 : 2; /* sector size */
3306 csb->csb_cmds[4] = sect; /* R - sector number */
5270 * First, the last sector of the first track is read. If this
5271 * passes, attempt to read the last sector + 1 of the first track.
5272 * For example, for a high density diskette, sector 18 is read. If
5274 * read sector 19 of the first track. This should fail. If it
5276 * the first sector which should contain a label.
5437 * which reads the 1 sector.
5441 int sector, caddr_t bufp, uint_t len)
5504 csb->csb_cmds[4] = (uchar_t)sector;
5505 csb->csb_cmds[5] = ch->fdc_medium ? 3 : 2; /* sector size code */
5510 csb->csb_cmds[6] = sector + (len / ch->fdc_sec_size) - 1;
5513 (uchar_t)max(fdc->c_un->un_chars->fdc_secptrack, sector);
5708 * to starting sector number.
5806 * Note the conversion from starting sector number