Home
last modified time | relevance | path

Searched refs:GARD_PATH (Results 1 – 4 of 4) 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()
/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.hpp34 constexpr auto GARD_PATH = "/org/open_power/control/gard"; variable