Searched defs:GblEfiImageLoadingProtocol (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/ |
H A D | gbl_efi_image_loading.rs | 293 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_count() 326 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_count_error() 354 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_len_and_value() 405 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_zero_len() 439 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_less_than_buffer() 479 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_name_max() 543 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions() 591 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_empty() 621 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_error() 767 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_buffer_error() [all …]
|
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/ |
H A D | gbl_efi_image_loading_protocol.h | 43 typedef struct GblEfiImageLoadingProtocol { struct 45 EfiStatus (*get_buffer)(struct GblEfiImageLoadingProtocol* self, argument 48 EfiStatus (*get_verify_partitions)(struct GblEfiImageLoadingProtocol* self, argument 51 } GblEfiImageLoadingProtocol; typedef
|