Searched refs:VDEV_LABELS (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h57 #define VDEV_LABELS 4 macro
/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dvdev_impl.h67 #define VDEV_LABELS 4 macro
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c186 return (l * sizeof (vdev_label_t) + (l < VDEV_LABELS / 2 ?
187 0 : psize - VDEV_LABELS * sizeof (vdev_label_t)));
1347 for (label = 0; label < VDEV_LABELS; label++) {
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c852 return (l * sizeof (vdev_label_t) + (l < VDEV_LABELS / 2 ?
853 0 : size - VDEV_LABELS * sizeof (vdev_label_t)));
877 for (l = 0; l < VDEV_LABELS; l++) {
1109 for (l = 0; l < VDEV_LABELS; l++) {
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c1060 int label = 0, vdevnum = VDEV_LABELS;
1136 vdevnum = VDEV_LABELS / 2;
1143 + (label < VDEV_LABELS / 2 ? 0 : grub_disk_get_size (dev->disk)
1144 - VDEV_LABELS * (sizeof (vdev_label_t) >> SPA_MINBLOCKSHIFT));
1271 vdevnum = VDEV_LABELS;
1293 vdevnum = VDEV_LABELS / 2;
1300 + (label < VDEV_LABELS / 2 ? 0 : grub_disk_get_size (dev->disk)
1301 - VDEV_LABELS * (sizeof (vdev_label_t) >> SPA_MINBLOCKSHIFT));

Completed in 59 milliseconds