Home
last modified time | relevance | path

Searched refs:avb_errorv (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/lib/libavb/
Davb_slot_verify.c73 avb_errorv(part_name, ": Partition size too large to load.\n", NULL); in load_full_partition()
84 avb_errorv(part_name, ": Error loading data from partition.\n", NULL); in load_full_partition()
90 avb_errorv(part_name, ": Read incorrect number of bytes.\n", NULL); in load_full_partition()
113 avb_errorv(part_name, ": Error loading data from partition.\n", NULL); in load_full_partition()
117 avb_errorv(part_name, ": Read incorrect number of bytes.\n", NULL); in load_full_partition()
151 avb_errorv(part_name, ": Persistent values are not implemented.\n", NULL); in read_persistent_digest()
188 avb_errorv(part_name, ": Persistent digest does not exist.\n", NULL); in read_persistent_digest()
192 avb_errorv( in read_persistent_digest()
196 avb_errorv(part_name, ": Error reading persistent digest.\n", NULL); in read_persistent_digest()
199 avb_errorv( in read_persistent_digest()
[all …]
Davb_util.h97 #define avb_errorv(message, ...) \ macro