| /freebsd-14.2/bin/mv/tests/ |
| H A D | legacy_test.sh | 12 if [ -z "$FS" ] 142 mv fa ${FS}fb 144 ckf fa ${FS}fb 165 ckf fa ${FS}fb 172 :> ${FS}fb 175 ckf fa ${FS}fb 203 mv da ${FS}db 205 ckd da ${FS}db 259 mv fa ${FS}fb 261 ckp fa ${FS}fb [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_encrypted_hierarchy.ksh | 52 "-o keyformat=passphrase $POOL/$FS" 53 log_must zfs snapshot $POOL/$FS@snap 55 log_must zfs create $POOL/$FS/child 61 dstds=$(get_dst_ds $POOL/$FS $POOL2) 62 log_must cmp_ds_subs $POOL/$FS $dstds 64 log_must verify_encryption_root $POOL/$FS $POOL/$FS 66 log_must verify_origin $POOL/$FS "-" 72 log_must verify_encryption_root $POOL/$FS/child $POOL/$FS 77 "$POOL/$FS/child" 83 log_must cmp_ds_subs $POOL/$FS $dstds [all …]
|
| H A D | rsend_011_pos.ksh | 61 value=$(get_prop $prop $POOL/$FS) 62 log_must zfs set $prop=$value $POOL/$FS 68 for ds in "$POOL/$FS/fs1" "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone"; do 75 log_must zfs inherit $prop $POOL/$FS/vol 84 log_must zfs unmount -f $POOL/$FS 92 "$POOL/$FS" "$dstds/$FS" \ 93 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \ 94 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs1/fs2" \ 96 "$POOL/$FS/fs1/fclone" "$dstds/$FS/fs1/fclone" 101 pair[((n+2))]="$POOL/$FS/vol" pair[((n+3))]="$dstds/$FS/vol"
|
| H A D | rsend_008_pos.ksh | 52 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" 55 dtst[((n))]="$POOL/$FS/vol"; dtst[((n+1))]="$POOL/$FS/vclone" 100 "$POOL/$FS" "$dstds/$FS" \ 101 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \ 102 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs1/fs2" \ 104 "$POOL/$FS/fs1/fclone" "$dstds/$FS/fs1/fclone" 109 pair[((n+2))]="$POOL/$FS/vol" pair[((n+3))]="$dstds/$FS/vol" 127 log_must zfs promote $dstds/$FS/vol 129 log_must zfs promote $dstds/$FS/fs1/fs2
|
| H A D | rsend_012_pos.ksh | 99 for fs in "$POOL" "$POOL/pclone" "$POOL/$FS" "$POOL/$FS/fs1" \ 100 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do 121 for vol in "$POOL/vol" "$POOL/$FS/vol" ; do 144 "$POOL/$FS" "$POOL2/$FS" \ 145 "$POOL/$FS/fs1" "$POOL2/$FS/fs1" \ 146 "$POOL/$FS/fs1/fs2" "$POOL2/$FS/fs1/fs2" \ 148 "$POOL/$FS/fs1/fclone" "$POOL2/$FS/fs1/fclone" \ 150 "$POOL/$FS/vol" "$POOL2/$FS/vol"
|
| H A D | rsend_010_pos.ksh | 50 log_must zfs create $POOL2/$FS 51 log_must zfs snapshot $POOL2/$FS@snap 56 log_must eval "zfs send -R $POOL2/$FS@snap > $BACKDIR/fs-R" 57 log_must eval "zfs receive -d -F $POOL2/$FS < $BACKDIR/fs-R" 63 list=$(zfs list -r -H -o name -t filesystem $POOL2/$FS) 73 log_must eval "zfs send -R $POOL2/$FS@snap > $BACKDIR/fs-R" 74 dstds=$(get_dst_ds $POOL2/$FS $POOL2/$FS)
|
| H A D | rsend_004_pos.ksh | 83 log_must eval "zfs send -R -i @init $dstds/$FS@final > " \ 86 srclist=$(getds_with_suffix $dstds/$FS @final) 87 interlist="$srclist $(getds_with_suffix $dstds/$FS @snapC)" 88 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapB)" 89 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapA)" 94 zfs receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR 97 dstlist=$(getds_with_suffix $dstds/$FS @final) 107 srclist=$(getds_with_suffix $POOL2/$FS/vol @final) 108 log_must eval "zfs send -R -i @init $POOL2/$FS/vol@final > " \ 113 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/rsend/ |
| H A D | rsend_011_pos.ksh | 74 value=$(get_prop $prop $POOL/$FS) 75 log_must $ZFS set $prop=$value $POOL/$FS 81 for ds in "$POOL/$FS/fs1" "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do 91 $ZFS inherit $prop $POOL/$FS/vol 93 log_fail "$ZFS inherit $prop $POOL/$FS/vol" 103 log_must $ZFS unmount -f $POOL/$FS 111 "$POOL/$FS" "$dstds/$FS" \ 112 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \ 113 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs1/fs2" \ 115 "$POOL/$FS/fs1/fclone" "$dstds/$FS/fs1/fclone" [all …]
|
| H A D | rsend_008_pos.ksh | 61 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" 64 dtst[((n))]="$POOL/$FS/vol"; dtst[((n+1))]="$POOL/$FS/vclone" 109 "$POOL/$FS" "$dstds/$FS" \ 110 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \ 111 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs1/fs2" \ 113 "$POOL/$FS/fs1/fclone" "$dstds/$FS/fs1/fclone" 118 pair[((n+2))]="$POOL/$FS/vol" pair[((n+3))]="$dstds/$FS/vol" 136 log_must $ZFS promote $dstds/$FS/vol 138 log_must $ZFS promote $dstds/$FS/fs1/fs2
|
| H A D | rsend_012_pos.ksh | 138 for fs in "$POOL" "$POOL/pclone" "$POOL/$FS" "$POOL/$FS/fs1" \ 139 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do 159 for vol in "$POOL/vol" "$POOL/$FS/vol" ; do 183 "$POOL/$FS" "$POOL2/$FS" \ 184 "$POOL/$FS/fs1" "$POOL2/$FS/fs1" \ 185 "$POOL/$FS/fs1/fs2" "$POOL2/$FS/fs1/fs2" \ 187 "$POOL/$FS/fs1/fclone" "$POOL2/$FS/fs1/fclone" \ 189 "$POOL/$FS/vol" "$POOL2/$FS/vol"
|
| H A D | rsend_010_pos.ksh | 62 log_must $ZFS create $POOL2/$FS 63 log_must $ZFS snapshot $POOL2/$FS@snap 68 log_must eval "$ZFS send -R $POOL2/$FS@snap > $BACKDIR/fs-R" 69 log_must eval "$ZFS receive -d -F $POOL2/$FS < $BACKDIR/fs-R" 75 list=$($ZFS list -r -H -o name -t filesystem $POOL2/$FS) 85 log_must eval "$ZFS send -R $POOL2/$FS@snap > $BACKDIR/fs-R" 86 dstds=$(get_dst_ds $POOL2/$FS $POOL2/$FS)
|
| H A D | rsend.kshlib | 67 log_must $ZFS create -p $pool/$FS/fs1/fs2 74 log_must $ZFS create -V 16M $pool/$FS/vol 76 log_must $ZFS snapshot $pool/$FS/vol@vsnap 77 log_must $ZFS clone $pool/$FS/vol@vsnap $pool/$FS/vclone 81 log_must $ZFS clone $pool/$FS/fs1/fs2@fsnap $pool/$FS/fs1/fclone 87 log_must snapshot_tree $pool/$FS@snapB 88 log_must snapshot_tree $pool/$FS@snapC 89 log_must snapshot_tree $pool/$FS/fs1@snapA 90 log_must snapshot_tree $pool/$FS/fs1@snapB 91 log_must snapshot_tree $pool/$FS/fs1@snapC [all …]
|
| H A D | rsend_004_pos.ksh | 95 log_must eval "$ZFS send -R -i @init $dstds/$FS@final > " \ 98 srclist=$(getds_with_suffix $dstds/$FS @final) 99 interlist="$srclist $(getds_with_suffix $dstds/$FS @snapC)" 100 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapB)" 101 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapA)" 106 $ZFS receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR 109 dstlist=$(getds_with_suffix $dstds/$FS @final) 119 srclist=$(getds_with_suffix $POOL2/$FS/vol @final) 120 log_must eval "$ZFS send -R -i @init $POOL2/$FS/vol@final > " \ 125 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetMachine.cpp | 122 StringRef CPU, StringRef FS, in MipsTargetMachine() argument 135 NoMips16Subtarget(TT, CPU, FS.empty() ? "-mips16" : FS.str() + ",-mips16", in MipsTargetMachine() 137 Mips16Subtarget(TT, CPU, FS.empty() ? "+mips16" : FS.str() + ",+mips16", in MipsTargetMachine() 175 std::string FS = in getSubtargetImpl() local 189 FS += FS.empty() ? "+mips16" : ",+mips16"; in getSubtargetImpl() 191 FS += FS.empty() ? "-mips16" : ",-mips16"; in getSubtargetImpl() 193 FS += FS.empty() ? "+micromips" : ",+micromips"; in getSubtargetImpl() 195 FS += FS.empty() ? "-micromips" : ",-micromips"; in getSubtargetImpl() 197 FS += FS.empty() ? "+soft-float" : ",+soft-float"; in getSubtargetImpl() 199 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refquota/ |
| H A D | refquota_008_neg.ksh | 56 FS=$TESTPOOL/$TESTFS 57 log_must zfs create $FS/$TESTSUBFS1 58 log_must zfs create $FS/$TESTSUBFS2 60 mntpnt1=$(get_prop mountpoint $FS/$TESTSUBFS1) 61 mntpnt2=$(get_prop mountpoint $FS/$TESTSUBFS2) 64 log_must zfs snapshot $FS/$TESTSUBFS1@snap200m 66 log_must zfs set refquota=10M $FS/$TESTSUBFS2 67 log_mustnot eval "zfs send $FS/$TESTSUBFS1@snap200m |" \ 68 "zfs receive -F $FS/$TESTSUBFS2"
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_reservation/ |
| H A D | zfs_reservation_002_pos.ksh | 54 typeset FS 55 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2 57 if datasetexists $FS ; then 58 log_must zfs unmount $FS 59 log_must zfs destroy $FS 74 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2 76 log_must [ $(zfs get -pHo value reservation $FS) -eq 0 ] 77 log_must [ $(zfs get -Ho value reservation $FS) = none ]
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_destroy/ |
| H A D | zfs_destroy_005_neg.ksh | 104 negative_test "-f" "$CTR $FS $VOL" 111 negative_test "-r -rf" "$CTR $FS $VOL" 119 typeset mtpt_dir=$(get_prop mountpoint $FS) 130 check_dataset datasetexists $CTR $FS $VOL 152 negative_test "-R -rR" $FS 153 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP $VOLCLONE 175 if datasetexists $FS; then 176 check_dataset datasetexists $FS $FSSNAP $FSCLONE 178 check_dataset datasetnonexists $FS $FSSNAP $FSCLONE 189 log_must datasetexists $CTR $VOL $FS $FSSNAP $FSCLONE [all …]
|
| H A D | zfs_destroy_001_pos.ksh | 83 if [[ $dtst != $FS || $dtst != $CTR ]]; then 108 $CTR|$FS) 110 mpt_dir=$(get_prop mountpoint $FS) 155 $CTR $FS $VOL $FSSNAP $VOLSNAP 161 $FS) check_dataset datasetexists $CTR $VOL 162 check_dataset datasetnonexists $FS 172 $VOL) check_dataset datasetexists $CTR $FS $FSSNAP 180 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP 188 check_dataset datasetexists $CTR $FS $VOL $FSSNAP 206 for dtst in $CTR $FS $VOL $FSSNAP $VOLSNAP; do
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_reservation/ |
| H A D | zfs_reservation_002_pos.ksh | 65 typeset FS 66 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2 68 if datasetexists $FS ; then 69 log_must $ZFS unmount $FS 70 log_must $ZFS destroy $FS 85 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2 88 reserve=`$ZFS get -pH reservation $FS | $AWK '{print $3}'` 93 reserve=`$ZFS get -H reservation $FS | $AWK '{print $3}'`
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseUtil.cpp | 81 bool SampleCoverageTracker::markSamplesUsed(const FunctionSamples *FS, in markSamplesUsed() argument 86 unsigned &Count = SampleCoverage[FS][Loc]; in markSamplesUsed() 97 SampleCoverageTracker::countUsedRecords(const FunctionSamples *FS, in countUsedRecords() argument 99 auto I = SampleCoverage.find(FS); in countUsedRecords() 108 for (const auto &I : FS->getCallsiteSamples()) in countUsedRecords() 122 SampleCoverageTracker::countBodyRecords(const FunctionSamples *FS, in countBodyRecords() argument 124 unsigned Count = FS->getBodySamples().size(); in countBodyRecords() 127 for (const auto &I : FS->getCallsiteSamples()) in countBodyRecords() 141 SampleCoverageTracker::countBodySamples(const FunctionSamples *FS, in countBodySamples() argument 144 for (const auto &I : FS->getBodySamples()) in countBodySamples() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
| H A D | zfs_destroy_005_neg.ksh | 90 negative_test "-f" "$CTR $FS $VOL" 97 negative_test "-r -rf" "$CTR $FS $VOL" 104 mntpt=$(get_prop mountpoint $FS) 111 check_dataset datasetexists $CTR $FS $VOL 125 negative_test "-R -rR" $FS 126 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP $VOLCLONE 150 check_dataset datasetnonexists $FS $FSSNAP $FSCLONE 162 check_dataset datasetexists $CTR $VOL $FS $FSSNAP $FSCLONE 190 check_dataset datasetexists $CTR $FS $VOL $FSSNAP 194 check_dataset datasetexists $CTR $FS $VOL
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OSLog.cpp | 62 if (!FS.consumesDataArgument() && in HandlePrintfSpecifier() 63 FS.getConversionSpecifier().getKind() != in HandlePrintfSpecifier() 68 unsigned ArgIndex = FS.getArgIndex(); in HandlePrintfSpecifier() 84 auto &precision = FS.getPrecision(); in HandlePrintfSpecifier() 100 auto &precision = FS.getPrecision(); in HandlePrintfSpecifier() 116 if (FS.getPrecision().hasDataArgument()) { in HandlePrintfSpecifier() 121 if (FS.getFieldWidth().hasDataArgument()) { in HandlePrintfSpecifier() 125 if (FS.isSensitive()) in HandlePrintfSpecifier() 127 else if (FS.isPrivate()) in HandlePrintfSpecifier() 129 else if (FS.isPublic()) in HandlePrintfSpecifier() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 30 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) in ExpandResponseFilesDatabase() argument 31 : Base(std::move(Base)), Tokenizer(Tokenizer), FS(std::move(FS)) { in ExpandResponseFilesDatabase() 34 assert(this->FS != nullptr); in ExpandResponseFilesDatabase() 54 Tokenizer, *FS); in expand() 61 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS; member in clang::tooling::__anon3202d5710111::ExpandResponseFilesDatabase 68 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) { in expandResponseFiles() argument 73 std::move(Base), Tokenizer, std::move(FS)); in expandResponseFiles()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRSubtarget.cpp | 31 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget() argument 32 : AVRGenSubtargetInfo(TT, CPU, /*TuneCPU*/ CPU, FS), InstrInfo(*this), in AVRSubtarget() 33 TLInfo(TM, initializeSubtargetDependencies(CPU, FS, TM)) { in AVRSubtarget() 35 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in AVRSubtarget() 39 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies() argument 42 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in initializeSubtargetDependencies()
|
| /freebsd-14.2/release/ |
| H A D | Makefile.mirrors | 206 . for FS in ${VMFSLIST} 208 mv ${OSRELEASE}-${FS}.${VMFORMAT}.xz \ 214 ${OSRELEASE}-${FS}.${VMFORMAT}.xz 221 . for FS in ${${CW}_FSLIST} 223 mv ${OSRELEASE}-${CW}.${FS}.${VMFORMAT}.xz \ 229 ${OSRELEASE}-${CW}.${FS}.${VMFORMAT}.xz 253 . for FS in ${VMFSLIST} 262 . for FS in ${${CW}_FSLIST} 287 . for FS in ${${CW}_FSLIST} 295 ${OSRELEASE}-${CW}.${FS}.${VMFORMAT}.xz [all …]
|