Lines Matching defs:disk
208 * If there are no pre-defined maps for this disk type, it's
344 * check if there exists a partition table for the disk.
386 * check if there exists a partition table for the disk.
407 fmt_print("Total disk cylinders available: %d + %d "
411 fmt_print("Total disk cylinders available: %d + %d "
417 fmt_print("Total disk sectors available: %llu + %d "
663 * Return true if a disk has a volume name
666 chk_volname(disk)
667 struct disk_info *disk;
669 return (disk->v_volume[0] != 0);
677 print_volname(disk)
678 struct disk_info *disk;
683 p = disk->v_volume;