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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c256 find_bestub(uberblock_phys_t *ub_array, uint64_t sector) function
1371 if ((ubbest = find_bestub(ub_array, sector)) != NULL &&
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c539 find_bestub (struct grub_zfs_device_desc *dev_desc, grub_uint8_t *ub_array, function
1158 /* Make sure that ashift is filled in desc before calling find_bestub */
1161 ubbest = find_bestub (&desc, (grub_uint8_t *) ub_array, desc.vdev_phys_sector);
1315 /* Make sure that ashift is filled in desc before calling find_bestub */
1318 ubbest = find_bestub (&desc, (grub_uint8_t *)ub_array, desc.vdev_phys_sector);

Completed in 35 milliseconds