Searched refs:vdev_validate (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev.h53 extern int vdev_validate(vdev_t *, boolean_t);
/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);
H A Dspa.c2309 error = vdev_validate(rvd, mosconfig);
3095 * If vdev_validate() returns failure (indicated by

Completed in 94 milliseconds