Home
last modified time | relevance | path

Searched refs:diskpath (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/usr.sbin/installer/libinstaller/
H A Dsurvey.c164 char diskpath[PATH_MAX]; in survey_storage() local
218 snprintf(diskpath, PATH_MAX, "/dev/%s", disk); in survey_storage()
219 if ((fd = open(diskpath, O_RDONLY)) < 0) in survey_storage()