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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c275 uberblock_t *ubbest = NULL; local
291 if (ubbest == NULL ||
292 vdev_uberblock_compare(ubnext, ubbest) > 0)
293 ubbest = ubnext;
296 return (ubbest);
1626 uberblock_t *ubbest; local
1679 if ((ubbest = find_bestub(ub_array, ashift, sector)) == NULL ||
1680 zio_read(&ubbest->ub_rootbp, osp, stack) != 0)
1690 vdev_uberblock_compare(ubbest, &(current_uberblock)) <= 0))
1695 grub_memmove(&current_uberblock, ubbest, sizeo
[all...]

Completed in 63 milliseconds