Home
last modified time | relevance | path

Searched refs:MV (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_004_pos.ksh72 log_must $MV $VDEV1 $DEVICE_DIR/newdir1
73 log_must $MV $VDEV2 $DEVICE_DIR/newdir2
79 log_must $MV $VDEV0 $DEVICE_DIR/newdir2
80 log_must $MV $DEVICE_DIR/newdir1/* $DEVICE_DIR/newdir2
85 log_must $MV $DEVICE_DIR/newdir2/$VDEV0F $VDEV0
86 log_must $MV $DEVICE_DIR/newdir2/$VDEV1F $VDEV1
87 log_must $MV $DEVICE_DIR/newdir2/$VDEV2F $VDEV2
H A Dzpool_import_005_pos.ksh79 log_must $MV $VDEV0 $DEVICE_DIR/vdev0-new
85 log_must $MV $VDEV1 $DEVICE_DIR/newdir1/vdev1-new
86 log_must $MV $VDEV2 $DEVICE_DIR/newdir2/vdev2-new
93 log_must $MV $DEVICE_DIR/vdev0-new $VDEV0
94 log_must $MV $DEVICE_DIR/newdir1/vdev1-new $VDEV1
95 log_must $MV $DEVICE_DIR/newdir2/vdev2-new $VDEV2
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm53 MV ARG2,B0
71 || MV.S A17,A23
83 MV ARG2,B0
97 || MV.S A17,A21
109 MV ARG2,B0
124 MV B1,A1
134 MV ARG3,B0
159 MV ARG3,B0
227 MV ARG1,ARG2
258 || MV.S B17,B23
[all …]
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_mv_001_pos.ksh79 log_must $MV ${obj[i]} $dst_file
83 log_must $MV ${obj[i]} $TESTDIR1
90 log_fail "$MV fails to keep the acl for file."
108 log_must $MV ${obj[i]} $dst_dir
114 log_must $MV ${obj[i]} $TESTDIR1
127 log_fail "$MV fails to recursively keep the acl for " \
136 log_assert "Verify that '$MV' supports ZFS ACLs."
185 log_pass "'$MV' succeeds to support ZFS ACLs."
/freebsd/sys/tools/sound/
H A Demu10k1-mkalsa.sh5 MV=${MV:=mv}
20 ${MV} -f $OUT.tmp $OUT
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp43 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument
48 unsigned FinalOff = Offset+MV.getConstant()+4; in getIndirectSymViaGOTPCRel()
61 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument
63 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel()
H A DX86TargetObjectFile.h34 const MCValue &MV, int64_t Offset,
58 const MCValue &MV, int64_t Offset,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp171 MutableValue *MV = this; in write() local
174 if (isa<Constant *>(MV->Val) && !MV->makeMutable()) in write()
184 MV = &Agg->Elements[Index->getZExtValue()]; in write()
187 Type *MVType = MV->getType(); in write()
188 MV->clear(); in write()
190 MV->Val = ConstantExpr::getIntToPtr(V, MVType); in write()
192 MV->Val = ConstantExpr::getPtrToInt(V, MVType); in write()
194 MV->Val = ConstantExpr::getBitCast(V, MVType); in write()
196 MV->Val = V; in write()
202 for (const MutableValue &MV : Elements) in toConstant() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp29 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument
31 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel()
70 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument
72 assert((Offset+MV.getConstant() == 0) && in getIndirectSymViaGOTPCRel()
H A DAArch64TargetObjectFile.h29 const MCValue &MV, int64_t Offset,
51 const MCValue &MV, int64_t Offset,
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_diff/
H A Dzfs_diff_001_pos.ksh56 log_must ${MV} ${TESTDIR}/dirs/rename ${TESTDIR}/dirs/rename.new
60 log_must ${MV} ${TESTDIR}/files/rename ${TESTDIR}/files/rename.new
62 log_must ${MV} ${TESTDIR}/files/srcdir/move ${TESTDIR}/files/dstdir/move
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs/
H A Dzfs_003_neg.ksh64 $MV $file ${file}.bak
69 $MV ${file}.bak $file
/freebsd/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_remove_004_pos.ksh73 log_must $MV $dev $dev.bak
77 log_must $MV $dev.bak $dev
/freebsd/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_017_pos.ksh177 log_must $MV file2 file99
179 log_must $MV file4 file99
181 log_must $MV file6 file99
H A Dsnapshot_016_pos.ksh82 log_must $MV $TESTDIR/$SNAPROOT/$TESTSNAP $TESTDIR/$SNAPROOT/snap_a
92 log_must $MV $TESTDIR/$SNAPROOT/$TESTSNAP $TESTDIR/$SNAPROOT/snap_a
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp865 : MV(MV) { in CurMatchRAII()
869 ~CurMatchRAII() { MV.CurMatchState.reset(); } in ~CurMatchRAII()
872 MatchASTVisitor &MV; member
924 TraceReporter(const MatchASTVisitor &MV) : MV(MV) {} in TraceReporter() argument
926 const CurMatchData &State = MV.CurMatchState; in print()
933 assert(MV.ActiveASTContext && in print()
936 ASTContext &Ctx = MV.getASTContext(); in print()
961 const MatchASTVisitor &MV; member in clang::ast_matchers::internal::__anon55449d7d0111::MatchASTVisitor::TraceReporter
975 MatchASTVisitor *MV; member
981 : MV(V), MB(V->TraversingASTNodeNotAsIs) { in ASTNodeNotAsIsSourceScope()
[all …]
/freebsd/contrib/libxo/tests/gettext/
H A DMakefile.am156 ${MV} po/$$lang/$$base.po \
158 ${MV} po/$$lang/$$base.new.po \
168 ${MV} po/$$lang/$$base.po \
170 ${MV} po/$$lang/$$base.new.po \
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp38 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument
40 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel()
H A DRISCVTargetObjectFile.h48 const MCValue &MV, int64_t Offset,
/freebsd/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_mv_001_pos.ksh73 log_must usr_exec $MV $INI_DIR/* $TST_DIR
H A Dzfs_acl_compress_001_pos.ksh77 log_must usr_exec $MV $INI_DIR/* $TST_DIR
H A Dzfs_acl_pack_001_pos.ksh77 log_must usr_exec $MV $INI_DIR/* $TST_DIR
/freebsd/tests/sys/cddl/zfs/tests/zil/
H A Dzil_001_pos.ksh69 log_must $MV $TESTDIR/0 $TESTDIR/1
/freebsd/contrib/openpam/freebsd/
H A DMakefile.in24 ${GMAKE} distdir && ${MV} ${PKGNAME} ${WRKDIR})
/freebsd/contrib/elftoolchain/libelftc/
H A Dmake-toolchain-version94 tmpfile=`mktemp ${TMPDIR:-/tmp}/MV.XXXXXXX`

12345