Lines Matching defs:vdev
1788 typedef struct vdev { struct
1791 vdev_list_t v_children; /* children of this vdev */ argument
1792 const char *v_name; /* vdev name */ argument
1793 const char *v_phys_path; /* vdev bootpath */ argument
1794 const char *v_devid; /* vdev devid */ argument
1795 uint64_t v_guid; /* vdev guid */ argument
1800 struct vdev *v_top; /* parent vdev */ argument
1802 vdev_state_t v_state; /* current state */ argument
1803 vdev_phys_read_t *v_phys_read; /* read from raw leaf vdev */ argument
1804 vdev_phys_write_t *v_phys_write; /* write to raw leaf vdev */ argument
1805 vdev_read_t *v_read; /* read from vdev */ argument
1810 * Values stored in the config for an indirect or removing vdev. argument
1812 vdev_indirect_config_t vdev_indirect_config; argument
1813 vdev_indirect_mapping_t *v_mapping; argument