HomeSort by: relevance | last modified time | path
    Searched defs:nextdisk (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck/
preen.c 98 struct diskentry *d, *nextdisk; local in function:checkfstab
169 nextdisk = TAILQ_FIRST(&diskh);
171 if ((ret = startdisk(nextdisk, checkit)) != 0) {
177 nextdisk = TAILQ_NEXT(nextdisk, d_entries);
227 if (nextdisk == NULL) {
239 nextdisk = TAILQ_NEXT(nextdisk,
241 if (nextdisk == NULL)
242 nextdisk = TAILQ_FIRST(&diskh)
    [all...]
preen.c 98 struct diskentry *d, *nextdisk; local in function:checkfstab
169 nextdisk = TAILQ_FIRST(&diskh);
171 if ((ret = startdisk(nextdisk, checkit)) != 0) {
177 nextdisk = TAILQ_NEXT(nextdisk, d_entries);
227 if (nextdisk == NULL) {
239 nextdisk = TAILQ_NEXT(nextdisk,
241 if (nextdisk == NULL)
242 nextdisk = TAILQ_FIRST(&diskh)
    [all...]

Completed in 20 milliseconds