Searched refs:vdev_type (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Drebuild_raidz.ksh53 for vdev_type in "raidz" "raidz2" "raidz3"; do
54 log_must zpool create -f $TESTPOOL1 $vdev_type ${VDEV_FILES[@]}
/freebsd-current/sys/contrib/openzfs/cmd/zpool_influxdb/
H A Dzpool_influxdb.c267 const char *vdev_type = "unknown"; local
268 (void) nvlist_lookup_string(nvroot, ZPOOL_CONFIG_TYPE, &vdev_type);
276 vdev_type);
280 parent_name, vdev_type, (u_longlong_t)vdev_id);
302 const char *vdev_type = "unknown"; local
305 (void) nvlist_lookup_string(nvroot, ZPOOL_CONFIG_TYPE, &vdev_type);
310 s = escape_string(vdev_type);
315 t = escape_string(vdev_type);
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dcase_file.h362 * \param vdev_type The type of the new vdev. Usually either
369 bool Replace(const char* vdev_type, const char* path, bool isspare);
H A Dcase_file.cc520 const char *devPath, *poolname, *vdev_type; local
603 error = nvlist_lookup_string(spares[i], ZPOOL_CONFIG_TYPE, &vdev_type);
611 return (Replace(vdev_type, devPath, /*isspare*/true));
1125 CaseFile::Replace(const char* vdev_type, const char* path, bool isspare) { argument
1177 if (nvlist_add_string(newvd, ZPOOL_CONFIG_TYPE, vdev_type) != 0
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dmac.c1132 if (arvif->vdev_type != WMI_VDEV_TYPE_AP)
1798 switch (arvif->vdev_type) {
3182 else if (arvif->vdev_type == WMI_VDEV_TYPE_STA)
3609 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls)
3627 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls)
3692 arvif->vdev_type != WMI_VDEV_TYPE_AP) {
3965 if (arvif->vdev_type != WMI_VDEV_TYPE_STA)
4166 arvif->vdev_type == WMI_VDEV_TYPE_AP)
4174 arvif->vdev_type == WMI_VDEV_TYPE_STA)
5176 arg->type = arvif->vdev_type;
[all...]
H A Dcore.h213 enum wmi_vdev_type vdev_type; member in struct:ath12k_vif
H A Ddp.c1092 switch (arvif->vdev_type) {
H A Dwmi.c836 cmd->vdev_type = cpu_to_le32(args->type);
7047 if (arvif->is_started && arvif->vdev_type == WMI_VDEV_TYPE_AP) {
H A Dwmi.h2708 __le32 vdev_type; member in struct:wmi_vdev_create_cmd
/freebsd-current/sys/dev/hpt27xx/
H A Dldm.h344 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION)
/freebsd-current/sys/dev/hptnr/
H A Dldm.h343 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION)
/freebsd-current/sys/dev/hptrr/
H A Dldm.h338 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION)
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dwow.c347 switch (arvif->vdev_type) {
488 switch (arvif->vdev_type) {
580 if (arvif->vdev_type != WMI_VDEV_TYPE_STA)
603 if (arvif->vdev_type != WMI_VDEV_TYPE_STA ||
H A Dmac.c1558 if (arvif->vdev_type != WMI_VDEV_TYPE_AP)
2589 switch (arvif->vdev_type) {
2896 arvif->vdev_type == WMI_VDEV_TYPE_AP)
4244 else if (arvif->vdev_type == WMI_VDEV_TYPE_STA)
4878 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls)
4896 if (arvif->vdev_type == WMI_VDEV_TYPE_STA && !sta->tdls)
4971 arvif->vdev_type != WMI_VDEV_TYPE_AP) {
5284 if (arvif->vdev_type != WMI_VDEV_TYPE_STA)
5487 arvif->vdev_type == WMI_VDEV_TYPE_AP)
5497 arvif->vdev_type
[all...]
H A Ddp.c988 switch (arvif->vdev_type) {
H A Dcore.h337 enum wmi_vdev_type vdev_type; member in struct:ath11k_vif
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dmac.c1512 if (arvif->vdev_type == WMI_VDEV_TYPE_AP) {
1520 } else if (arvif->vdev_type == WMI_VDEV_TYPE_IBSS) {
1638 if (arvif->vdev_type != WMI_VDEV_TYPE_AP &&
1639 arvif->vdev_type != WMI_VDEV_TYPE_IBSS)
1687 if (arvif->vdev_type != WMI_VDEV_TYPE_AP)
2001 if (arvif->vdev_type != WMI_VDEV_TYPE_STA)
2036 if (arvif->vdev_type != WMI_VDEV_TYPE_AP)
2668 switch (arvif->vdev_type) {
2916 if (arvif->is_up && arvif->vdev_type == WMI_VDEV_TYPE_STA)
5598 arvif->vdev_type
[all...]
H A Dwow.c275 switch (arvif->vdev_type) {
410 switch (arvif->vdev_type) {
H A Dcore.h580 enum wmi_vdev_type vdev_type; member in struct:ath10k_vif
H A Dcore.c2849 int vdev_type; local
2854 vdev_type = WMI_VDEV_TYPE_STA;
2858 ret = ath10k_wmi_vdev_create(ar, vdev_id, vdev_type, vdev_subtype,
H A Dwmi-tlv.c2232 enum wmi_vdev_type vdev_type,
2249 cmd->vdev_type = __cpu_to_le32(vdev_type);
2230 ath10k_wmi_tlv_op_gen_vdev_create(struct ath10k *ar, u32 vdev_id, enum wmi_vdev_type vdev_type, enum wmi_vdev_subtype vdev_subtype, const u8 mac_addr[ETH_ALEN]) argument
H A Dwmi.h4845 __le32 vdev_type; member in struct:wmi_vdev_create_cmd
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dzfsboot1089 # zfs_create_boot $poolname $vdev_type $disks ...
1102 shift 2 # poolname vdev_type
1124 f_dprintf "$funcname: poolname=[%s] vdev_type=[%s]" \
1746 vdev_type="$ZFSBOOT_VDEV_TYPE"
1749 [ "$vdev_type" = "stripe" ] && vdev_type=
1752 "$vdev_type" $ZFSBOOT_DISKS || continue
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c11206 const char *vdev_type; local
11208 (void) nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &vdev_type);
11210 if (strcmp(vdev_type, VDEV_TYPE_REPLACING) == 0 ||
11211 strcmp(vdev_type, VDEV_TYPE_SPARE) == 0 ||
11212 strcmp(vdev_type, VDEV_TYPE_DRAID_SPARE) == 0) {
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev.c5476 const char *vdev_type = vd->vdev_ops->vdev_op_type; local
5478 if (strcmp(vdev_type, VDEV_TYPE_MISSING) == 0)

Completed in 635 milliseconds

12