Searched refs:target (Results 276 - 300 of 1432) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp308 Target *target = exe_ctx.GetTargetPtr(); local
310 if (!target)
311 target = &GetDummyTarget();
340 lldb::UserExpressionSP expr(target->GetUserExpressionForLanguage(
369 Target *target = exe_ctx.GetTargetPtr(); local
371 if (!target)
372 target = &GetDummyTarget();
394 auto_apply_fixits = target->GetEnableAutoApplyFixIts();
414 ExpressionResults success = target->EvaluateExpression(
420 target
583 Target &target = GetSelectedOrDummyTarget(); local
645 Target &target = GetSelectedOrDummyTarget(); local
[all...]
H A DCommandObjectDisassemble.cpp169 Target *target = local
176 if (target) {
177 if (target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86 ||
178 target->GetArchitecture().GetTriple().getArch() ==
180 flavor_string.assign(target->GetDisassemblyFlavor());
209 "Disassemble specified instructions in the current target. "
219 Target *target = &GetSelectedTarget(); local
222 m_options.arch = target->GetArchitecture();
226 "use the --arch option or set the target architecture to disassemble");
366 target) {
[all...]
H A DCommandObjectBreakpointCommand.cpp130 process via thread.GetProcess(), and the process can get you back to the target \
365 Target &target = GetSelectedOrDummyTarget(m_options.m_use_dummy); variable
367 const BreakpointList &breakpoints = target.GetBreakpointList();
386 command, &target, result, &valid_bp_ids,
398 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
540 Target &target = GetSelectedOrDummyTarget(m_options.m_use_dummy); variable
542 const BreakpointList &breakpoints = target.GetBreakpointList();
560 command, &target, result, &valid_bp_ids,
569 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
623 Target *target variable
[all...]
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dacpyacc.y85 static char *target;
320 /* Override the previous target, if any. */
321 if (target)
322 free(target);
324 target = out;
465 * Rename the temporary archive to the target archive.
472 if (target) {
473 if (rename(tmpac, target) < 0)
477 * 0600, we set target archive's mode as per the
482 if (chmod(target, 066
[all...]
/freebsd-11-stable/tools/build/options/
H A Dmakeman49 for target in ${ALL_TARGETS} ; do
54 TARGET_ARCH=${target#*/} TARGET=${target%/*} |
58 echo "$target: ignoring duplicate option $opt" >&2
64 echo ${opt} ${target}
74 done > $t/settings.target
76 join -t\ $t/settings $t/settings.target > $t/settings.new
79 mv $t/settings.target $t/settings
/freebsd-11-stable/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c1017 int bit8, i = 0, target; local
1045 target = recommendation(ei, &cs);
1049 /* designate the charset onto the target plane(G0/1/2/3). */
1050 if (psenc->g[target].type == cs.type &&
1051 psenc->g[target].final == cs.final &&
1052 psenc->g[target].interm == cs.interm)
1058 if (target == 0 && cs.type == CS94MULTI && strchr("@AB", cs.final) &&
1062 *p++ = "()*+"[target];
1064 *p++ = ",-./"[target];
1069 psenc->g[target]
[all...]
/freebsd-11-stable/usr.bin/ar/
H A Dacpyacc.y85 static char *target;
319 /* Override previous target, if any. */
320 if (target)
321 free(target);
323 target = out;
485 /* Rename the temporary archive to the target archive. */
491 if (target) {
492 if (rename(tmpac, target) < 0)
496 * set target archive mode per process umask.
500 if (chmod(target, 066
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp71 bool LineEntry::Dump(Stream *s, Target *target, bool show_file, argument
76 if (!range.Dump(s, target, style, fallback_style))
80 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style))
107 CompileUnit *cu, Target *target,
113 range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress,
116 range.Dump(s, target, Address::DumpStyleLoadAddress,
148 return Dump(s, target, true, Address::DumpStyleLoadAddress,
106 GetDescription(Stream *s, lldb::DescriptionLevel level, CompileUnit *cu, Target *target, bool show_address_only) const argument
H A DSymbol.cpp179 Target *target) const {
187 m_addr_range.Dump(s, target, Address::DumpStyleLoadAddress,
191 m_addr_range.GetBaseAddress().Dump(s, target,
213 void Symbol::Dump(Stream *s, Target *target, uint32_t index, argument
230 if (!m_addr_range.GetBaseAddress().Dump(s, target,
416 Target &target, ConstString &reexport_name, ModuleSpec &module_spec,
421 module_sp = target.GetImages().FindFirstModule(module_spec);
427 module_sp = target.GetImages().FindFirstModule(module_spec);
463 target, reexport_name, reexported_module_spec, seen_modules);
471 Symbol *Symbol::ResolveReExportedSymbol(Target &target) cons
415 ResolveReExportedSymbolInModuleSpec( Target &target, ConstString &reexport_name, ModuleSpec &module_spec, ModuleList &seen_modules) const argument
[all...]
/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c63 /* We aim for 'current allocation' == 'target allocation'. */
85 SYSCTL_ULONG(_dev_xen_balloon, OID_AUTO, target, CTLFLAG_RD,
110 unsigned long target = min(bs.target_pages, bs.hard_limit); local
111 if (target > (bs.current_pages + bs.balloon_low + bs.balloon_high))
112 target = bs.current_pages + bs.balloon_low + bs.balloon_high;
113 return (target);
266 * We may of course race updates of the target counts (which are protected
301 /* Resets the Xen limit, sets new target, and kicks off processing. */
303 set_new_target(unsigned long target) argument
307 bs.target_pages = max(target, minimum_targe
[all...]
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_overlay.c9 * overlay_get_target_phandle - retrieves the target phandle of a fragment
13 * overlay_get_target_phandle() retrieves the target phandle of an
14 * overlay fragment when that fragment uses a phandle (target
15 * property) instead of a path (target-path property).
18 * the phandle pointed by the target property
27 val = fdt_getprop(fdto, fragment, "target", &len);
38 * overlay_get_target - retrieves the offset of a fragment's target
43 * overlay_get_target() retrieves the target offset in the base
67 path = fdt_getprop(fdto, fragment, "target-path", &path_len);
70 * If we haven't found either a target o
538 overlay_apply_node(void *fdt, int target, void *fdto, int node) argument
606 int target; local
[all...]
/freebsd-11-stable/sys/net/
H A Dif_media.c173 ifmedia_set(ifm, target)
175 int target;
180 match = ifmedia_match(ifm, target, ifm->ifm_mask);
184 target, ~ifm->ifm_mask);
191 printf("ifmedia_set: target ");
192 ifmedia_printword(target);
344 ifmedia_match(ifm, target, mask)
346 int target;
355 if ((next->ifm_media & mask) == (target & mask)) {
359 "0x%x/0x%x\n", target, mas
[all...]
/freebsd-11-stable/sys/netipsec/
H A Dkeysock.c173 /* so can be NULL if target != KEY_SENDUP_ONE */
175 key_sendup_mbuf(struct socket *so, struct mbuf *m, int target) argument
183 KASSERT(so != NULL || target != KEY_SENDUP_ONE,
185 KASSERT(target == KEY_SENDUP_ONE || target == KEY_SENDUP_ALL ||
186 target == KEY_SENDUP_REGISTERED, ("Wrong target %d", target));
231 /* the exact target will be processed later */
235 if (target
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_aqm_codel.c103 value = codel_sysctl.target;
111 codel_sysctl.target = value * AQM_TIME_1US ;
125 SYSCTL_PROC(_net_inet_ip_dummynet_codel, OID_AUTO, target,
127 "CoDel target in microsecond");
369 ccfg->target = codel_sysctl.target;
371 ccfg->target = ep->par[0] * AQM_TIME_1US;
384 ccfg->target = BOUND_VAR(ccfg->target,1, 5 * AQM_TIME_1S);
421 ep->par[0] = ccfg->target / AQM_TIME_1U
[all...]
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-cyrix.c56 static int ata_cyrix_setmode(device_t dev, int target, int mode);
97 ata_cyrix_setmode(device_t dev, int target, int mode) argument
101 int devno = (ch->unit << 1) + target;
H A Data-national.c56 static int ata_national_setmode(device_t dev, int target, int mode);
99 ata_national_setmode(device_t dev, int target, int mode) argument
103 int devno = (ch->unit << 1) + target;
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Drename_s.c41 krb5_principal target)
49 if(krb5_principal_compare(context->context, source, target))
88 ent.entry.principal = target;
39 kadm5_s_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAddress.h25 // Create an address by resolving a load address using the supplied target
26 SBAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
44 addr_t GetLoadAddress(const lldb::SBTarget &target) const;
48 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
/freebsd-11-stable/sys/netinet/
H A Din.c661 in_addprefix(struct in_ifaddr *target, int flags) argument
669 prefix = target->ia_dstaddr.sin_addr;
672 prefix = target->ia_addr.sin_addr;
673 mask = target->ia_sockmask.sin_addr;
694 if (target->ia_ifp->if_fib != ia->ia_ifp->if_fib)
704 target->ia_addr.sin_addr.s_addr) {
717 target->ia_ifp->if_fib;
718 rt_addrmsg(RTM_ADD, &target->ia_ifa, fibnum);
729 error = rtinit(&target->ia_ifa, (int)RTM_ADD, flags);
731 target
780 in_scrubprefix(struct in_ifaddr *target, u_int flags) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DThunks.cpp15 // If a jump target is too far and its address doesn't fit to a
70 // from the thunk to the target is less than 32MB. Long thunks can branch to any
73 // if the target is in range, otherwise it creates a long thunk.
94 // distance to the target. We do this because transitioning from long to short
271 // 2) Loading the target functions address from the procedure linkage table into
272 // r12 for use by the target functions global entry point, and into the count
274 // 3) Transferring control to the target function through an indirect branch.
285 // larger then that we need to emit a long-branch thunk. The target address
309 {target->relativeRel, in.ppc64LongBranchTarget, *index * UINT64_C(8),
355 target
[all...]
/freebsd-11-stable/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh40 DIR=target
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dratelimiter.h109 isc_ratelimiter_attach(isc_ratelimiter_t *source, isc_ratelimiter_t **target);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoff-solib.c46 struct target_ops *target, int readsyms)
53 coff_solib_add (char *arg_string, int from_tty, struct target_ops *target, int readsyms) argument
124 libraries. We get here with the target stopped at it's first
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh31 # (e.g., p*d$target) works.
77 p*d$target::go:entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.enabled.ksh83 test_prov\$target:::

Completed in 210 milliseconds

<<11121314151617181920>>