Searched refs:vdev_type (Results 1 – 2 of 2) sorted by relevance
126 vdev_type(const char *type) in vdev_type() function240 type = vdev_type(t); in main()
3490 char *vdev_type = vd->vdev_ops->vdev_op_type; in vdev_is_bootable() local3492 if (strcmp(vdev_type, VDEV_TYPE_ROOT) == 0 && in vdev_is_bootable()3495 } else if (strcmp(vdev_type, VDEV_TYPE_MISSING) == 0) { in vdev_is_bootable()