Home | History | Annotate | Download | only in misc

Lines Matching defs:disk

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