Searched defs:GblEfiImageLoadingProtocol (Results 1 – 2 of 2) sorted by relevance
| /bootable/libbootloader/gbl/libefi_types/defs/protocols/ |
| D | gbl_efi_image_loading_protocol.h | 51 typedef struct GblEfiImageLoadingProtocol { struct 53 EfiStatus (*get_buffer)(struct GblEfiImageLoadingProtocol* self, argument 56 EfiStatus (*get_verify_partitions)(struct GblEfiImageLoadingProtocol* self, argument 59 } GblEfiImageLoadingProtocol; typedef
|
| /bootable/libbootloader/gbl/libefi/src/protocol/ |
| D | gbl_efi_image_loading.rs | 322 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_count() 355 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_count_error() 383 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_len_and_value() 434 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_zero_len() 468 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_less_than_buffer() 508 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_name_max() 572 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions() 620 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_empty() 650 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_partitions_error() 796 _: *mut GblEfiImageLoadingProtocol, in test_proto_get_buffer_error() [all …]
|