/freebsd/stand/efi/libefi/ |
H A D | efihttp.c | 124 if (EFI_ERROR(status)) in setup_ipv4_config2() 141 if (EFI_ERROR(status)) in setup_ipv4_config2() 150 if (EFI_ERROR(status)) in setup_ipv4_config2() 157 if (EFI_ERROR(status)) in setup_ipv4_config2() 165 if (EFI_ERROR(status)) in setup_ipv4_config2() 172 if (EFI_ERROR(status)) in setup_ipv4_config2() 207 if (EFI_ERROR(status)) in efihttp_dev_init() 251 if (EFI_ERROR(status)) in efihttp_dev_open() 295 if (EFI_ERROR(status)) { in efihttp_dev_open() 301 if (EFI_ERROR(status)) { in efihttp_dev_open() [all …]
|
H A D | eficom.c | 116 if (EFI_ERROR(status)) { in efi_serial_init() 173 if (EFI_ERROR(status)) in efi_serial_get_handle() 315 if (EFI_ERROR(status)) { in comc_probe() 439 if (EFI_ERROR(status) || bufsz == 0) in comc_getchar() 465 if (EFI_ERROR(status)) in comc_ischar() 512 if (EFI_ERROR(status)) { in comc_port_set() 563 if (EFI_ERROR(status)) in comc_setup() 581 if (EFI_ERROR(status)) in comc_setup() 592 if (EFI_ERROR(status)) in comc_setup()
|
H A D | efi_driver_utils.c | 60 if(EFI_ERROR(status)) { in connect_controllers() 85 if (EFI_ERROR(status)) { in install_driver()
|
H A D | devpath.c | 49 if (EFI_ERROR(status)) in efi_lookup_image_devpath() 62 if (EFI_ERROR(status)) in efi_lookup_devpath() 73 if (EFI_ERROR(status)) in efi_close_devpath() 486 if (EFI_ERROR(status)) { in efi_devpath_to_name() 508 if (EFI_ERROR(status)) in efi_devpath_name() 549 if (EFI_ERROR(status)) in efi_name_to_devpath16() 626 if (EFI_ERROR(status)) in efi_devpath_handle()
|
H A D | efipart.c | 158 if (EFI_ERROR(status)) in efiblk_get_pdinfo_by_device_path() 369 if (EFI_ERROR(status)) in efipart_inithandles() 372 if (EFI_ERROR(status)) in efipart_inithandles() 390 if (EFI_ERROR(status)) { in efipart_inithandles() 819 if (!EFI_ERROR(status)) { in efipart_print_common() 903 if (EFI_ERROR(status)) in efipart_open() 1034 if (EFI_ERROR(status)) { in efipart_readwrite()
|
H A D | efinet.c | 375 if (EFI_ERROR(status)) in efinet_dev_init() 378 if (EFI_ERROR(status)) in efinet_dev_init()
|
H A D | time.c | 232 if (EFI_ERROR(Status)) in EFI_GetTimeOfDay()
|
H A D | env.c | 955 if (EFI_ERROR(err)) { in command_efi_set() 991 if (EFI_ERROR(err)) { in command_efi_unset()
|
H A D | efi_console.c | 943 if (EFI_ERROR(status) || cols * rows == 0) { in cons_update_mode() 1424 if (EFI_ERROR(status)) in efi_cons_efiputchar()
|
/freebsd/stand/efi/loader/ |
H A D | framebuffer.c | 184 if (EFI_ERROR(status)) { in efifb_uga_find_pixel() 207 if (EFI_ERROR(status)) { in efifb_uga_find_pixel() 213 if (EFI_ERROR(status)) { in efifb_uga_find_pixel() 220 if (EFI_ERROR(status)) { in efifb_uga_find_pixel() 226 if (EFI_ERROR(status)) { in efifb_uga_find_pixel() 340 if (EFI_ERROR(status)) in efifb_from_uga() 358 if (EFI_ERROR(status)) { in efifb_from_uga() 585 if (EFI_ERROR(status)) in efi_find_framebuffer() 588 if (EFI_ERROR(status)) in efi_find_framebuffer() 761 if (EFI_ERROR(status)) in gop_autoresize() [all …]
|
H A D | copy.c | 105 if (!EFI_ERROR(status)) in efi_verify_staging_size() 335 if (EFI_ERROR(status)) { in efi_copy_init() 403 if (!EFI_ERROR(status)) { in efi_check_space() 420 if (!EFI_ERROR(status)) { in efi_check_space() 443 if (!EFI_ERROR(status)) { in efi_check_space()
|
H A D | main.c | 138 if (EFI_ERROR(status)) in has_keyboard() 141 if (EFI_ERROR(status)) in has_keyboard() 153 if (EFI_ERROR(status)) in has_keyboard() 1583 if (EFI_ERROR(status)) { in command_memmap() 1687 if (EFI_ERROR(status)) { in command_mode() 1692 if (EFI_ERROR(status)) { in command_mode() 1703 if (EFI_ERROR(status)) in command_mode() 1763 if (EFI_ERROR(status)) { in command_lsefi() 1782 if (EFI_ERROR(status)) { in command_lsefi()
|
H A D | bootinfo.c | 250 if (!EFI_ERROR(status)) in bi_load_efi_data() 268 if (EFI_ERROR(status)) { in bi_load_efi_data() 287 if (!EFI_ERROR(status)) in bi_load_efi_data()
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | DebugLib.h | 389 if (EFI_ERROR (StatusParameter)) { \ 391 _ASSERT (!EFI_ERROR (StatusParameter)); \ 455 if (!EFI_ERROR (gBS->LocateProtocol ((EFI_GUID *)Guid, NULL, &Instance))) { \ 459 if (!EFI_ERROR (gBS->HandleProtocol (Handle, (EFI_GUID *)Guid, &Instance))) { \
|
/freebsd/stand/efi/loader/arch/i386/ |
H A D | elf64_freebsd.c | 123 if (EFI_ERROR(err)) { in elf64_exec() 141 if (EFI_ERROR(err)) { in elf64_exec() 168 if (EFI_ERROR(err)) { in elf64_exec() 208 if (EFI_ERROR(err)) { in elf64_exec()
|
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | elf64_freebsd.c | 107 if (EFI_ERROR(err)) { in elf64_exec() 122 if (EFI_ERROR(err)) { in elf64_exec() 163 if (EFI_ERROR(err)) { in elf64_exec()
|
H A D | trap.c | 216 if (EFI_ERROR(status)) { in efi_setup_tss() 253 if (EFI_ERROR(status)) { in efi_redirect_exceptions() 261 if (EFI_ERROR(status)) { in efi_redirect_exceptions() 305 if (EFI_ERROR(status)) { in efi_redirect_exceptions()
|
H A D | multiboot2.c | 345 if (EFI_ERROR(status)) { in exec() 353 if (EFI_ERROR(status)) { in exec()
|
/freebsd/stand/kboot/kboot/arch/amd64/ |
H A D | elf64_freebsd.c | 215 if (EFI_ERROR(err)) { in elf64_exec() 239 if (EFI_ERROR(err)) { in elf64_exec() 280 if (EFI_ERROR(err)) { in elf64_exec()
|
/freebsd/stand/efi/include/ |
H A D | efierr.h | 32 #define EFI_ERROR(a) (((INTN) a) < 0) macro
|
H A D | efilib.h | 80 if (!EFI_ERROR(status)) in efi_exit_boot_services()
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiBaseType.h | 160 #define EFI_ERROR(A) RETURN_ERROR(A) macro
|
/freebsd/stand/efi/boot1/ |
H A D | zfs_module.c | 88 if (EFI_ERROR(status)) in vdev_read()
|