/freebsd-src/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-src/contrib/unbound/testdata/ |
H A D | rpz_cname_handle.rpl |
|
/freebsd-src/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 [all...] |
/freebsd-src/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-src/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-src/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/AArch6 [all...] |
/freebsd-src/lib/libmd/ |
H A D | Makefile | 95 sys/md5.h: ${SRCTOP}/sys/${.TARGET} .NOMETA 96 ln -sf ${.ALLSRC} ${.TARGET} 155 sed -e 's/mdX/md4/g' -e 's/MDX/MD4/g' ${.ALLSRC}) > ${.TARGET} 159 sed -e 's/mdX/md5/g' -e 's/MDX/MD5/g' ${.ALLSRC}) > ${.TARGET} 164 ${.ALLSRC}) > ${.TARGET} 169 ${.ALLSRC}) > ${.TARGET} 175 ${.ALLSRC}) > ${.TARGET} 181 ${.ALLSRC}) > ${.TARGET} 187 ${.ALLSRC}) > ${.TARGET} 193 ${.ALLSRC}) > ${.TARGET} [all...] |
/freebsd-src/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 | cond-func-target.mk | 1 # $NetBSD: cond-func-target.mk,v 1.4 2020/10/24 08:46:08 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 rules, '$*' only strips the extension off the pathname if the 20 # expect: target-rule.ext: * = <target-rule.ext> 21 all: target-rule.ext dir/subdir/target-rule.ext [all …]
|
/freebsd-src/release/ |
H A D | Makefile | 36 # TARGET/TARGET_ARCH: architecture of built release 44 .if !defined(TARGET) || empty(TARGET) 45 TARGET= ${MACHINE} 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} 43 TARGET= ${MACHINE} global() macro [all...] |
/freebsd-src/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-src/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-src/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-src/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-src/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 triple. 170 if (Line.starts_with("Target:")) { in usesTriple() 171 if (Line == "Target:" || Line.contains("{")) { in usesTriple() [all …]
|
/freebsd-src/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, bit in ATOMIC_ADD() 344 atomic_load_64(volatile uint64_t * target) atomic_load_64() argument 350 atomic_store_64(volatile uint64_t * target,uint64_t bits) atomic_store_64() argument 357 atomic_set_long_excl(volatile ulong_t * target,uint_t value) atomic_set_long_excl() argument 365 atomic_clear_long_excl(volatile ulong_t * target,uint_t value) atomic_clear_long_excl() argument [all...] |
/freebsd-src/usr.sbin/ctld/ |
H A D | parse.y | 51 static struct target *target = NULL; variable 65 %token SIZE STR TAG TARGET TIMEOUT 106 target 548 target: TARGET target_name 551 target = NULL; 557 target = target_new(conf, $1); 559 if (target == NULL) 599 if (target [all...] |
/freebsd-src/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-src/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-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBFrame.cpp | 32 #include "lldb/Target/ExecutionContext.h" 33 #include "lldb/Target/Process.h" 34 #include "lldb/Target/RegisterContext.h" 35 #include "lldb/Target/StackFrame.h" 36 #include "lldb/Target/StackFrameRecognizer.h" 37 #include "lldb/Target/StackID.h" 38 #include "lldb/Target/Target.h" 39 #include "lldb/Target/Thread.h" 103 Target *targe in operator bool() local 122 Target *target = exe_ctx.GetTargetPtr(); GetSymbolContext() local 144 Target *target = exe_ctx.GetTargetPtr(); GetModule() local 168 Target *target = exe_ctx.GetTargetPtr(); GetCompileUnit() local 192 Target *target = exe_ctx.GetTargetPtr(); GetFunction() local 216 Target *target = exe_ctx.GetTargetPtr(); GetSymbol() local 239 Target *target = exe_ctx.GetTargetPtr(); GetBlock() local 260 Target *target = exe_ctx.GetTargetPtr(); GetFrameBlock() local 281 Target *target = exe_ctx.GetTargetPtr(); GetLineEntry() local 331 Target *target = exe_ctx.GetTargetPtr(); GetPC() local 354 Target *target = exe_ctx.GetTargetPtr(); SetPC() local 377 Target *target = exe_ctx.GetTargetPtr(); GetSP() local 400 Target *target = exe_ctx.GetTargetPtr(); GetFP() local 424 Target *target = exe_ctx.GetTargetPtr(); GetPCAddress() local 451 Target *target = exe_ctx.GetTargetPtr(); GetValueForVariablePath() local 473 Target *target = exe_ctx.GetTargetPtr(); GetValueForVariablePath() local 502 Target *target = exe_ctx.GetTargetPtr(); FindVariable() local 527 Target *target = exe_ctx.GetTargetPtr(); FindVariable() local 553 Target *target = exe_ctx.GetTargetPtr(); FindValue() local 577 Target *target = exe_ctx.GetTargetPtr(); FindValue() local 714 Target *target = exe_ctx.GetTargetPtr(); Disassemble() local 737 Target *target = exe_ctx.GetTargetPtr(); GetVariables() local 766 Target *target = exe_ctx.GetTargetPtr(); GetVariables() local 787 Target *target = exe_ctx.GetTargetPtr(); GetVariables() local 898 Target *target = exe_ctx.GetTargetPtr(); GetRegisters() local 929 Target *target = exe_ctx.GetTargetPtr(); FindRegister() local 959 Target *target = exe_ctx.GetTargetPtr(); GetDescriptionWithFormat() local 994 Target *target = exe_ctx.GetTargetPtr(); GetDescription() local 1019 Target *target = exe_ctx.GetTargetPtr(); EvaluateExpression() local 1055 Target *target = exe_ctx.GetTargetPtr(); EvaluateExpression() local 1076 Target *target = exe_ctx.GetTargetPtr(); EvaluateExpression() local 1102 Target *target = exe_ctx.GetTargetPtr(); EvaluateExpression() local 1165 Target *target = exe_ctx.GetTargetPtr(); IsInlined() local 1214 Target *target = exe_ctx.GetTargetPtr(); GuessLanguage() local 1236 Target *target = exe_ctx.GetTargetPtr(); GetFunctionName() local 1279 Target *target = exe_ctx.GetTargetPtr(); GetDisplayFunctionName() local [all...] |
/freebsd-src/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 …]
|
/freebsd-src/sys/contrib/edk2/Include/Library/ |
H A D | BaseMemoryLib.h | 42 Fills a target buffer with a byte value, and returns the target buffer. 64 Fills a target buffer with a 16-bit value, and returns the target buffer. 75 @param Buffer The pointer to the target buffer to fill. 91 Fills a target buffer with a 32-bit value, and returns the target buffer. 102 @param Buffer The pointer to the target buffer to fill. 118 Fills a target buffer with a 64-bit value, and returns the target buffer. 129 @param Buffer The pointer to the target buffer to fill. 145 Fills a target buffer with a value that is size UINTN, and returns the target buffer. 156 @param Buffer The pointer to the target buffer to fill. 172 Fills a target buffer with zeros, and returns the target buffer. [all …]
|