Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_clone/
H A Dzfs_clone_001_neg.ksh69 typeset target2=$TESTPOOL/$TESTCTR1/$TESTFS1
70 typeset targets="$target1 $target2 $NONEXISTPOOLNAME/$TESTFS"
80 "$SNAPFS $target1 $target2" "$SNAPFS1 $target1 $target2"
88 set -A moreargs "$SNAPFS $target2" "$SNAPFS1 $target2" \
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dvarmisc.mk198 FLAGS.target2.c= three four
201 target2.c:
203 all: target1-flags target2-flags
207 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 Ddep-colon.exp2 making target2 from source2
H A Ddeptgt.mk25 target1 target2: sources # targets := [target1, target2]
/freebsd-14.2/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-14.2/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
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h334 Target2Policy target2; member
H A DOptions.td440 defm target2:
441 Eq<"target2", "Interpret R_ARM_TARGET2 as <type>, where <type> is one of rel, abs, or got-rel">,
H A DDriver.cpp1376 config->target2 = getTarget2(args); in readConfigs()
/freebsd-14.2/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()