Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvboot_nvstorage_test.c40 {VBNV_FW_TRY_COUNT, 0, 8, 15, "try count"},
176 VbNvSet(&c, VBNV_FW_TRY_COUNT, 16); in VbNvStorageTest()
177 VbNvGet(&c, VBNV_FW_TRY_COUNT, &data); in VbNvStorageTest()
/external/vboot_reference/firmware/lib/
Dvboot_nvstorage.c116 case VBNV_FW_TRY_COUNT: in VbNvGet()
231 case VBNV_FW_TRY_COUNT: in VbNvSet()
/external/vboot_reference/firmware/include/
Dvboot_nvstorage.h55 VBNV_FW_TRY_COUNT, enumerator
/external/vboot_reference/host/lib/
Dcrossystem.c474 value = VbGetNvStorage(VBNV_FW_TRY_COUNT); in VbGetSystemPropertyInt()
608 return VbSetNvStorage(VBNV_FW_TRY_COUNT, value); in VbSetSystemPropertyInt()