Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_ops.h153 AvbIOResult (*write_to_partition)(AvbOps* ops, member
/openbmc/u-boot/common/
H A Davb_verify.c559 static AvbIOResult write_to_partition(AvbOps *ops, in write_to_partition() function
866 ops_data->ops.write_to_partition = write_to_partition; in avb_ops_alloc()
/openbmc/u-boot/cmd/
H A Davb.c141 if (avb_ops->write_to_partition(avb_ops, part, offset, bytes, buffer) == in do_avb_write_part()