Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_slot_verify.c56 AvbIOResult io_ret; in load_full_partition() local
71 io_ret = ops->get_preloaded_partition( in load_full_partition()
96 io_ret = ops->read_from_partition(ops, in load_full_partition()
122 AvbIOResult io_ret = AVB_IO_RESULT_OK; in read_persistent_digest() local
134 io_ret = ops->read_persistent_value(ops, in read_persistent_digest()
140 if (io_ret == AVB_IO_RESULT_ERROR_OOM) { in read_persistent_digest()
151 } else if (io_ret != AVB_IO_RESULT_OK) { in read_persistent_digest()
171 AvbIOResult io_ret; in load_and_verify_hash_partition() local
376 AvbIOResult io_ret; in load_requested_partitions() local
456 AvbIOResult io_ret; in load_and_verify_vbmeta() local
[all …]
H A Davb_cmdline.c27 AvbIOResult io_ret; in avb_sub_cmdline() local
52 io_ret = ops->get_unique_guid_for_partition( in avb_sub_cmdline()
54 if (io_ret == AVB_IO_RESULT_ERROR_OOM) { in avb_sub_cmdline()
56 } else if (io_ret != AVB_IO_RESULT_OK) { in avb_sub_cmdline()
208 AvbIOResult io_ret; in avb_append_options() local
228 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in avb_append_options()
229 if (io_ret == AVB_IO_RESULT_ERROR_OOM) { in avb_append_options()
232 } else if (io_ret != AVB_IO_RESULT_OK) { in avb_append_options()