Home
last modified time | relevance | path

Searched defs:elog_clear (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/util/cbfstool/tests/
H A Delogtool_test.py79 def elog_clear(elogtool_path: str, path: str) -> None: function
/aosp_15_r20/external/coreboot/src/include/
H A Delog.h25 static inline int elog_clear(void) { return -1; } in elog_clear() function
/aosp_15_r20/external/coreboot/src/drivers/elog/
H A Delog.c603 int elog_clear(void) in elog_clear() function