Home
last modified time | relevance | path

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

/aosp_15_r20/external/vboot_reference/firmware/2lib/include/
H A D2info.h92 static inline const char *vb2_boot_mode_string(uint8_t boot_mode) in vb2_boot_mode_string() function
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2api.c427 VB2_DEBUG("boot_mode=`%s`\n", vb2_boot_mode_string(info.boot_mode)); in vb2api_get_fw_boot_info()
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Deventlog.c646 eventlog_printf("boot_mode=%s", vb2_boot_mode_string(info->boot_mode)); in eventlog_print_data()