/openbmc/phosphor-state-manager/ |
H A D | host_state_manager.cpp | 203 /* The logic here is to first check the one-time AutoReboot setting. in isAutoReboot() 209 settings.service(settings.autoReboot, autoRebootIntf).c_str(), in isAutoReboot() 211 methodOneTime.append(autoRebootIntf, "AutoReboot"); in isAutoReboot() 214 settings.service(settings.autoReboot, autoRebootIntf).c_str(), in isAutoReboot() 215 settings.autoReboot.c_str(), SYSTEMD_PROPERTY_IFACE, "Get"); in isAutoReboot() 216 methodUserSetting.append(autoRebootIntf, "AutoReboot"); in isAutoReboot() 223 auto autoReboot = std::get<bool>(result); in isAutoReboot() local 225 if (!autoReboot) in isAutoReboot() 235 autoReboot = std::get<bool>(result); in isAutoReboot() 240 if (autoReboot) in isAutoReboot() [all …]
|
H A D | settings.cpp | 63 /* There are two implementations of the AutoReboot in Objects() 75 autoReboot = path; in Objects()
|
H A D | obmcutil | 238 PROPERTY=AutoReboot 480 PROPERTY=AutoReboot 488 PROPERTY=AutoReboot 496 PROPERTY=AutoReboot
|
H A D | settings.hpp | 52 Path autoReboot; member
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native/ |
H A D | yosemite4-disable-auto-reboot.override.yml | 4 AutoReboot: 10 AutoReboot:
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-host-failure-reboots/ |
H A D | host-failure-reboots@.service | 7 …_project/control/host0/auto_reboot xyz.openbmc_project.Control.Boot.RebootPolicy AutoReboot b true" 8 …project/control/host0/auto_reboot xyz.openbmc_project.Control.Boot.RebootPolicy AutoReboot b false"
|
/openbmc/openpower-hw-diags/util/ |
H A D | dbus.cpp | 216 bool autoReboot = true; in autoRebootEnabled() local 228 // autoreboot policy is implemented as a property in autoRebootEnabled() 229 constexpr auto property = "AutoReboot"; in autoRebootEnabled() 233 // return value is a variant, autoreboot policy is boolean in autoRebootEnabled() 234 autoReboot = std::get<bool>(value); in autoRebootEnabled() 238 return autoReboot; in autoRebootEnabled() 329 // autoreboot policy is implemented as a property in dumpPolicyEnabled()
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/ |
H A D | host-template.yaml | 4 AutoReboot: 10 AutoReboot:
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/ |
H A D | RebootPolicy.interface.yaml | 5 - name: AutoReboot
|
/openbmc/openbmc-test-automation/extended/code_update/ |
H A D | bmc_code_update.robot | 62 Write Attribute ${CONTROL_HOST_URI}auto_reboot AutoReboot 127 ... AutoReboot 135 Write Attribute ${CONTROL_HOST_URI}auto_reboot AutoReboot
|
/openbmc/phosphor-state-manager/service_files/ |
H A D | phosphor-clear-one-time@.service | 9 …ontrol/host%i/auto_reboot/one_time xyz.openbmc_project.Control.Boot.RebootPolicy AutoReboot b true"
|
/openbmc/phosphor-settingsd/ |
H A D | settings.yaml | 61 AutoReboot:
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/ |
H A D | config.yaml | 230 AutoReboot:
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/ |
H A D | acx22-ipmi-sensors-mrw.yaml | 204 AutoReboot:
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sdr.robot | 123 ${state_rest}= Read Attribute ${component_uri} AutoReboot
|
/openbmc/openbmc-test-automation/lib/ |
H A D | utils.robot | 348 ${setting}= Read Attribute ${CONTROL_HOST_URI}/auto_reboot AutoReboot 706 Write Attribute ${CONTROL_HOST_URI}/auto_reboot AutoReboot data=${data}
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems.hpp | 1228 * @brief Retrieves Automatic Retry properties. Known on D-Bus as AutoReboot. 1242 "xyz.openbmc_project.Control.Boot.RebootPolicy", "AutoReboot", in getAutomaticRetryPolicy() 1248 // AutoReboot information in getAutomaticRetryPolicy() 1920 "AutoReboot", autoRebootEnabled); in dbusPowerRestorePolicyFromRedfish()
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config/ |
H A D | p10bmc-ipmi-sensors.yaml | 2190 AutoReboot:
|