Searched refs:efi_firmware_management_protocol (Results 1 – 6 of 6) sorted by relevance
| /u-boot/lib/efi_loader/ |
| A D | efi_firmware.c | 47 struct efi_firmware_management_protocol *this, in efi_firmware_get_image_unsupported() 60 struct efi_firmware_management_protocol *this, in efi_firmware_check_image_unsupported() 75 struct efi_firmware_management_protocol *this, in efi_firmware_get_package_info_unsupported() 92 struct efi_firmware_management_protocol *this, in efi_firmware_set_package_info_unsupported() 265 struct efi_firmware_management_protocol *this, in efi_firmware_get_image_info() 325 struct efi_firmware_management_protocol *this, in efi_firmware_fit_set_image() 351 const struct efi_firmware_management_protocol efi_fmp_fit = { 385 struct efi_firmware_management_protocol *this, in efi_firmware_raw_set_image() 425 const struct efi_firmware_management_protocol efi_fmp_raw = {
|
| A D | efi_esrt.c | 222 efi_status_t efi_esrt_add_from_fmp(struct efi_firmware_management_protocol *fmp) in efi_esrt_add_from_fmp() 320 struct efi_firmware_management_protocol *fmp; in efi_esrt_populate()
|
| A D | efi_capsule.c | 171 static struct efi_firmware_management_protocol * 176 struct efi_firmware_management_protocol *fmp; in efi_fmp_find() 555 struct efi_firmware_management_protocol *fmp; in efi_capsule_update_firmware()
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_esrt.c | 48 EFIAPI efi_test_fmp_get_image_info(struct efi_firmware_management_protocol *this, in efi_test_fmp_get_image_info() 84 static struct efi_firmware_management_protocol efi_test_fmp = {
|
| /u-boot/include/ |
| A D | efi_api.h | 2091 struct efi_firmware_management_protocol { struct 2093 struct efi_firmware_management_protocol *this, 2102 struct efi_firmware_management_protocol *this, 2107 struct efi_firmware_management_protocol *this, 2115 struct efi_firmware_management_protocol *this, 2121 struct efi_firmware_management_protocol *this, 2128 struct efi_firmware_management_protocol *this,
|
| A D | efi_loader.h | 1035 extern const struct efi_firmware_management_protocol efi_fmp_fit; 1036 extern const struct efi_firmware_management_protocol efi_fmp_raw;
|
Completed in 22 milliseconds