Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp137 constexpr auto bootSettingsPath = "/xyz/openbmc_project/control/host0/boot"; variable
1634 getService(ctx, bootSourceIntf, bootSettingsPath, service); in getBootSource()
1637 ec = ipmi::getDbusProperty(ctx, service, bootSettingsPath, in getBootSource()
1660 getService(ctx, bootSourceIntf, bootSettingsPath, service); in setBootSource()
1663 ec = ipmi::setDbusProperty(ctx, service, bootSettingsPath, in setBootSource()
1686 getService(ctx, bootModeIntf, bootSettingsPath, service); in getBootMode()
1689 ec = ipmi::getDbusProperty(ctx, service, bootSettingsPath, bootModeIntf, in getBootMode()
1711 getService(ctx, bootModeIntf, bootSettingsPath, service); in setBootMode()
1714 ec = ipmi::setDbusProperty(ctx, service, bootSettingsPath, bootModeIntf, in setBootMode()
1736 getService(ctx, bootTypeIntf, bootSettingsPath, service); in getBootType()
[all …]