Home
last modified time | relevance | path

Searched refs:targetType (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-mrw-tools/
H A Dgen_openpower_fru.pl53 my $targetType = "";
57 $targetType = $targets->getAttribute($item->{TARGET}, "TYPE");
60 my @types = grep(/$targetType$/, @targetTypes);
62 next if (length($targetType) == 0 ||
63 ((not exists $targetHash{$targetType}) && (scalar @types == 0)));
65 push @targetTypes, $targetType;
67 delete($targetHash{$targetType});
H A Dgen_fru_properties.pl63 my $targetType = "";
67 $targetType = $targets->getAttribute($item->{TARGET}, "TYPE");
69 next if (not exists $targetItems->{$targetType});
71 writeOutput($targetType,
74 delete($targetHash{$targetType});
H A Dinventory.pl57 my $targetType = $targetObj->getTargetType($target);
60 if (($fruName ne "") || (exists $includedTargetTypes{$targetType}) ||
66 $item{target_type} = $targetType;
336 my $targetType = shift@_;
341 if ($item->{target_type} eq $targetType) {
/openbmc/openpower-hw-diags/util/
H A Dpdbg-no-sim.cpp54 auto targetType = getTrgtType(i_target); in getScom() local
56 if (TYPE_PROC == targetType) in getScom()
60 else if (TYPE_OCMB == targetType) in getScom()
H A Dpdbg.cpp105 auto targetType = getTrgtType(i_unitTarget); in getParentChip() local
106 if (TYPE_PROC == targetType || TYPE_OCMB == targetType) in getParentChip()
/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp317 auto targetType = util::pdbg::getTrgtType(i_target); in getTargetSubsystem() local
320 if (subSysMap.count(targetType) > 0) in getTargetSubsystem()
322 o_subSys = subSysMap.at(targetType); in getTargetSubsystem()
H A Dfilter-root-cause.cpp255 const auto targetType = getTrgtType(getTrgt(s.getChip())); in __findNonExternalCs() local
261 if ((TYPE_PROC == targetType) && in __findNonExternalCs()
/openbmc/phosphor-hwmon/
H A Dtargets.hpp16 enum class targetType enum
/openbmc/u-boot/board/davinci/da8xxevm/
H A DREADME.da85093 sudo mono sfh_OMAP-L138.exe -targetType AM1808 -p /dev/ttyUSB0 \
149 $ mono sfh_OMAP-L138.exe -targetType AM1808 -p /dev/ttyUSB0 \