Home
last modified time | relevance | path

Searched refs:fruType (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-mrw-tools/
H A Dgen_ipmi_fru.pl56 my $isFru = 0, my $fruID = 0, my $fruType = "";
66 $fruType = $targetObj->getAttribute($item->{TARGET}, "TYPE");
78 next if (not $isFru or not exists $types{$fruType} or exists $allAssoTypesHash{$fruType});
80 printDebug ("FRUID => $fruID, FRUType => $fruType, ObjectPath => $item->{OBMC_NAME}");
85 $entityID = $fruTypeConfig->{$fruType}->{'EntityID'};
95 writeToFile($fruType,$item->{OBMC_NAME},$fruTypeConfig,$fh);
100 if (!defined $fruTypeConfig->{$fruType}->{'AssociatedTypes'}) {
104 my $assoTypes = $fruTypeConfig->{$fruType}->{'AssociatedTypes'};
140 my $fruType = $_[0];#fru type
148 print $fh " "."entityID: ".$fruTypeConfig->{$fruType}->{'EntityID'};
[all …]
H A DUtil.pm90 my $fruType = "";
95 $fruType = $targetObj->getAttribute($item->{TARGET}, "TYPE");
96 if ($fruType eq $type) {
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp885 auto fruType = openpower::phal::pdbg::getFRUType(locCode); in isDIMM() local
887 if (fruType.has_value()) in isDIMM()
889 if (fruType.value() == ENUM_ATTR_TYPE_DIMM) in isDIMM()