Home
last modified time | relevance | path

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

/openbmc/libcper/
H A Dcper-utils.c337 int month = bcd_to_int(timestamp->Month); in timestamp_to_string()
378 &out->Century, &out->Year, &out->Month, &out->Day, &out->Hours, in string_to_timestamp()
384 out->Month = int_to_bcd(out->Month); in string_to_timestamp()
/openbmc/libcper/generator/
H A Dcper-generate.c55 header->TimeStamp.Month = int_to_bcd(rand() % 12 + 1); in generate_cper_record()
/openbmc/docs/designs/
H A Ddesign-template.md56 Created: < Date initially created in Month D, Yr format (e.g. June 17, 2020 or
/openbmc/libcper/include/libcper/
H A DCper.h82 UINT8 Month; member