Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c276 uberblock_t *ubbest = NULL; in find_bestub() local
292 if (ubbest == NULL || in find_bestub()
293 vdev_uberblock_compare(ubnext, ubbest) > 0) in find_bestub()
294 ubbest = ubnext; in find_bestub()
297 return (ubbest); in find_bestub()
1627 uberblock_t *ubbest; in zfs_mount() local
1680 if ((ubbest = find_bestub(ub_array, ashift, sector)) == NULL || in zfs_mount()
1681 zio_read(&ubbest->ub_rootbp, osp, stack) != 0) in zfs_mount()
1691 vdev_uberblock_compare(ubbest, &(current_uberblock)) <= 0)) in zfs_mount()
1696 grub_memmove(&current_uberblock, ubbest, sizeof (uberblock_t)); in zfs_mount()