Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/installer/libinstaller/
H A Ddiskutil.h132 struct disk *disk_next(const struct disk *);
H A Dsurvey.c353 for (d = storage_disk_first(a->s); d != NULL; d = disk_next(d)) { in survey_storage()
H A Ddiskutil.c291 disk_next(const struct disk *d) in disk_next() function
/dragonfly/usr.sbin/installer/dfuibe_installer/
H A Dfn_disk.c93 for (d = storage_disk_first(a->s); d != NULL; d = disk_next(d)) { in fn_select_disk()
566 for (d = storage_disk_first(a->s); d != NULL; d = disk_next(d)) { in fn_install_bootblocks()
H A Dflow.c978 for (d = storage_disk_first(a->s); d != NULL; d = disk_next(d)) in state_select_disk()