Home
last modified time | relevance | path

Searched refs:newName (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-mrw-tools/
H A DInventory.pm340 my $newName = undef;
345 $newName = $item->{OBMC_NAME};
352 if (defined $newName) {
353 $item->{OBMC_NAME} = $newName;
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp216 std::string newName; in inventoryOnlineCb() local
217 msg.read(newName); in inventoryOnlineCb()
221 if (!_loaded && !newName.empty()) in inventoryOnlineCb()