Home
last modified time | relevance | path

Searched refs:gardReset (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.hpp37 gardReset = std::make_unique<GardResetStatic>(bus, GARD_PATH); in ItemUpdaterStatic()
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.hpp56 gardReset = std::make_unique<GardResetMMC>(bus, GARD_PATH); in ItemUpdaterMMC()
H A Ditem_updater_mmc.cpp86 gardReset->reset(); in reset()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.hpp37 gardReset = std::make_unique<GardResetUbi>(bus, GARD_PATH); in ItemUpdaterUbi()
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater.hpp161 std::unique_ptr<GardReset> gardReset; member in openpower::software::updater::ItemUpdater