Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_001_neg.ksh60 typeset target2=$TESTPOOL/$TESTCTR1/$TESTFS1
61 typeset targets="$target1 $target2 $NONEXISTPOOLNAME/$TESTFS"
71 "$SNAPFS $target1 $target2" "$SNAPFS1 $target1 $target2" \
81 set -A moreargs "$SNAPFS $target2" "$SNAPFS1 $target2" \
/src/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" \
/src/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]
/src/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
/src/bin/ls/tests/
H A Dls_tests.sh337 atf_check -e empty -o empty -s exit:0 ln -s target1/target2 link1
339 atf_check -e empty -o not-match:target1/target2 -s exit:0 ls -L
/src/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()
/src/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()