Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/include/
D2nvstorage.h92 VB2_FW_RESULT_SUCCESS = 2, enumerator
/external/vboot_reference/tests/
Dvb2_misc_tests.c464 vb2_nv_set(&cc, VB2_NV_FW_RESULT, VB2_FW_RESULT_SUCCESS); in select_slot_tests()
467 TEST_EQ(vb2_nv_get(&cc, VB2_NV_FW_PREV_RESULT), VB2_FW_RESULT_SUCCESS, in select_slot_tests()
Dvb20_misc_tests.c89 sd->last_fw_result = VB2_FW_RESULT_SUCCESS; in reset_common_data()
Dvb21_misc_tests.c92 sd->last_fw_result = VB2_FW_RESULT_SUCCESS; in reset_common_data()
/external/vboot_reference/firmware/lib20/
Dmisc.c210 sd->last_fw_result == VB2_FW_RESULT_SUCCESS) { in vb2_load_fw_preamble()
/external/vboot_reference/firmware/lib21/
Dmisc.c222 sd->last_fw_result == VB2_FW_RESULT_SUCCESS) { in vb2_load_fw_preamble()