Home
last modified time | relevance | path

Searched refs:VB2_FW_RESULT_FAILURE (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/tests/
Dvb2_misc_tests.c226 VB2_FW_RESULT_FAILURE, "vb2_fail this fw"); in fail_tests()
235 sd->last_fw_result = VB2_FW_RESULT_FAILURE; in fail_tests()
240 VB2_FW_RESULT_FAILURE, "vb2_fail this fw"); in fail_tests()
472 vb2_nv_set(&cc, VB2_NV_FW_RESULT, VB2_FW_RESULT_FAILURE); in select_slot_tests()
475 TEST_EQ(vb2_nv_get(&cc, VB2_NV_FW_PREV_RESULT), VB2_FW_RESULT_FAILURE, in select_slot_tests()
/external/vboot_reference/firmware/2lib/include/
D2nvstorage.h95 VB2_FW_RESULT_FAILURE = 3, enumerator
/external/vboot_reference/firmware/2lib/
D2misc.c78 vb2_nv_set(ctx, VB2_NV_FW_RESULT, VB2_FW_RESULT_FAILURE); in vb2_fail()
95 sd->last_fw_result != VB2_FW_RESULT_FAILURE) in vb2_fail()