Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c277 uberblock_t *ubnext; in find_bestub() local
284 ubnext = (uberblock_t *)ub_array; in find_bestub()
289 if (uberblock_verify(ubnext, ub_size, offset) != 0) in find_bestub()
293 vdev_uberblock_compare(ubnext, ubbest) > 0) in find_bestub()
294 ubbest = ubnext; in find_bestub()