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

  /external/vboot_reference/firmware/2lib/include/
2api.h 183 * vb2api_fail(). Then check vb2_context.flags to see what data needs to be
275 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode);
  /external/vboot_reference/firmware/2lib/
2api.c 29 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode) function
  /external/vboot_reference/tests/
vb2_api_tests.c 110 vb2api_fail(&cc, 12, 34);
112 12, "vb2api_fail request");
114 34, "vb2api_fail subcode");

Completed in 827 milliseconds