Home
last modified time | relevance | path

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

/aosp_15_r20/external/vboot_reference/firmware/2lib/include/
H A D2info.h117 static inline const char *vb2_result_string(uint8_t result) in vb2_result_string() function
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2api.c440 vb2_result_string(info.prev_result)); in vb2api_get_fw_boot_info()
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Deventlog.c662 eventlog_printf("fw_prev_result=%s", vb2_result_string(info->prev_result)); in eventlog_print_data()