Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp126 constexpr auto bootSettingsPath = "/xyz/openbmc_project/control/host0/boot"; variable
1552 getService(ctx, bootSourceIntf, bootSettingsPath, service); in getBootSource()
1555 ec = ipmi::getDbusProperty(ctx, service, bootSettingsPath, in getBootSource()
1578 getService(ctx, bootSourceIntf, bootSettingsPath, service); in setBootSource()
1581 ec = ipmi::setDbusProperty(ctx, service, bootSettingsPath, in setBootSource()
1604 getService(ctx, bootModeIntf, bootSettingsPath, service); in getBootMode()
1607 ec = ipmi::getDbusProperty(ctx, service, bootSettingsPath, bootModeIntf, in getBootMode()
1629 getService(ctx, bootModeIntf, bootSettingsPath, service); in setBootMode()
1632 ec = ipmi::setDbusProperty(ctx, service, bootSettingsPath, bootModeIntf, in setBootMode()
1654 getService(ctx, bootTypeIntf, bootSettingsPath, service); in getBootType()
[all …]