HomeSort by relevance Sort by last modified time
    Searched refs:VB2_FW_RESULT_FAILURE (Results 1 - 3 of 3) sorted by null

  /external/vboot_reference/firmware/2lib/include/
2nvstorage.h 95 VB2_FW_RESULT_FAILURE = 3,
  /external/vboot_reference/tests/
vb2_misc_tests.c 226 VB2_FW_RESULT_FAILURE, "vb2_fail this fw");
235 sd->last_fw_result = VB2_FW_RESULT_FAILURE;
240 VB2_FW_RESULT_FAILURE, "vb2_fail this fw");
472 vb2_nv_set(&cc, VB2_NV_FW_RESULT, VB2_FW_RESULT_FAILURE);
475 TEST_EQ(vb2_nv_get(&cc, VB2_NV_FW_PREV_RESULT), VB2_FW_RESULT_FAILURE,
  /external/vboot_reference/firmware/2lib/
2misc.c 78 vb2_nv_set(ctx, VB2_NV_FW_RESULT, VB2_FW_RESULT_FAILURE);
95 sd->last_fw_result != VB2_FW_RESULT_FAILURE)

Completed in 445 milliseconds