Searched defs:vdevnum (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c1060 int label = 0, vdevnum = VDEV_LABELS; local
1136 vdevnum = VDEV_LABELS / 2;
1138 for (label = 0; ubbest == NULL && label < vdevnum; label++)
1252 int vdevnum; local
1271 vdevnum = VDEV_LABELS;
1293 vdevnum = VDEV_LABELS / 2;
1295 for (label = 0; ubbest == NULL && label < vdevnum; label++)

Completed in 37 milliseconds