Home | History | Annotate | Download | only in ata

Lines Matching defs:disk

45 #include <sys/disk.h>
103 printf("DISK# disk_id\n");
123 int count, disk;
131 /* Get a vnode for the raw partition of this disk. */
229 for (count = 0, disk = 0; disk < 4; disk++)
230 if (info->disks[disk])
246 * VIA V-RAID configuration blocks store the disk index as a value
248 * the value left by 2 to obtain the disk number.
253 "drive number %d doesn't make sense within %d-disk "