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

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp43 const TargetList &target_list(debugger_sp->GetTargetList());
45 target_idx < static_cast<uint32_t>(target_list.GetNumTargets());
47 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx));
H A DCommandObjectTarget.cpp138 static uint32_t DumpTargetList(TargetList &target_list, argument
140 const uint32_t num_targets = target_list.GetNumTargets();
142 TargetSP selected_target_sp(target_list.GetSelectedTarget());
145 TargetSP target_sp(target_list.GetTargetAtIndex(i));
327 [&target_list = debugger.GetTargetList(), &target_sp]() {
328 target_list.DeleteTarget(target_sp);
524 TargetList &target_list = GetDebugger().GetTargetList(); variable
525 const uint32_t num_targets = target_list.GetNumTargets();
528 target_list.SetSelectedTarget(target_idx);
531 DumpTargetList(target_list, show_stopped_process_statu
608 TargetList &target_list = GetDebugger().GetTargetList(); variable
[all...]
/freebsd-current/contrib/unbound/iterator/
H A Diter_delegpt.c88 for(a = dp->target_list; a; a = a->next_target) {
161 struct delegpt_addr* p = dp->target_list;
226 a->next_target = dp->target_list;
227 dp->target_list = a;
268 for(a = dp->target_list; a; a = a->next_target) {
288 if(dp->nslist == NULL && dp->target_list == NULL) {
309 for(a = dp->target_list; a; a = a->next_target) {
380 for(a = dp->target_list; a; a = a->next_target)
623 a = dp->target_list;
707 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.c1355 for(a=dp->target_list; a; a = a->next_target) {
1370 for(a=dp->target_list; a; a = a->next_target) {
H A Diterator.c654 if(iq->dp->target_list == NULL)
2139 for(a = dp->target_list; a; a=a->next_target) {
/freebsd-current/crypto/openssh/
H A Dreadconf.h27 char *target_list; member in struct:allowed_cname
H A Dreadconf.c902 free(cnames[i].target_list);
2167 cnames[ncnames].target_list = xstrdup(arg2);
2513 strcmp(options->permitted_cnames[0].target_list, "") == 0)
2920 free(options->permitted_cnames[0].target_list);
3016 free(o->permitted_cnames[i].target_list);
3665 o->permitted_cnames[i].target_list);
H A Dssh.c408 match_pattern_list(cname, rule->target_list, 1) != 1)
/freebsd-current/sys/dev/mrsas/
H A Dmrsas.c1027 if ((sc->target_list[i].target_id != 0xffff) &&
1029 mrsas_get_pd_info(sc, sc->target_list[i].target_id);
2461 memset(sc->target_list, 0,
2464 sc->target_list[i].target_id = 0xffff;
4490 sc->target_list[device_id].interface_type =
4516 sc->target_list[target_id].target_id = target_id;
4544 sc->target_list[target_id].target_id = 0xffff;
4629 if (sc->target_list[dev_id].target_id == 0xffff)
4636 (sc->target_list[pd_index].target_id !=
4738 if (sc->target_list[drv_tgt_i
[all...]
H A Dmrsas_cam.c1215 cmd->pdInterface = sc->target_list[device_id].interface_type;
H A Dmrsas.h3586 struct mrsas_target target_list[MRSAS_MAX_TM_TARGETS]; member in struct:mrsas_softc
/freebsd-current/contrib/unbound/daemon/
H A Dcachedump.c737 for(a = dp->target_list; a; a = a->next_target) {
H A Dremote.c1980 for(a = dp->target_list; a; a = a->next_target) {
/freebsd-current/contrib/unbound/services/
H A Drpz.c2251 for(cursor = is->dp->target_list;

Completed in 175 milliseconds