Home
last modified time | relevance | path

Searched full:powersupplyredundancyenabled (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/
H A Ddefaults.yaml22 PowerSupplyRedundancyEnabled:
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DPowerSupplyRedundancy.interface.yaml4 - name: PowerSupplyRedundancyEnabled
/openbmc/docs/
H A DREST-cheatsheet.md253 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/openbmc_project/control/power_supply_redundancy/attr/PowerSupplyRedundancyEnabled -d '{"data": 1}'
254 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/openbmc_project/control/power_supply_redundancy/attr/PowerSupplyRedundancyEnabled -d '{"data": 0}'
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/
H A Dconfig.yaml22 PowerSupplyRedundancyEnabled:
/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/
H A Dacx22-ipmi-sensors-mrw.yaml276 PowerSupplyRedundancyEnabled:
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory/
H A Dconfig.yaml93 PowerSupplyRedundancyEnabled:
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp2569 if (getCRConfig(ctx, "PowerSupplyRedundancyEnabled", value)) in ipmiOEMGetCRConfig()
2577 "Error to get PowerSupplyRedundancyEnabled property"); in ipmiOEMGetCRConfig()