Home
last modified time | relevance | path

Searched full:target (Results 1 – 25 of 5595) sorted by relevance

12345678910>>...224

/freebsd/lib/libmd/tests/
H A DMakefile21 # This target is simply convenient for auditing, letting you build all of one
31 ${CP} ${.CURDIR}/${mdt}driver.c ${.TARGET}
48 :> ${.TARGET}
50 @echo "atf_test_case ${_digest}" >> ${.TARGET}
51 @echo "${_digest}_body() {" >> ${.TARGET}
53 ${.TARGET}
54 @echo " \$$(atf_get_srcdir)/${_digest}driver" >> ${.TARGET}
55 @echo "}" >> ${.TARGET}
57 @echo "atf_init_test_cases() {" >> ${.TARGET}
59 @echo " atf_add_test_case ${_digest}" >> ${.TARGET}
[all …]
/freebsd/crypto/openssh/.github/workflows/
H A Dc-cpp.yml11 name: "${{ matrix.target }} ${{ matrix.config }}"
17 target:
29 - { target: windows-2019, config: cygwin-release }
30 - { target: windows-2022, config: cygwin-release }
31 - { target: ubuntu-20.04, config: valgrind-1 }
32 - { target: ubuntu-20.04, config: valgrind-2 }
33 - { target: ubuntu-20.04, config: valgrind-3 }
34 - { target: ubuntu-20.04, config: valgrind-4 }
35 - { target: ubuntu-20.04, config: valgrind-unit }
36 - { target: ubuntu-20.04, config: c89 }
[all …]
H A Dselfhosted.yml9 name: "${{ matrix.target }} ${{ matrix.config }}"
16 TARGET_HOST: ${{ matrix.target }}
18 …host, 'libvirt') && format('{0}-{1}-{2}', matrix.target, matrix.config, github.run_id) || matrix.t…
27 # default config. "target" corresponds to a label associated with the
30 target:
64 - { target: aix51, config: default, host: libvirt-hipri }
65 - { target: openindiana, config: pam, host: libvirt-hipri }
66 - { target: sol10, config: default, host: libvirt-hipri }
67 - { target: sol10, config: pam, host: libvirt-hipri }
68 - { target: sol11, config: default, host: libvirt-hipri }
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h1 //===- MC/TargetRegistry.h - Target Registration ----------------*- C++ -*-===//
10 // the appropriate target specific classes (TargetMachine, AsmPrinter, etc.)
13 // Target specific class implementations should register themselves using the
72 /// target, suitable for compiling with a native assembler.
81 /// \param TAB - If given, a target asm backend to use to show the fixup
136 /// Target - Wrapper for Target specific information.
144 class Target {
163 *(*)(const Target &T, const Triple &TT, StringRef CPU, StringRef Features,
171 using MCAsmBackendCtorTy = MCAsmBackend *(*)(const Target &T,
178 using MCDisassemblerCtorTy = MCDisassembler *(*)(const Target &T,
[all …]
/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.gsl43 <file src="..\\..\\src\\libsodium\\include\\sodium.h" target="build\\native\\include" />
44 …<file src="..\\..\\src\\libsodium\\include\\sodium\\*.*" target="build\\native\\include\\sodium" /…
48 <file src="package.targets" target="build\\native\\$(package.id).targets" />
49 <file src="package.xml" target="build\\native\\package.xml" />
54 …\$(package.platformtoolset)\\dynamic\\$(package.target).dll" target="build\\native\\bin\\$(package…
55 …\$(package.platformtoolset)\\dynamic\\$(package.target).dll" target="build\\native\\bin\\$(package…
58 …\$(package.platformtoolset)\\dynamic\\$(package.target).pdb" target="build\\native\\bin\\$(package…
59 …\$(package.platformtoolset)\\dynamic\\$(package.target).pdb" target="build\\native\\bin\\$(package…
62 …\$(package.platformtoolset)\\dynamic\\$(package.target).lib" target="build\\native\\bin\\$(package…
63 …\$(package.platformtoolset)\\dynamic\\$(package.target).lib" target="build\\native\\bin\\$(package…
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile35 CFLAGS+= -I${LLVM_SRCS}/lib/Target/${arch}
1259 SRCS_MIN+= Target/AArch64/AArch64A53Fix835769.cpp
1260 SRCS_MIN+= Target/AArch64/AArch64A57FPLoadBalancing.cpp
1261 SRCS_MIN+= Target/AArch64/AArch64AdvSIMDScalarPass.cpp
1262 SRCS_MIN+= Target/AArch64/AArch64Arm64ECCallLowering.cpp
1263 SRCS_MIN+= Target/AArch64/AArch64AsmPrinter.cpp
1264 SRCS_MIN+= Target/AArch64/AArch64BranchTargets.cpp
1265 SRCS_MIN+= Target/AArch64/AArch64CallingConvention.cpp
1266 SRCS_MIN+= Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
1267 SRCS_MIN+= Target/AArch64/AArch64CollectLOH.cpp
[all …]
/freebsd/usr.bin/iscsictl/
H A Dparse.y52 static struct target *target; variable
77 targets target
80 target: STR OPENING_BRACKET target_entries CLOSING_BRACKET
83 xo_errx(1, "duplicated target %s", $1);
84 target->t_nickname = $1;
85 target = target_new(conf);
142 if (target->t_name != NULL)
144 target->t_name = $3;
150 if (target->t_address != NULL)
152 target->t_address = $3;
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-include-guard.mk14 # .if !target(guard-target)
18 # variable or the guard target is defined, the file is skipped completely, as
441 # The guard can also be a target instead of a variable. Using a target as a
442 # guard has the benefit that a target cannot be undefined once it is defined.
443 # The target should be declared '.NOTMAIN'. Since the target names are
445 # target names, they don't need to be declared '.PHONY' as they don't generate
447 CASES+= target
448 LINES.target= \
449 '.if !target(__target.tmp__)' \
452 # expect: Parse_PushInput: target.tmp:1
[all …]
H A Dsh-flags.mk51 target= opt-
52 target+= ${letter.ignerr.${opt-ignerr}:U_}
53 target+= ${letter.jobs.${opt-jobs}:U_}
54 target+= ${letter.loud.${opt-loud}:U_}
55 target+= ${letter.no-action.${opt-no-action}:U_}
56 target+= ${letter.silent.${opt-silent}:U_}
57 target+= ${letter.xtrace.${opt-xtrace}:U_}
59 .for target in ${target:ts}
61 MAKE_CMD.${target}= ${MAKE}
62 MAKE_CMD.${target}+= ${opt-ignerr.${opt-ignerr}}
[all …]
H A Dcond-func-target.mk1 # $NetBSD: cond-func-target.mk,v 1.5 2025/01/10 23:00:38 rillig Exp $
3 # Tests for the target() function in .if conditions.
7 # The target "target" does not exist yet.
8 .if target(target)
12 target:
14 # The target exists, even though it does not have any commands.
15 .if !target(target)
19 target:
22 # Adding a comment to an existing target does not change whether the target
24 .if !target(target)
[all …]
H A Dvar-scope-local.mk3 # Tests for target-local variables, such as ${.TARGET} or $@. These variables
5 # target. In contrast, global variables are typically created when the
8 # The 7 built-in target-local variables are listed in the manual page. They
9 # are defined just before the target is actually made. Additional
10 # target-local variables can be defined in dependency lines like
11 # 'target: VAR=value', one at a time.
15 # Target-local variables in a target rule
17 # In target rule
[all...]
H A Ddirective-include-guard.exp74 Parse_PushInput: target.tmp:1
75 Skipping 'target.tmp' because '__target.tmp__' is defined
76 Parse_PushInput: target-sys.tmp:1
77 Skipping 'target-sys.tmp' because '__<target-sys.tmp>__' is defined
78 Parse_PushInput: target-indirect.tmp:1
79 Skipping 'target-indirect.tmp' because 'target-indirect.tmp' is defined
80 Parse_PushInput: target-indirect-PARSEFILE.tmp:1
81 Skipping 'target-indirect-PARSEFILE.tmp' because '__target-indirect-PARSEFILE.tmp__' is defined
82 Parse_PushInput: target-indirect-PARSEFILE2.tmp:1
83 Skipping 'target-indirect-PARSEFILE2.tmp' because '__target-indirect-PARSEFILE2.tmp__' is defined
[all …]
/freebsd/release/
H A DMakefile39 # TARGET/TARGET_ARCH: architecture of built release
47 .if !defined(TARGET) || empty(TARGET)
48 TARGET= ${MACHINE} macro
51 .if ${TARGET} == ${MACHINE}
54 TARGET_ARCH= ${TARGET}
57 IMAKE= ${MAKE} TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET} \
67 .if !empty(TARGET:M${_V})
68 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}
69 VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET}
71 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}-${TARGET_ARCH}
[all …]
/freebsd/usr.sbin/ctld/
H A Dconf.cc48 static struct target *target = NULL; variable
63 target = NULL; in conf_finish()
502 target = target_new(conf, name); in target_start()
503 return (target != NULL); in target_start()
509 target = NULL; in target_finish()
515 if (target->t_auth_group != NULL) { in target_add_chap()
516 if (target->t_auth_group->ag_name != NULL) { in target_add_chap()
518 "chap for target \"%s\"", target->t_name); in target_add_chap()
522 target->t_auth_group = auth_group_new(conf, target); in target_add_chap()
523 if (target->t_auth_group == NULL) in target_add_chap()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp20 #include "lldb/Target/ABI.h"
21 #include "lldb/Target/ExecutionContext.h"
22 #include "lldb/Target/Process.h"
23 #include "lldb/Target/RegisterContext.h"
24 #include "lldb/Target/RegisterNumber.h"
25 #include "lldb/Target/Target.h"
26 #include "lldb/Target/Thread.h"
27 #include "lldb/Target/UnwindAssembly.h"
60 UnwindPlanSP FuncUnwinders::GetUnwindPlanAtCallSite(Target &target, in GetUnwindPlanAtCallSite() argument
64 if (UnwindPlanSP plan_sp = GetObjectFileUnwindPlan(target)) in GetUnwindPlanAtCallSite()
[all …]
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Datomic.h45 extern void atomic_add_64(volatile uint64_t *target, int64_t delta);
46 extern void atomic_dec_64(volatile uint64_t *target);
49 extern uint64_t atomic_add_64_nv(volatile uint64_t *target, int64_t delta);
50 extern uint64_t atomic_cas_64(volatile uint64_t *target, uint64_t cmp,
57 atomic_add_32_nv(volatile uint32_t *target, int32_t delta) in atomic_add_32_nv() argument
59 return (atomic_fetchadd_32(target, delta) + delta); in atomic_add_32_nv()
63 atomic_add_int_nv(volatile u_int *target, int delta) in atomic_add_int_nv() argument
65 return (atomic_add_32_nv(target, delta)); in atomic_add_int_nv()
69 atomic_inc_32(volatile uint32_t *target) in atomic_inc_32() argument
71 atomic_add_32(target, 1); in atomic_inc_32()
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Datomic.h52 extern void atomic_add_64(volatile uint64_t *target, int64_t delta);
53 extern void atomic_dec_64(volatile uint64_t *target);
56 extern uint64_t atomic_add_64_nv(volatile uint64_t *target, int64_t delta);
57 extern uint64_t atomic_cas_64(volatile uint64_t *target, uint64_t cmp,
66 atomic_add_32_nv(volatile uint32_t *target, int32_t delta) in atomic_add_32_nv() argument
68 return (atomic_fetchadd_32(target, delta) + delta); in atomic_add_32_nv()
72 atomic_add_int_nv(volatile uint_t *target, int delta) in atomic_add_int_nv() argument
74 return (atomic_add_32_nv(target, delta)); in atomic_add_int_nv()
78 atomic_inc_32(volatile uint32_t *target) in atomic_inc_32() argument
80 atomic_add_32(target, 1); in atomic_inc_32()
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Datomic.c34 void atomic_inc_##name(volatile type *target) \
36 (void) __atomic_add_fetch(target, 1, __ATOMIC_SEQ_CST); \
50 void atomic_dec_##name(volatile type *target) \ in ATOMIC_INC()
52 (void) __atomic_sub_fetch(target, 1, __ATOMIC_SEQ_CST); \ in ATOMIC_INC()
66 void atomic_add_##name(volatile type1 *target, type2 bits) \
68 (void) __atomic_add_fetch(target, bits, __ATOMIC_SEQ_CST); \
72 atomic_add_ptr(volatile void *target, ssize_t bits)
74 (void) __atomic_add_fetch((void **)target, bits, __ATOMIC_SEQ_CST);
88 void atomic_sub_##name(volatile type1 *target, type2 bits) \ in ATOMIC_ADD()
90 (void) __atomic_sub_fetch(target, bits, __ATOMIC_SEQ_CST); \ in ATOMIC_ADD()
[all …]
/freebsd/crypto/krb5/src/man/
H A Dksu.man55 the target user, and the other is to create a new security context.
64 Likewise, all references to and attributes of the target
65 account will start with "target".
71 authentication and authorization. Resolving the target principal name
75 described in the OPTIONS section (see \fB\-n\fP option). The target user
77 default. If \fB\&.\fP is specified then the target user will be the
79 target user is the source user, no authentication or authorization
84 ticket (TGT) for the target principal\(aqs realm. If the ticket for the
100 Upon successful authentication, ksu checks whether the target
101 principal is authorized to access the target account. In the target
[all …]
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp104 static void mapping(IO &IO, IFSTarget &Target) { in mapping()
105 IO.mapOptional("ObjectFormat", Target.ObjectFormat); in mapping()
106 IO.mapOptional("Arch", Target.ArchString); in mapping()
107 IO.mapOptional("Endianness", Target.Endianness); in mapping()
108 IO.mapOptional("BitWidth", Target.BitWidth); in mapping()
145 IO.mapOptional("Target", Stub.Target); in mapping()
158 IO.mapOptional("Target", Stub.Target.Triple); in mapping()
166 /// Attempt to determine if a Text stub uses target tripl
214 IFSTarget Target = Stub.Target; writeIFSToOutputStream() local
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h38 lldb::UnwindPlanSP GetUnwindPlanAtCallSite(Target &target, Thread &thread);
40 lldb::UnwindPlanSP GetUnwindPlanAtNonCallSite(Target &target,
43 lldb::UnwindPlanSP GetUnwindPlanFastUnwind(Target &target,
52 Address &GetFirstNonPrologueInsn(Target &target);
65 Address GetLSDAAddress(Target &target);
69 // address of the personality routine, this will return it. Read the target-
71 Address GetPersonalityRoutinePtrAddress(Target &target);
77 lldb::UnwindPlanSP GetAssemblyUnwindPlan(Target &target, Thread &thread);
79 lldb::UnwindPlanSP GetObjectFileUnwindPlan(Target &target);
81 lldb::UnwindPlanSP GetObjectFileAugmentedUnwindPlan(Target &target,
[all …]
/freebsd/sys/dev/firewire/
H A Dsbp.c83 * 2- 7( 6): target
178 struct sbp_target *target; member
339 fwdev = sdev->target->fwdev; in sbp_show_sdev_info()
340 device_printf(sdev->target->sbp->fd.dev, in sbp_show_sdev_info()
353 device_printf(sdev->target->sbp->fd.dev, in sbp_show_sdev_info()
364 int target; member
367 /* Bus Target EUI64 */
379 int bus, i, target=-1; in sbp_new_target() local
389 w[wired[i].target] = 1; in sbp_new_target()
392 target = wired[i].target; in sbp_new_target()
[all …]
/freebsd/
H A DMakefile38 # targets - Print a list of supported TARGET/TARGET_ARCH pairs
44 # specified with TARGET and TARGET_ARCH.
48 # native-xtools - Create host binaries that produce target objects
49 # for use in qemu user-mode jails. TARGET and
84 # [steps 3. & 4. can be combined by using the "kernel" target]
106 # If TARGET=machine (e.g. powerpc, arm64, ...) is specified you can
107 # cross build world for other machine types using the buildworld target,
109 # buildkernel target.
186 # These targets require a TARGET and TARGET_ARCH be defined.
282 TARGET
726 TARGET!= uname -m global() macro
[all...]
/freebsd/sys/contrib/ck/src/
H A Dck_array.c76 struct _ck_array *target; in ck_array_put() local
84 target = array->active; in ck_array_put()
86 if (array->n_entries == target->length) { in ck_array_put()
87 size = target->length << 1; in ck_array_put()
89 target = array->allocator->realloc(target, in ck_array_put()
94 if (target == NULL) in ck_array_put()
97 ck_pr_store_uint(&target->length, size); in ck_array_put()
101 ck_pr_store_ptr(&array->active, target); in ck_array_put()
104 target->values[array->n_entries++] = value; in ck_array_put()
108 target = array->transaction; in ck_array_put()
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_regs_gen.h100 /* [0x0] Target-ID control */
102 /* [0x4] TX queue 0/1 Target-ID */
104 /* [0x8] TX queue 2/3 Target-ID */
106 /* [0xc] RX queue 0/1 Target-ID */
108 /* [0x10] RX queue 2/3 Target-ID */
112 /* [0x0] TX queue 0/1 Target-Address */
114 /* [0x4] TX queue 2/3 Target-Address */
116 /* [0x8] RX queue 0/1 Target-Address */
118 /* [0xc] RX queue 2/3 Target-Address */
126 /* [0x8] TX queue Target-ID values */
[all …]

12345678910>>...224