Searched refs:EFI_FILE_MODE_READ (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_block_device.c | 390 ret = root->open(root, &file, L"hello.txt", EFI_FILE_MODE_READ, in execute() 434 ret = root->open(root, &file, L"u-boot.txt", EFI_FILE_MODE_READ | in execute() 466 ret = root->open(root, &file, L"u-boot.txt", EFI_FILE_MODE_READ, in execute()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_file.c | 236 if (open_mode != EFI_FILE_MODE_READ && in efi_file_open() 237 open_mode != (EFI_FILE_MODE_READ | EFI_FILE_MODE_WRITE) && in efi_file_open() 238 open_mode != (EFI_FILE_MODE_READ | EFI_FILE_MODE_WRITE | in efi_file_open() 688 EFI_FILE_MODE_READ, 0)); in efi_file_from_path()
|
| /openbmc/u-boot/include/ |
| H A D | efi_api.h | 1373 #define EFI_FILE_MODE_READ 0x0000000000000001 macro
|