HomeSort by: relevance | last modified time | path
    Searched refs:VDEV_TYPE_DISK (Results 1 - 7 of 7) sorted by relevancy

  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_vdev.c 511 type = VDEV_TYPE_DISK;
529 if (strcmp(type, VDEV_TYPE_DISK) == 0)
965 if (strcmp(type, VDEV_TYPE_DISK) != 0)
1132 if (strcmp(type, VDEV_TYPE_DISK) == 0)
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_file.c 242 VDEV_TYPE_DISK, /* name of this vdev type */
vdev_disk.c 573 VDEV_TYPE_DISK, /* name of this vdev type */
vdev_geom.c 1075 VDEV_TYPE_DISK, /* name of this vdev type */
spa.c 3561 strcmp(vd->vdev_ops->vdev_op_type, VDEV_TYPE_DISK) != 0) {
  /src/external/cddl/osnet/dist/uts/common/sys/fs/
zfs.h 603 #define VDEV_TYPE_DISK "disk"
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_pool.c 2255 if (strcmp(type, VDEV_TYPE_DISK) == 0) {

Completed in 40 milliseconds