Searched refs:diskpath (Results 1 – 1 of 1) sorted by relevance
164 char diskpath[PATH_MAX]; in survey_storage() local218 snprintf(diskpath, PATH_MAX, "/dev/%s", disk); in survey_storage()219 if ((fd = open(diskpath, O_RDONLY)) < 0) in survey_storage()