Searched refs:FS (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.bin/lex/
H A Dversion.awk4 FS = "[ \t\.\"]+"
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Ddarwin-unwind.h33 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS) \
34 (_Unwind_fallback_frame_state_for (CONTEXT, FS) \
/freebsd-12-stable/tests/sys/cddl/zfs/tests/rsend/
H A Drsend_011_pos.ksh73 # Setting all the $FS properties as local value,
76 value=$(get_prop $prop $POOL/$FS)
77 log_must $ZFS set $prop=$value $POOL/$FS
83 for ds in "$POOL/$FS/fs1" "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do
93 $ZFS inherit $prop $POOL/$FS/vol
95 log_fail "$ZFS inherit $prop $POOL/$FS/vol"
102 # Unmount $POOL/$FS to avoid two fs mount in the same mountpoint
105 log_must $ZFS unmount -f $POOL/$FS
[all...]
H A Drsend_008_pos.ksh63 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone"
66 dtst[((n))]="$POOL/$FS/vol"; dtst[((n+1))]="$POOL/$FS/vclone"
111 "$POOL/$FS" "$dstds/$FS" \
112 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \
113 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs
[all...]
H A Drsend_010_pos.ksh64 log_must $ZFS create $POOL2/$FS
65 log_must $ZFS snapshot $POOL2/$FS@snap
70 log_must eval "$ZFS send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
71 log_must eval "$ZFS receive -d -F $POOL2/$FS < $BACKDIR/fs-R"
77 list=$($ZFS list -r -H -o name -t filesystem $POOL2/$FS)
87 log_must eval "$ZFS send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
88 dstds=$(get_dst_ds $POOL2/$FS $POOL2/$FS)
H A Drsend_001_pos.ksh44 # 1. Back up all the data from POOL/FS
80 log_must eval "$ZFS send -R $POOL/$FS@final > $BACKDIR/fs-final-R"
83 dstds=$(get_dst_ds $POOL/$FS $POOL2)
84 log_must cmp_ds_subs $POOL/$FS $dstds
85 log_must cmp_ds_cont $POOL/$FS $dstds
H A Drsend_004_pos.ksh97 log_must eval "$ZFS send -R -i @init $dstds/$FS@final > " \
100 srclist=$(getds_with_suffix $dstds/$FS @final)
101 interlist="$srclist $(getds_with_suffix $dstds/$FS @snapC)"
102 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapB)"
103 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapA)"
108 $ZFS receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR
111 dstlist=$(getds_with_suffix $dstds/$FS @final)
121 srclist=$(getds_with_suffix $POOL2/$FS/vol @final)
122 log_must eval "$ZFS send -R -i @init $POOL2/$FS/vol@final > " \
127 dstlist=$(getds_with_suffix $POOL2/$FS/vo
[all...]
/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A Dpre.js.inc8 if (typeof(FS) === 'object') {
11 FS.init();
12 FS.mkdir('/test-data');
13 FS.mount(NODEFS, { root: '.' }, '/test-data');
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_reservation/
H A Dzfs_reservation_002_pos.ksh67 typeset FS
68 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2
70 if datasetexists $FS ; then
71 log_must $ZFS unmount $FS
72 log_must $ZFS destroy $FS
87 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2
90 reserve=`$ZFS get -pH reservation $FS | $AWK '{print $3}'`
95 reserve=`$ZFS get -H reservation $FS | $AWK '{print $3}'`
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp28 WebAssemblySubtarget::initializeSubtargetDependencies(StringRef FS) { argument
34 ParseSubtargetFeatures(CPUString, FS);
40 const std::string &FS,
42 : WebAssemblyGenSubtargetInfo(TT, CPU, FS), CPUString(CPU),
44 InstrInfo(initializeSubtargetDependencies(FS)), TSInfo(),
38 WebAssemblySubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
/freebsd-12-stable/bin/mv/tests/
H A Dlegacy_test.sh13 if [ -z "$FS" ]
139 for FS in '' $TMPDIR/testdir/
143 mv fa ${FS}fb
145 ckf fa ${FS}fb
152 mkdir -p ${FS}1/2/3
153 mv fa fb ${FS}1/2/3
155 ckf fa ${FS}1/2/3/fa
156 ckf fb ${FS}1/2/3/fb
164 mv 1/2/3/fa ${FS}fb
166 ckf fa ${FS}f
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp29 StringRef FS) {
31 initSubtargetFeatures(CPU, FS);
32 ParseSubtargetFeatures(CPU, FS);
43 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { argument
61 const std::string &FS, const TargetMachine &TM)
62 : BPFGenSubtargetInfo(TT, CPU, FS), InstrInfo(),
63 FrameLowering(initializeSubtargetDependencies(CPU, FS)),
28 initializeSubtargetDependencies(StringRef CPU, StringRef FS) argument
60 BPFSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRSubtarget.cpp31 const std::string &FS, const AVRTargetMachine &TM)
32 : AVRGenSubtargetInfo(TT, CPU, FS), InstrInfo(), FrameLowering(),
33 TLInfo(TM, initializeSubtargetDependencies(CPU, FS, TM)), TSInfo(),
43 ParseSubtargetFeatures(CPU, FS);
47 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, argument
50 ParseSubtargetFeatures(CPU, FS);
30 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const AVRTargetMachine &TM) argument
/freebsd-12-stable/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_009_neg.ksh77 log_must $ZFS create $TESTPOOL/$FS
79 enc=$(get_prop encryption $TESTPOOL/$FS)
81 log_unsupported "get_prop encryption $TESTPOOL/$FS failed."
87 log_mustnot $ZPOOL set bootfs=$TESTPOOL/$FS $TESTPOOL
92 log_must $ZFS snapshot $TESTPOOL/$FS@snap
93 log_must $ZFS clone $TESTPOOL/$FS@snap $TESTPOOL/clone
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCSubtarget.cpp28 const std::string &FS, const TargetMachine &TM)
29 : ARCGenSubtargetInfo(TT, CPU, FS), FrameLowering(*this),
27 ARCSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSubtarget.cpp28 const std::string &FS, const TargetMachine &TM)
29 : XCoreGenSubtargetInfo(TT, CPU, FS), InstrInfo(), FrameLowering(*this),
27 XCoreSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
/freebsd-12-stable/gnu/usr.bin/grep/tests/
H A Dspencer1.awk2 FS = "@";
H A Dbre.awk2 FS="@";
H A Dere.awk2 FS="@";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.cpp42 MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { argument
50 ParseSubtargetFeatures(CPUName, FS);
59 const std::string &FS, const TargetMachine &TM)
60 : MSP430GenSubtargetInfo(TT, CPU, FS), FrameLowering(),
61 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this) {}
58 MSP430Subtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp34 StringRef FS) {
38 ParseSubtargetFeatures(TargetName, FS);
49 const std::string &FS,
51 : NVPTXGenSubtargetInfo(TT, CPU, FS), PTXVersion(0), SmVersion(20), TM(TM),
52 InstrInfo(), TLInfo(TM, initializeSubtargetDependencies(CPU, FS)),
33 initializeSubtargetDependencies(StringRef CPU, StringRef FS) argument
48 NVPTXSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const NVPTXTargetMachine &TM) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.cpp29 StringRef FS) {
36 ParseSubtargetFeatures(CPUName, FS);
42 const std::string &FS, const TargetMachine &TM)
43 : VEGenSubtargetInfo(TT, CPU, FS), TargetTriple(TT),
44 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this),
28 initializeSubtargetDependencies(StringRef CPU, StringRef FS) argument
41 VESubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp25 void LanaiSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { argument
30 ParseSubtargetFeatures(CPUName, FS);
34 StringRef FS) {
35 initSubtargetFeatures(CPU, FS);
33 initializeSubtargetDependencies(StringRef CPU, StringRef FS) argument
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_destroy/
H A Dzfs_destroy_005_neg.ksh106 negative_test "-f" "$CTR $FS $VOL"
113 negative_test "-r -rf" "$CTR $FS $VOL"
116 # Get $FS mountpoint and make it busy, then verify 'zfs destroy $CTR'
121 typeset mtpt_dir=$(get_prop mountpoint $FS)
127 # which datasets are destroyed is not deterministic. Both $FS and $VOL are
129 # tried (and failed) to delete $FS or $VOL first.
132 check_dataset datasetexists $CTR $FS $VOL
135 # The recursive destroy failed on $FS
148 # Create the clones for test environment, then verify 'zfs destroy $FS'
154 negative_test "-R -rR" $FS
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h58 FormatSpecifier &FS, const char *&Beg, const char *E,
63 bool ParseLengthModifier(FormatSpecifier &FS, const char *&Beg, const char *E,
73 T FS; member in class:clang::analyze_format_string::SpecifierResult
81 : FS(fs), Start(start), Stop(false) {}
88 return FS;
90 const T &getValue() { return FS; }

Completed in 127 milliseconds

1234567891011>>