Lines Matching defs:disks
31 * includes reading the data file and the search for disks.
1295 * all the disks in the search path, and creates a list of those that
1328 * If there were disks specified on the command line,
1329 * use those disks, and nothing but those disks.
1338 * If there were no disks specified on the command line,
1339 * search for all disks attached to the system.
1341 fmt_print("Searching for disks...");
1346 * Find all disks specified in search_path definitions
1434 * If we didn't find any disks, give up.
1438 err_print("No disks found!\n");
1440 err_print("No permission (or no disks found)!\n");
1719 * Search through all disks known at this time, to
1737 * generic check for reserved disks here, including intel disks.
1761 * disk structure and add it to the list of found disks.
2387 * Note that this function only checks for duplicate disks
2388 * for the same controller. It's possible to have two disks with
2422 * the same name, but defined for different disks.
2478 * Compare all the disks' characteristics
2846 struct disk_info **disks;
2852 * Count the number of disks in the list
2865 disks = (struct disk_info **)
2868 dp = disks;
2877 qsort((void *) disks, n, sizeof (struct disk_info *),
2883 dp = disks;
2893 (void) destroy_data((void *)disks);