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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1432 vdev_validate(char *nv) function
1464 if (vdev_validate(nv) != 0)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c1369 vdev_validate(vdev_t *vd, boolean_t strict) function
1377 if (vdev_validate(vd->vdev_child[c], strict) != 0)
1562 * Call vdev_validate() here to make sure we have the same device.
1573 (void) vdev_validate(vd, B_TRUE);

Completed in 78 milliseconds