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

/freebsd-13-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.cpp58 static void DumpTargetInfo(uint32_t target_idx, Target *target, argument
72 strm.Printf("%starget #%u: %s", prefix_cstr ? prefix_cstr : "", target_idx,
509 uint32_t target_idx; variable
510 if (llvm::to_integer(target_idx_arg, target_idx)) {
513 if (target_idx < num_targets) {
514 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx));
523 target_idx);
530 target_idx, num_targets - 1);
534 target_idx);
603 uint32_t target_idx; variable
[all...]
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_ioctl.h150 uint32_t target_idx; /**< Target device index */ member in struct:__anon13839
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1031 uint32_t target_idx = debugger.GetTargetList().GetIndexOfTarget( local
1033 if (target_idx != UINT32_MAX)
1034 stream->Printf("Target %d: (", target_idx);

Completed in 125 milliseconds