Home
last modified time | relevance | path

Searched refs:target2 (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_001_neg.ksh59 typeset target2=$TESTPOOL/$TESTCTR1/$TESTFS1
60 typeset targets="$target1 $target2 $NONEXISTPOOLNAME/$TESTFS"
70 "$SNAPFS $target1 $target2" "$SNAPFS1 $target1 $target2" \
80 set -A moreargs "$SNAPFS $target2" "$SNAPFS1 $target2" \
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_clone/
H A Dzfs_clone_001_neg.ksh66 typeset target2=$TESTPOOL/$TESTCTR1/$TESTFS1
67 typeset targets="$target1 $target2 $NONEXISTPOOLNAME/$TESTFS"
77 "$SNAPFS $target1 $target2" "$SNAPFS1 $target1 $target2"
85 set -A moreargs "$SNAPFS $target2" "$SNAPFS1 $target2" \
/freebsd/contrib/bmake/unit-tests/
H A Dvarmisc.mk179 FLAGS.target2.c= three four
182 target2.c:
184 all: target1-flags target2-flags
188 target2-flags: target2.c
H A Ddep-colon.mk18 all: target2
19 target2: source${:U1:S;1;2;}; @echo making ${.TARGET} from ${.ALLSRC}
H A Dimpsrc.mk12 all: target1.z target2 target3 target4
40 target2: source1 source2
H A Ddeptgt.exp13 Global: .ALLTARGETS = target1 target2 sources empty-source deptgt-
14 Global: .ALLTARGETS = target1 target2 sources empty-source deptgt- depsrc-
H A Ddep-colon.exp2 making target2 from source2
H A Ddeptgt.mk25 target1 target2: sources # targets := [target1, target2]
/freebsd/tools/regression/iscsi/
H A Discsi-test.sh224 target2 {
234 check iscontrol -c $TMPDIR/iscsi.conf -n target2
260 target2 {
270 check iscsictl -Ac $TMPDIR/iscsi.conf -n target2
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h350 Target2Policy target2; member
H A DOptions.td461 defm target2:
462 Eq<"target2", "Interpret R_ARM_TARGET2 as <type>, where <type> is one of rel, abs, or got-rel">,
H A DDriver.cpp1424 config->target2 = getTarget2(args); in readConfigs()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp139 if (config->target2 == Target2Policy::Rel) in getRelExpr()
141 if (config->target2 == Target2Policy::Abs) in getRelExpr()