Home
last modified time | relevance | path

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

/openbmc/libcper/
H A Dcper-utils.c345 int hours = bcd_to_int(timestamp->Hours); in timestamp_to_string()
378 &out->Century, &out->Year, &out->Month, &out->Day, &out->Hours, in string_to_timestamp()
386 out->Hours = int_to_bcd(out->Hours); in string_to_timestamp()
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp44 Hours, in fromDurationString() enumerator
69 stage = ProcessingStage::Hours; in fromDurationString()
96 if (stage > ProcessingStage::Hours) in fromDurationString()
/openbmc/libcper/generator/
H A Dcper-generate.c57 header->TimeStamp.Hours = int_to_bcd(rand() % 24 + 1); in generate_cper_record()
/openbmc/openbmc-test-automation/lib/pdu/
H A Dschneider.robot49 # Up Time : 0 Days 12 Hours 17 Minutes Stat : P+ N4+ N6+ A+
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_poh_counter.robot5 ... POH (Power-On Hours) counter is the incremental count of power ON
/openbmc/libcper/include/libcper/
H A DCper.h79 UINT8 Hours; member