Home
last modified time | relevance | path

Searched refs:fruPath (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-mrw-tools/
H A Dgen_led_groups.pl101 my $fruPath = '';
119 $fruPath = $invHash{$destTarget};
120 printDebug("$destTarget : $fruPath is having associated LED\n");
125 $device = getFruName($fruPath);
H A Dgen_path_callouts.pl345 my $fruPath = $targets->getBusAttribute(
348 if (defined $fruPath)
350 $segment{FRUPath} = $fruPath;
351 my @callouts = getFRUPathCallouts($fruPath);
423 my $fruPath = shift;
425 my @entries = split(',', $fruPath);
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfru_oem_ibm.cpp173 static constexpr auto fruPath = in setFirmwareUAK() local
183 method.append(static_cast<sdbusplus::message::object_path>(fruPath), in setFirmwareUAK()
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp720 bool isFruPresent(ipmi::Context::ptr& ctx, const std::string& fruPath) in isFruPresent() argument
726 getService(ctx, invItemInterface, invObjPath + fruPath, service); in isFruPresent()
730 ec = ipmi::getDbusProperty(ctx, service, invObjPath + fruPath, in isFruPresent()
743 auto connection = managedObjects.find(fruPath); in isFruPresent()