Searched refs:target_idx (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp41 for (uint32_t target_idx = 0;
42 target_idx < static_cast<uint32_t>(target_list.GetNumTargets());
43 target_idx++) {
44 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx));
H A DCommandObjectTarget.cpp59 static void DumpTargetInfo(uint32_t target_idx, Target *target, argument
73 strm.Printf("%starget #%u: %s", prefix_cstr ? prefix_cstr : "", target_idx,
530 uint32_t target_idx = variable
535 if (target_idx < num_targets) {
536 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx));
545 target_idx);
552 target_idx, num_targets - 1);
556 target_idx);
625 uint32_t target_idx; variable
626 if (entry.ref().getAsInteger(0, target_idx)) {
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ioctl.h150 uint32_t target_idx; /**< Target device index */ member in struct:__anon7621
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp964 uint32_t target_idx = debugger.GetTargetList().GetIndexOfTarget( local
966 if (target_idx != UINT32_MAX)
967 stream->Printf("Target %d: (", target_idx);

Completed in 131 milliseconds