Home
last modified time | relevance | path

Searched refs:raid (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/
H A Drefreserv_multi_raidz.ksh89 raid=raidz$parity
90 typeset -A sizes["$raid"]
97 log_note "Too few disks to test $raid-$ndisks"
101 typeset -A sizes["$raid"]["$ndisks"]
103 log_must zpool create "$TESTPOOL" "$raid" "${disks[@]}"
107 log_note "Gathering refreservation for $raid-$ndisks" \
116 sizes["$raid"]["$ndisks"]["$vbs"]=$refres
137 typeset raid=$1
146 log_note "Too few disks to test $raid-$nd1 + $raid=$nd2"
151 "$raid" "${disks1[@]}" "$raid" "${disks2[@]}"
[all …]
H A Drefreserv_raidz.ksh90 raid=raidz$parity
97 log_note "Too few disks to test $raid-$ndisks"
101 log_must zpool create -O compression=off "$TESTPOOL" "$raid" "${disks[@]}"
105 log_note "Testing $raid-$ndisks volblocksize=$vbs"
121 log_note "$raid-$ndisks refreservation $refres" \
/freebsd/sys/dev/mrsas/
H A Dmrsas_fp.c246 MR_LD_RAID *raid; in MR_LdBlockSizeGet() local
257 raid = MR_LdRaidGet(ld, map); in MR_LdBlockSizeGet()
258 ldBlockSize = raid->logicalBlockLength; in MR_LdBlockSizeGet()
586 MR_LD_RAID *raid; in getSpanInfo() local
597 raid = MR_LdRaidGet(ld, map); in getSpanInfo()
598 printf("LD %x: span_depth=%x\n", ld, raid->spanDepth); in getSpanInfo()
599 for (span = 0; span < raid->spanDepth; span++) in getSpanInfo()
624 for (span = 0; span < raid->spanDepth; span++) { in getSpanInfo()
663 MR_LD_RAID *raid = MR_LdRaidGet(ld, map); in mr_spanset_get_span_block() local
677 for (span = 0; span < raid->spanDepth; span++) in mr_spanset_get_span_block()
[all …]
/freebsd/contrib/netbsd-tests/dev/raidframe/
H A Dt_raid.sh38 printf "START array\n1 ${ncol} 0\nSTART disks\n" > raid.conf
41 echo "/disk${diskn}" >> raid.conf
46 >> raid.conf
66 atf_check -s exit:0 rump.raidctl -C raid.conf raid0
95 atf_check -s exit:0 rump.raidctl -C raid.conf raid0
113 atf_check -s exit:0 rump.raidctl -c raid.conf raid0
145 atf_check -s exit:0 rump.raidctl -C raid.conf raid0
157 atf_check -s exit:0 rump.raidctl -c raid.conf raid0
183 atf_check -s exit:0 rump.raidctl -C raid.conf raid0
201 atf_check -s exit:0 rump.raidctl -c raid.conf raid0
[all …]
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c131 uint8_t raid; in r12a_tx_raid() local
162 raid = R12A_RAID_11G; in r12a_tx_raid()
165 raid = R12A_RAID_11B; in r12a_tx_raid()
169 raid = R12A_RAID_11G; in r12a_tx_raid()
171 raid = R12A_RAID_11BG; in r12a_tx_raid()
175 raid = R12A_RAID_11GN_1; in r12a_tx_raid()
177 raid = R12A_RAID_11GN_2; in r12a_tx_raid()
182 raid = R12A_RAID_11BGN_1_40; in r12a_tx_raid()
184 raid = R12A_RAID_11BGN_1; in r12a_tx_raid()
187 raid = R12A_RAID_11BGN_2_40; in r12a_tx_raid()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/
H A Draidz_expand_003_neg.ksh75 raid=raidz$nparity
80 log_must zpool create -f $opts $pool $raid ${disks[1..$(($devs-1))]}
83 log_mustnot zpool attach $pool ${raid}-0 ${disks[$devs]}
92 log_must zpool create -f $opts $pool $raid ${disks[1..$(($devs-1))]}
98 log_must zpool attach $pool ${raid}-0 ${disks[$devs]}
H A Draidz_expand_002_pos.ksh72 raid=raidz$nparity
77 log_must zpool create -f $opts $pool $raid ${disks[1..$(($nparity+1))]}
95 log_must zpool attach -w $pool ${raid}-0 $disk
H A Draidz_expand_004_pos.ksh75 raid=raidz$nparity
81 log_must zpool create -f $opts $pool $raid ${disks[1..$(($nparity+1))]}
90 log_must zpool attach $pool ${raid}-0 $disk
H A Draidz_expand_003_pos.ksh90 raid=raidz$nparity
94 log_must zpool create -f $opts $pool $raid ${disks[1..$(($nparity+1))]}
119 log_must zpool attach $pool ${raid}-0 $disk
H A Draidz_expand_005_pos.ksh129 raid=raidz$nparity
136 log_must zpool create -f $opts $pool $raid ${disks[1..$(($nparity+1))]}
151 log_must zpool attach $pool ${raid}-0 $disk
H A Draidz_expand_001_pos.ksh144 log_must zpool attach $TESTPOOL ${raid}-0 $dir/dev-$devs
196 raid=raidz$nparity
199 log_must zpool create -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/
H A Dstingray-fs4.dtsi55 raid0: raid@0 {
63 raid1: raid@1 {
71 raid2: raid@2 {
79 raid3: raid@3 {
87 raid4: raid@4 {
95 raid5: raid@5 {
103 raid6: raid@6 {
111 raid7: raid@7 {
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c122 uint8_t raid; in r92c_tx_raid() local
146 raid = R92C_RAID_11B; in r92c_tx_raid()
150 raid = R92C_RAID_11G; in r92c_tx_raid()
152 raid = R92C_RAID_11BG; in r92c_tx_raid()
156 raid = R92C_RAID_11N; in r92c_tx_raid()
158 raid = R92C_RAID_11BGN; in r92c_tx_raid()
165 txd->txdw1 |= htole32(SM(R92C_TXDW1_RAID, raid)); in r92c_tx_raid()
/freebsd/sys/dev/mpr/
H A Dmpr_user.c2500 struct mpr_raid_action raid; in mpr_ioctl32() member
2538 CP(*raid32, arg.raid, action); in mpr_ioctl32()
2539 CP(*raid32, arg.raid, volume_bus); in mpr_ioctl32()
2540 CP(*raid32, arg.raid, volume_id); in mpr_ioctl32()
2541 CP(*raid32, arg.raid, phys_disk_num); in mpr_ioctl32()
2542 CP(*raid32, arg.raid, action_data_word); in mpr_ioctl32()
2543 PTRIN_CP(*raid32, arg.raid, buf); in mpr_ioctl32()
2544 CP(*raid32, arg.raid, len); in mpr_ioctl32()
2545 CP(*raid32, arg.raid, volume_status); in mpr_ioctl32()
2546 bcopy(raid32->action_data, arg.raid.action_data, in mpr_ioctl32()
[all …]
/freebsd/sys/dev/mps/
H A Dmps_user.c2387 struct mps_raid_action raid; in mps_ioctl32() member
2425 CP(*raid32, arg.raid, action); in mps_ioctl32()
2426 CP(*raid32, arg.raid, volume_bus); in mps_ioctl32()
2427 CP(*raid32, arg.raid, volume_id); in mps_ioctl32()
2428 CP(*raid32, arg.raid, phys_disk_num); in mps_ioctl32()
2429 CP(*raid32, arg.raid, action_data_word); in mps_ioctl32()
2430 PTRIN_CP(*raid32, arg.raid, buf); in mps_ioctl32()
2431 CP(*raid32, arg.raid, len); in mps_ioctl32()
2432 CP(*raid32, arg.raid, volume_status); in mps_ioctl32()
2433 bcopy(raid32->action_data, arg.raid.action_data, in mps_ioctl32()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid_damaged1.ksh115 raid=draid${nparity}:${nparity}s
118 log_must zpool create -O compression=off -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
H A Dredundancy_draid_damaged2.ksh90 raid=draid${nparity}:3s
93 $TESTPOOL $raid ${disks[@]}
H A Dredundancy_draid.ksh219 raid=draid$nparity
222 log_must zpool create -O compression=off -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
H A Dredundancy_raidz.ksh219 raid=raidz$nparity
222 log_must zpool create -O compression=off -f -o cachefile=none $TESTPOOL $raid ${disks[@]}
/freebsd/lib/geom/raid/
H A DMakefile3 GEOM_CLASS= raid
/freebsd/sys/modules/pst/
H A DMakefile4 SRCS= pst-pci.c pst-iop.c pst-raid.c
/freebsd/sys/dev/hptmv/
H A Dreadme.txt82 dependency "$S/dev/hptmv/i386-elf.raid.o.uu" \
83 compile-with "uudecode < $S/dev/hptmv/i386-elf.raid.o.uu" \
96 dependency "$S/dev/hptmv/amd64-elf.raid.o.uu" \
97 compile-with "uudecode < $S/dev/hptmv/amd64-elf.raid.o.uu" \
/freebsd/lib/geom/
H A DMakefile.classes19 GEOM_CLASSES+= raid
/freebsd/sys/modules/geom/geom_raid/
H A DMakefile1 .PATH: ${SRCTOP}/sys/geom/raid
/freebsd/etc/mtree/
H A DBSD.include.dist246 raid

12