Searched refs:EFI_NOT_FOUND (Results 1 - 22 of 22) sorted by relevance

/linux-master/security/integrity/platform_certs/
H A Dload_uefi.c73 if (*status == EFI_NOT_FOUND)
146 if (status == EFI_NOT_FOUND)
185 if (status == EFI_NOT_FOUND)
201 if (status == EFI_NOT_FOUND)
220 if (status == EFI_NOT_FOUND)
/linux-master/fs/efivarfs/
H A Dvars.c420 status = EFI_NOT_FOUND;
425 status = EFI_NOT_FOUND;
430 status = EFI_NOT_FOUND;
432 case EFI_NOT_FOUND:
437 status = EFI_NOT_FOUND;
441 status = EFI_NOT_FOUND;
445 } while (status != EFI_NOT_FOUND);
535 if (!(status == EFI_SUCCESS || status == EFI_NOT_FOUND)) {
634 * (EFI_NOT_FOUND), @entry is removed from the variable list.
678 if (status == EFI_NOT_FOUND)
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A Dpci.c30 if (status != EFI_SUCCESS && status != EFI_NOT_FOUND)
H A Drelocate.c82 status = EFI_NOT_FOUND;
H A Dkaslr.c39 } else if (status == EFI_NOT_FOUND) {
H A Dzboot.c111 if (status == EFI_NOT_FOUND) {
H A Dfile.c155 return EFI_NOT_FOUND;
228 if (status == EFI_UNSUPPORTED || status == EFI_NOT_FOUND)
H A Dtpm.c39 if (status == EFI_NOT_FOUND)
H A Dgop.c525 return EFI_NOT_FOUND;
H A Defi-stub-helper.c545 * * %EFI_NOT_FOUND if no LoadFile2 protocol exists on the initrd device path
628 } else if (status == EFI_NOT_FOUND) {
/linux-master/drivers/infiniband/hw/hfi1/
H A Defivar.c78 status == EFI_NOT_FOUND ? -ENOENT :
/linux-master/drivers/firmware/efi/
H A Defi-pstore.c180 if (status == EFI_NOT_FOUND)
232 if (status != EFI_SUCCESS && status != EFI_NOT_FOUND)
H A Druntime-wrappers.c219 efi_status_t status = EFI_NOT_FOUND;
H A Defi.c291 if (status == EFI_NOT_FOUND) {
1019 case EFI_NOT_FOUND:
/linux-master/drivers/scsi/isci/
H A Dprobe_roms.c195 status = EFI_NOT_FOUND;
/linux-master/sound/soc/codecs/
H A Dcs-amp-lib.c114 return EFI_NOT_FOUND;
H A Dcs-amp-lib-test.c78 return EFI_NOT_FOUND;
148 return EFI_NOT_FOUND;
/linux-master/drivers/firmware/google/
H A Dgsmi.c350 ret = EFI_NOT_FOUND;
413 ret = EFI_NOT_FOUND;
/linux-master/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c274 * and the call will return EFI_NOT_FOUND. We are setting the
276 * EFI_NOT_FOUND case.
278 if (ret == EFI_NOT_FOUND)
/linux-master/include/linux/
H A Defi.h42 #define EFI_NOT_FOUND (14 | (1UL << (BITS_PER_LONG-1))) macro
1154 if (status == EFI_NOT_FOUND)
/linux-master/drivers/input/keyboard/
H A Dapplespi.c1600 efi_status_t sts = EFI_NOT_FOUND;
1607 if (sts != EFI_SUCCESS && sts != EFI_NOT_FOUND)
/linux-master/arch/x86/kernel/
H A Dkvm.c601 if (status == EFI_NOT_FOUND) {

Completed in 288 milliseconds