Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck/
H A Dpreen.c98 struct diskentry *d, *nextdisk; in checkfstab() local
169 nextdisk = TAILQ_FIRST(&diskh); in checkfstab()
171 if ((ret = startdisk(nextdisk, checkit)) != 0) { in checkfstab()
177 nextdisk = TAILQ_NEXT(nextdisk, d_entries); in checkfstab()
227 if (nextdisk == NULL) { in checkfstab()
239 nextdisk = TAILQ_NEXT(nextdisk, in checkfstab()
241 if (nextdisk == NULL) in checkfstab()
242 nextdisk = TAILQ_FIRST(&diskh); in checkfstab()
243 if (TAILQ_FIRST(&nextdisk->d_part) in checkfstab()
244 != NULL && nextdisk->d_pid == 0) in checkfstab()
[all …]