Home | History | Annotate | Download | only in misc

Lines Matching defs:disk

6  * one time.  Otherwise, the disk heads will be seeking all over the
45 const char **hier, *disk;
65 * on one disk, since we don't know how to parallelize them.
125 /* Now handle devfs /dev/disc or /dev/disk names */
126 disk = 0;
128 disk = "disc";
130 disk = "disk";
131 if (disk) {
133 if (strncmp(cp, disk, 4) != 0)