/freebsd/lib/libmd/tests/ |
H A D | Makefile | 21 # 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 D | c-cpp.yml | 16 target: 28 - { target: windows-2019, config: cygwin-release } 29 - { target: windows-2022, config: cygwin-release } 30 - { target: ubuntu-20.04, config: valgrind-1 } 31 - { target: ubuntu-20.04, config: valgrind-2 } 32 - { target: ubuntu-20.04, config: valgrind-3 } 33 - { target: ubuntu-20.04, config: valgrind-4 } 34 - { target: ubuntu-20.04, config: valgrind-5 } 35 - { target: ubuntu-20.04, config: valgrind-unit } 36 - { target: ubuntu-20.04, config: c89 } [all …]
|
H A D | selfhosted.yml | 14 TARGET_HOST: ${{ matrix.target }} 19 # default config. "target" corresponds to a label associated with the 22 target: 55 - { target: aix51, config: default, host: libvirt-hipri } 56 - { target: openindiana, config: pam, host: libvirt-hipri } 57 - { target: sol10, config: default, host: libvirt-hipri } 58 - { target: sol10, config: pam, host: libvirt-hipri } 59 - { target: sol11, config: default, host: libvirt-hipri } 60 - { target: sol11, config: pam-krb5, host: libvirt-hipri } 61 - { target: sol11, config: sol64, host: libvirt-hipri } [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | TargetRegistry.h | 1 //===- 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 D | package.gsl | 43 <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 D | Makefile | 21 CFLAGS+= -I${LLVM_SRCS}/lib/Target/${arch} 1243 SRCS_MIN+= Target/AArch64/AArch64A53Fix835769.cpp 1244 SRCS_MIN+= Target/AArch64/AArch64A57FPLoadBalancing.cpp 1245 SRCS_MIN+= Target/AArch64/AArch64AdvSIMDScalarPass.cpp 1246 SRCS_MIN+= Target/AArch64/AArch64Arm64ECCallLowering.cpp 1247 SRCS_MIN+= Target/AArch64/AArch64AsmPrinter.cpp 1248 SRCS_MIN+= Target/AArch64/AArch64BranchTargets.cpp 1249 SRCS_MIN+= Target/AArch64/AArch64CallingConvention.cpp 1250 SRCS_MIN+= Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp 1251 SRCS_MIN+= Target/AArch64/AArch64CollectLOH.cpp [all …]
|
/freebsd/usr.bin/iscsictl/ |
H A D | parse.y | 52 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 D | sh-flags.mk | 51 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 D | directive-include-guard.mk | 14 # .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: file target.tmp, line 1 [all …]
|
H A D | moderrs.exp | 3 in target "mod-unknown-direct" 6 in target "mod-unknown-indirect" 9 in target "unclosed-direct" 12 in target "unclosed-indirect" 15 in target "unfinished-indirect" 18 in target "unfinished-loop-1" 21 in target "unfinished-loop-2" 25 in target "loop-close-1" 29 in target "words-1" 32 in target "words-2" [all …]
|
H A D | cond-func-target.mk | 1 # $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 D | var-scope-local.mk | 3 # 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...] |
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | FuncUnwinders.cpp | 20 #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/release/ |
H A D | Makefile | 36 # TARGET/TARGET_ARCH: architecture of built release 44 .if !defined(TARGET) || empty(TARGET) 45 TARGET= ${MACHINE} macro 48 .if ${TARGET} == ${MACHINE} 51 TARGET_ARCH= ${TARGET} 54 IMAKE= ${MAKE} TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET} 63 .if !empty(TARGET:M${_V}) 64 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET} 65 VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET} 67 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}-${TARGET_ARCH} [all …]
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | atomic.h | 45 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 D | atomic.h | 51 extern void atomic_add_64(volatile uint64_t *target, int64_t delta); 52 extern void atomic_dec_64(volatile uint64_t *target); 55 extern uint64_t atomic_add_64_nv(volatile uint64_t *target, int64_t delta); 56 extern uint64_t atomic_cas_64(volatile uint64_t *target, uint64_t cmp, 65 atomic_add_32_nv(volatile uint32_t *target, int32_t delta) in atomic_add_32_nv() argument 67 return (atomic_fetchadd_32(target, delta) + delta); in atomic_add_32_nv() 71 atomic_add_int_nv(volatile uint_t *target, int delta) in atomic_add_int_nv() argument 73 return (atomic_add_32_nv(target, delta)); in atomic_add_int_nv() 77 atomic_inc_32(volatile uint32_t *target) in atomic_inc_32() argument 79 atomic_add_32(target, 1); in atomic_inc_32() [all …]
|
/freebsd/sys/contrib/openzfs/lib/libspl/ |
H A D | atomic.c | 33 void atomic_inc_##name(volatile type *target) \ 35 (void) __atomic_add_fetch(target, 1, __ATOMIC_SEQ_CST); \ 49 void atomic_dec_##name(volatile type *target) \ in ATOMIC_INC() 51 (void) __atomic_sub_fetch(target, 1, __ATOMIC_SEQ_CST); \ in ATOMIC_INC() 65 void atomic_add_##name(volatile type1 *target, type2 bits) \ 67 (void) __atomic_add_fetch(target, bits, __ATOMIC_SEQ_CST); \ 71 atomic_add_ptr(volatile void *target, ssize_t bits) 73 (void) __atomic_add_fetch((void **)target, bits, __ATOMIC_SEQ_CST); 87 void atomic_sub_##name(volatile type1 *target, type2 bits) \ in ATOMIC_ADD() 89 (void) __atomic_sub_fetch(target, bits, __ATOMIC_SEQ_CST); \ in ATOMIC_ADD() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | IFSHandler.cpp | 104 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 D | FuncUnwinders.h | 38 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/usr.sbin/ctld/ |
H A D | parse.y | 52 static struct target *target = NULL; variable 66 %token SIZE STR TAG TARGET TIMEOUT 107 target 549 target: TARGET target_name 552 target = NULL; 558 target = target_new(conf, $1); 560 if (target == NULL) 600 if (target->t_alias != NULL) { 601 log_warnx("alias for target \"%s\" " 602 "specified more than once", target->t_name); [all …]
|
/freebsd/sys/dev/firewire/ |
H A D | sbp.c | 83 * 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 in sbp_new_target() 415 sbp_alloc_lun(struct sbp_target * target) sbp_alloc_lun() argument 578 struct sbp_target *target; sbp_alloc_target() local 687 sbp_probe_target(struct sbp_target * target) sbp_probe_target() argument 784 struct sbp_target *target; sbp_post_explore() local 895 struct sbp_target *target = sdev->target; sbp_reset_start_callback() local 949 sbp_next_dev(struct sbp_target * target,int lun) sbp_next_dev() argument 966 struct sbp_target *target; sbp_cam_scan_lun() local 1003 struct sbp_target *target = (struct sbp_target *)arg; sbp_cam_scan_target() local 1052 struct sbp_target *target; sbp_do_attach() local 1295 struct sbp_target *target; sbp_write_cmd() local 1349 struct sbp_target *target; sbp_mgm_orb() local 1610 struct sbp_target *target; sbp_recv1() local 2010 struct sbp_target *target; sbp_logout_all() local 2068 sbp_free_target(struct sbp_target * target) sbp_free_target() argument 2157 sbp_cam_detach_target(struct sbp_target * target) sbp_cam_detach_target() argument 2176 struct sbp_target *target = sdev->target; sbp_target_reset() local 2212 struct sbp_target *target = sdev->target; sbp_mgm_timeout() local 2273 struct sbp_target *target = NULL; sbp_action() local [all...] |
/freebsd/ |
H A D | Makefile | 38 # 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...] |
H A D | Makefile | 38 # 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=${_TARGET} TARGET_ARCH=${_TARGET_ARCH} ${_MAKEARGS} [all …]
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_array.c | 76 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 D | al_hal_udma_regs_gen.h | 100 /* [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 …]
|