Home
last modified time | relevance | path

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

/aosp_15_r20/external/vboot_reference/firmware/include/
H A Dgpt_misc.h215 void SetEntryErrorCounter(GptEntry *e, int error_counter);
/aosp_15_r20/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib_internal.c447 void SetEntryErrorCounter(GptEntry *e, int error_counter) in SetEntryErrorCounter() function
/aosp_15_r20/external/vboot_reference/tests/
H A Dcgptlib_test.c1178 SetEntryErrorCounter(e, 1); in EntryAttributeGetSetTest()
1182 SetEntryErrorCounter(e, 0); in EntryAttributeGetSetTest()
/aosp_15_r20/external/vboot_reference/cgpt/
H A Dcgpt_common.c847 SetEntryErrorCounter(entry, error_counter); in SetErrorCounter()