Searched refs:target (Results 201 - 225 of 1432) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFunction.i20 load_addr = addr.GetLoadAddress(target)
69 GetInstructions (lldb::SBTarget target);
72 GetInstructions (lldb::SBTarget target, const char *flavor);
119 return self.GetInstructions (target)
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_sig.c51 u_char type; /* type of target */
53 void *target; /* target instance */ member in struct:ccsig
90 sig_alloc(struct ccdata *cc, u_int type, void *target, u_int has_msg, argument
106 s->target = target;
235 if (s1->type == SIG_CONN && s1->target == conn) {
249 * Flush all signals to a given target from both queues
252 sig_flush(struct ccdata *cc, u_int type, void *target) argument
259 if (s->type == type && s->target
[all...]
/freebsd-11-stable/contrib/nvi/regex/
H A Dregerror.c118 int target = errcode &~ REG_ITOA; local
126 if (r->code == target)
135 "REG_0x%x", target);
/freebsd-11-stable/lib/libc/regex/
H A Dregerror.c122 int target = errcode &~ REG_ITOA; local
130 if (r->code == target)
137 sprintf(convbuf, "REG_0x%x", target);
/freebsd-11-stable/sys/conf/
H A Ddtb.mk23 # does not itself define the target install, the targets
25 # actions immediately before and after the install target
61 .if !target(install)
62 .if !target(realinstall)
74 .endif # !target(realinstall)
75 .endif # !target(install)
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c89 struct timeval now, target, remaining; local
132 timeradd(&now, &remaining, &target);
137 target.tv_sec = target.tv_usec = 0;
150 if (timercmp(&now, &target, >))
152 timersub(&target, &now, &remaining);
218 struct timeval now, target, remaining; local
232 timeradd(&now, &remaining, &target);
237 target.tv_sec = target
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp72 // Set up the target and compiler
75 Target *target = exe_ctx.GetTargetPtr(); local
77 if (!target) {
78 diagnostic_manager.PutString(eDiagnosticSeverityError, "invalid target");
137 target->GetImages().Append(jit_module_sp);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwcroot_anchor.c89 (or can't occur) *except* when the target is a dir that remains a
112 a "target", where the "anchor" is the directory at which the update
114 this directory in mind), and the "target" is the actual intended
127 ...N with X as a target, either because ...N isn't a versioned
210 const char **target,
241 svn_dirent_split(anchor, target, path, result_pool);
246 *target = "";
208 svn_wc_get_actual_target2(const char **anchor, const char **target, svn_wc_context_t *wc_ctx, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/netbsd-tests/sbin/newfs/
H A Dquotas_common.sh64 DIR=target
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh63 /pid == \$target/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh32 /pid == \$target/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh98 test\$target:::fire
105 test\$target:::fire
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dcopy-cmd.c67 const char *target = APR_ARRAY_IDX(targets, i, const char *);
73 err = svn_opt_parse_path(peg_revision, &src, target, pool);
77 /* Issue #3606: 'svn cp .@HEAD target' gives
84 if (*target == '@' && err->apr_err == SVN_ERR_BAD_FILENAME)
89 apr_pstrcat(pool, ".", target,
116 /* Get DST_PATH (the target path or URL) and check that no peg revision is
65 const char *target = APR_ARRAY_IDX(targets, i, const char *); local
/freebsd-11-stable/contrib/netbsd-tests/fs/union/
H A Dt_pr.c43 unionargs.target = __UNCONST("/Tunion2/A");
50 unionargs.target = __UNCONST("/Tunion2/B");
73 unionargs.target = __UNCONST("/dev");
107 unionargs.target = __UNCONST("/dev");
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCxxModuleHandler.h20 /// This class searches a C++ module (which must be attached to the target
27 /// that doesn't exist yet in the target ASTContext (e.g. `std::vector<int>`),
28 /// then this class tries to create the template specialization in the target
30 /// that instantiating this template is safe to do, e.g. because the target
37 /// The Sema instance of the target ASTContext.
44 /// Tries to manually instantiate the given foreign template in the target
50 CxxModuleHandler(clang::ASTImporter &importer, clang::ASTContext *target);
52 /// Attempts to import the given decl into the target ASTContext by
59 /// in the target ASTContext.
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-blame-cmd.c87 bench_null_blame(const char *target,
107 if (svn_path_is_url(target))
108 target_abspath_or_url = target;
110 SVN_ERR(svn_dirent_get_absolute(&target_abspath_or_url, target, pool));
115 target, NULL, peg_revision,
134 target, peg_revision,
220 const char *target = APR_ARRAY_IDX(targets, i, const char *);
228 SVN_ERR(svn_opt_parse_path(&peg_revision, &parsed_path, target,
235 else if (svn_path_is_url(target))
86 bench_null_blame(const char *target, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *start, const svn_opt_revision_t *end, svn_boolean_t include_merged_revisions, svn_boolean_t quiet, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
219 const char *target = APR_ARRAY_IDX(targets, i, const char *); local
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_chain.c51 struct feeder_chain_state target; /* target state */ member in struct:feeder_chain_desc
158 desc->out = cdesc->target.afmt;
169 cdesc->current.afmt = cdesc->target.afmt;
188 otarget = cdesc->target;
189 cdesc->target = cdesc->current;
190 cdesc->target.afmt = SND_FORMAT(cdesc->afmt_ne,
197 cdesc->target = otarget;
266 ret = FEEDER_SET(f, FEEDRATE_DST, cdesc->target.rate);
275 cdesc->current.rate = cdesc->target
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp117 "Display source line information for the current target "
142 Target *target = m_exe_ctx.GetTargetPtr(); local
180 target, /*show_address_only=*/false);
200 Target *target = m_exe_ctx.GetTargetPtr(); local
253 target, /*show_address_only=*/false);
304 Target *target = m_exe_ctx.GetTargetPtr(); local
305 if (target->GetSectionLoadList().IsEmpty()) {
306 // The target isn't loaded yet, we need to lookup the file address in all
329 // The target has some things loaded, resolve this address to a compile
331 if (target
373 Target *target = m_exe_ctx.GetTargetPtr(); local
464 Target *target = m_exe_ctx.GetTargetPtr(); local
489 Target *target = m_exe_ctx.GetTargetPtr(); local
547 Target *target = m_exe_ctx.GetTargetPtr(); variable
783 Target *target = m_exe_ctx.GetTargetPtr(); local
862 FindMatchingFunctions(Target *target, ConstString name, SymbolContextList &sc_list) argument
892 FindMatchingFunctionSymbols(Target *target, ConstString name, SymbolContextList &sc_list) argument
923 Target *target = m_exe_ctx.GetTargetPtr(); variable
[all...]
H A DCommandObjectTarget.cpp59 static void DumpTargetInfo(uint32_t target_idx, Target *target, argument
62 const ArchSpec &target_arch = target->GetArchitecture();
64 Module *exe_module = target->GetExecutableModulePointer();
82 PlatformSP platform_sp(target->GetPlatform());
87 ProcessSP process_sp(target->GetProcessSP());
140 "Only load dependents when the target is an executable.",
145 "Don't load dependents, even if the target is an executable.",
150 "Load dependents, even if the target is not an executable.",
208 // "target create"
214 interpreter, "target creat
800 Target *target = static_cast<Target *>(baton); local
839 Target *target = m_exe_ctx.GetTargetPtr(); variable
1055 Target *target = &GetSelectedTarget(); variable
1106 Target *target = &GetSelectedTarget(); variable
1162 Target *target = &GetSelectedTarget(); variable
1225 Target *target = &GetSelectedTarget(); variable
1266 Target *target = &GetSelectedTarget(); variable
1482 Target *target = interpreter.GetExecutionContext().GetTargetPtr(); local
1739 FindModulesByName(Target *target, const char *module_name, ModuleList &module_list, bool check_global_list) argument
1875 Target *target = &GetSelectedTarget(); variable
2000 Target *target = &GetSelectedTarget(); variable
2097 Target *target = &GetSelectedTarget(); variable
2183 Target *target = &GetSelectedTarget(); variable
2254 Target *target = &GetSelectedTarget(); variable
2339 Target *target = m_exe_ctx.GetTargetPtr(); variable
2492 Target *target = &GetSelectedTarget(); variable
2648 Target *target = &GetSelectedTarget(); variable
2957 Target *target = GetDebugger().GetSelectedTarget().get(); variable
3090 PrintModule(Target *target, Module *module, int indent, Stream &strm) argument
3324 Target *target = m_exe_ctx.GetTargetPtr(); variable
3842 Target *target = &GetSelectedTarget(); variable
4038 AddModuleSymbols(Target *target, ModuleSpec &module_spec, bool &flush, CommandReturnObject &result) argument
4205 Target *target = m_exe_ctx.GetTargetPtr(); variable
4592 Target *target = GetDebugger().GetSelectedTarget().get(); variable
4612 Target &target = GetSelectedOrDummyTarget(); variable
4717 Target &target = GetSelectedOrDummyTarget(); variable
4768 Target &target = GetSelectedOrDummyTarget(); variable
4817 Target &target = GetSelectedOrDummyTarget(); variable
[all...]
H A DCommandObjectWatchpointCommand.cpp126 process via thread.GetProcess(), and the process can get you back to the target \
283 Target *target = exe_ctx.GetTargetPtr(); local
284 if (target) {
286 Debugger &debugger = target->GetDebugger();
401 Target *target = &GetSelectedTarget(); variable
403 const WatchpointList &watchpoints = target->GetWatchpointList();
420 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command,
432 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get();
511 Target *target = &GetSelectedTarget(); variable
513 const WatchpointList &watchpoints = target
583 Target *target = &GetSelectedTarget(); variable
[all...]
/freebsd-11-stable/contrib/binutils/
H A DMakefile.def25 // that recursive target in its Makefile.
65 target="none-${host_vendor}-${host_os}"; };
70 target="none-${host_vendor}-${host_os}"; };
149 // "depend" indicates that a target depends on another target uniformly
150 // for each subdirectory. There can be several such lines per target.
310 dependencies = { module=all-gnattools; on=all-target-libada; };
456 // environment (e.g. on libstdc++). By default target modules depend
468 dependencies = { module=configure-target-boehm-gc; on=configure-target
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsrev.c394 * The last delta (target delta) is returned.
663 int expandsym(source, target)
665 struct buf *target;
667 * the number to target, but replaces all symbolic fields in the
674 return fexpandsym(source, target, (RILE*)0);
678 fexpandsym(source, target, fp)
680 struct buf *target;
690 bufalloc(target, 1);
691 tp = target->string;
703 bufscpy(target, prevre
864 struct hshentry * target; local
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c145 typedef int xpt_targetfunc_t (struct cam_et *target, void *arg);
244 static void xpt_acquire_target(struct cam_et *target);
245 static void xpt_release_target(struct cam_et *target);
251 xpt_find_device(struct cam_et *target, lun_id_t lun_id);
282 static int xptdevicetraverse(struct cam_et *target,
301 struct cam_et *target,
305 struct cam_et *target,
454 * Create a path using the bus, target, and lun the
487 * Create a path using the bus, target, and lun the
681 periph->path->target
1579 struct cam_et *target; local
1673 xptedttargetfunc(struct cam_et *target, void *arg) argument
2157 struct cam_et *target, *next_target; local
2190 xptdevicetraverse(struct cam_et *target, struct cam_ed *start_device, xpt_devicefunc_t *tr_func, void *arg) argument
2369 xptdeftargetfunc(struct cam_et *target, void *arg) argument
3474 struct cam_et *target; local
4177 xpt_async_process_tgt(struct cam_et *target, void *arg) argument
4324 xpt_dev_async_default(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, struct cam_ed *device, void *async_arg) argument
4655 struct cam_et *cur_target, *target; local
4692 xpt_acquire_target(struct cam_et *target) argument
4702 xpt_release_target(struct cam_et *target) argument
4724 xpt_alloc_device_default(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) argument
4749 xpt_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) argument
4899 struct cam_et *target; local
4914 xpt_find_device(struct cam_et *target, lun_id_t lun_id) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp170 Target &target = m_process->GetTarget(); local
171 ModuleList &module_list = target.GetImages();
176 Target &target = m_process->GetTarget(); local
177 ModuleList &module_list = target.GetImages();
230 Target &target, uint64_t symbolfile_addr,
241 updateSectionLoadAddress(section_sp->GetChildren(), target,
262 target.SetSectionLoadAddress(section_sp, lower, true);
288 Target &target = m_process->GetTarget(); local
289 ModuleList &module_list = target.GetImages();
349 updateSectionLoadAddress(*section_list, target, symbolfile_add
229 updateSectionLoadAddress(const SectionList &section_list, Target &target, uint64_t symbolfile_addr, uint64_t symbolfile_size, uint64_t &vmaddrheuristic, uint64_t &min_addr, uint64_t &max_addr) argument
464 Target &target = m_process->GetTarget(); local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dax-general.c187 aop_if_goto). We assume we don't know the target offset yet,
189 for the target, and return the offset in EXPR of that space, so we
190 can backpatch it once we do know the target offset. Use ax_label
208 ax_label (struct agent_expr *x, int patch, int target)
212 if (target < 0 || target >= 0xffff)
213 error ("GDB bug: ax-general.c (ax_label): label target out of range");
215 x->buf[patch] = (target >> 8) & 0xff;
216 x->buf[patch + 1] = target & 0xff;
393 /* Jump target tabl
207 ax_label(struct agent_expr *x, int patch, int target) argument
468 int target = read_const (ax, i + 1, 2); local
[all...]

Completed in 172 milliseconds

1234567891011>>