Home
last modified time | relevance | path

Searched full:poh (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_poh_counter.robot2 Documentation This suite tests IPMI POH Counter Support in OpenBMC.
3 ... Feature: IPMI POH Counter Support
5 ... POH (Power-On Hours) counter is the incremental count of power ON
11 ... Get POH Counter Command Via IPMI
12 ... Verify Get POH Counter With Invalid Data Request Via IPMI
13 ... Verify POH Counter Reading With Wait Time
14 ... Verify POH Counter Reading With Host Power Off
15 ... Verify POH Counter Reading With Host Power On
24 ... Comparison between Initial POH Counter reading and reading after wait
46 Get POH Counter Command Via IPMI
[all …]
/openbmc/phosphor-state-manager/
H A Dchassis_state_manager.hpp183 /** @brief Serialize and persist requested POH counter.
185 * @return fs::path - pathname of persisted requested POH counter.
189 /** @brief Deserialize a persisted requested POH counter.
191 * @param[in] retCounter - deserialized POH counter value
H A Dmeson.options32 'poh-counter-persist-path',
35 description: 'Path format of file for storing POH counter.',
H A Dchassis_state_manager_main.cpp56 // two file to store persist values(POH and state change time), to in main()
H A Dmeson.build20 get_option('poh-counter-persist-path'),
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DPowerOnHours.interface.yaml2 Implement to provide the POH(Power-On-Hours) counter.
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.c100 static void sisfb_delete_node(struct SIS_OH *poh);
101 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
103 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh);
3186 struct SIS_OH *poh; in sisfb_heap_init() local
3210 poh = sisfb_poh_new_node(&ivideo->sisfb_heap); in sisfb_heap_init()
3211 if(poh == NULL) in sisfb_heap_init()
3214 poh->poh_next = &ivideo->sisfb_heap.oh_free; in sisfb_heap_init()
3215 poh->poh_prev = &ivideo->sisfb_heap.oh_free; in sisfb_heap_init()
3216 poh->size = ivideo->sisfb_heap_size; in sisfb_heap_init()
3217 poh->offset = ivideo->heapstart; in sisfb_heap_init()
[all …]
/openbmc/phosphor-host-ipmid/
H A Dhost-ipmid-whitelist.conf9 0x00:0x0F //<Chassis>:<Get POH Counter Command>
H A Dchassishandler.cpp159 namespace poh namespace
164 } // namespace poh
2228 /** @brief implements Get POH counter command
2243 return ipmi::responseSuccess(static_cast<uint8_t>(poh::minutesPerCount), in ipmiGetPOHCounter()
2392 // <Get POH Counter> in register_netfn_chassis_functions()
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A Dgbs-ipmid-whitelist.conf10 0x00:0x0F //<Chassis>:<Get POH Counter>
/openbmc/x86-power-control/src/
H A Dpower_control.cpp174 // POH timer
1519 lg2::info("POH timer started"); in pohCounterTimerStart()
1520 // Set the time-out as 1 hour, to align with POH command in ipmid in pohCounterTimerStart()
1529 lg2::error("POH timer async_wait failed: {ERROR_MSG}", in pohCounterTimerStart()
1532 lg2::info("POH timer canceled"); in pohCounterTimerStart()
1547 lg2::error("error getting poh counter"); in pohCounterTimerStart()
1554 lg2::error("unable to read poh counter"); in pohCounterTimerStart()
1562 lg2::error("failed to set poh counter"); in pohCounterTimerStart()
/openbmc/ipmitool/lib/
H A Dipmi_chassis.c232 printf("POH Counter : %i days, %i hours, %li minutes\n", in ipmi_chassis_poh()
235 printf("POH Counter : %i days, %i hours\n", days, hours); in ipmi_chassis_poh()
1159 …lprintf(LOG_NOTICE, "Chassis Commands: status, power, identify, policy, restart_cause, poh, bootd… in ipmi_chassis_main()
1210 else if (strncmp(argv[0], "poh", 3) == 0) { in ipmi_chassis_main()
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md194 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" chassis poh
/openbmc/ipmitool/control/
H A Dipmitool.spec.in180 - Fix bug in "chassis poh" command.
/openbmc/ipmitool/doc/
H A Dipmitool.1461 \fIpoh\fP
2145 \fIpoh\fP
2515 example to query the POH counter with a raw command:
/openbmc/linux/scripts/
H A Dtags.sh108 grep -Poh '(?<=^ )\S+|(?<== )\S+[^\\](?=$)' {} \+ |
/openbmc/ipmitool/
H A DChangeLog458 * Fix bug in "chassis poh" command.
/openbmc/intel-ipmi-oem/
H A Dipmi-allowlist.conf13 0x00:0x0f:0xff7f //<Chassis>:<Get POH Counter>
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_defs.h966 u8 poh[3]; /* 155-157: Power On Hours */ member