Searched refs:target_list (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp40 const TargetList &target_list(debugger_sp->GetTargetList());
42 target_idx < static_cast<uint32_t>(target_list.GetNumTargets());
44 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx));
H A DCommandObjectTarget.cpp116 static uint32_t DumpTargetList(TargetList &target_list, argument
118 const uint32_t num_targets = target_list.GetNumTargets();
120 TargetSP selected_target_sp(target_list.GetSelectedTarget());
123 TargetSP target_sp(target_list.GetTargetAtIndex(i));
533 TargetList &target_list = GetDebugger().GetTargetList(); variable
534 const uint32_t num_targets = target_list.GetNumTargets();
536 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx));
539 target_list.SetSelectedTarget(target_sp.get());
541 DumpTargetList(target_list, show_stopped_process_status, strm);
609 TargetList &target_list variable
[all...]
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_delegpt.c85 for(a = dp->target_list; a; a = a->next_target) {
149 struct delegpt_addr* p = dp->target_list;
205 a->next_target = dp->target_list;
206 dp->target_list = a;
247 for(a = dp->target_list; a; a = a->next_target) {
267 if(dp->nslist == NULL && dp->target_list == NULL) {
288 for(a = dp->target_list; a; a = a->next_target) {
320 for(a = dp->target_list; a; a = a->next_target)
560 a = dp->target_list;
626 a->next_target = dp->target_list;
[all...]
H A Diter_delegpt.h68 struct delegpt_addr* target_list; member in struct:delegpt
69 /** the list of usable targets; subset of target_list
72 /** the list of returned targets; subset of target_list */
H A Diter_utils.c1287 for(a=dp->target_list; a; a = a->next_target) {
1302 for(a=dp->target_list; a; a = a->next_target) {
H A Diterator.c1937 for(a = p->target_list; a; a=a->next_target) {
/freebsd-11-stable/crypto/openssh/
H A Dreadconf.h29 char *target_list; member in struct:allowed_cname
H A Dreadconf.c1635 cname->target_list = xstrdup(arg2);
2665 o->permitted_cnames[i].target_list);
H A Dssh.c354 match_pattern_list(cname, rule->target_list, 1) != 1)
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c1069 if ((sc->target_list[i].target_id != 0xffff) &&
1071 mrsas_get_pd_info(sc, sc->target_list[i].target_id);
2490 memset(sc->target_list, 0,
2493 sc->target_list[i].target_id = 0xffff;
4507 sc->target_list[device_id].interface_type =
4533 sc->target_list[target_id].target_id = target_id;
4561 sc->target_list[target_id].target_id = 0xffff;
4644 if (sc->target_list[pd_addr->deviceId].target_id == 0xffff)
4651 (sc->target_list[pd_index].target_id !=
4753 if (sc->target_list[drv_tgt_i
[all...]
H A Dmrsas.h3339 struct mrsas_target target_list[MRSAS_MAX_TM_TARGETS]; member in struct:mrsas_softc
H A Dmrsas_cam.c1296 cmd->pdInterface = sc->target_list[device_id].interface_type;
/freebsd-11-stable/contrib/unbound/daemon/
H A Dcachedump.c722 for(a = dp->target_list; a; a = a->next_target) {
H A Dremote.c1958 for(a = dp->target_list; a; a = a->next_target) {
/freebsd-11-stable/contrib/gcc/
H A Dconfigure16293 target_list="all.cross start.encap rest.encap tags \
16299 for t in $target_list

Completed in 258 milliseconds