Home
last modified time | relevance | path

Searched refs:EFI_DEVICE_ERROR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/efi/libefi/
H A Derrno.c47 status = EFI_DEVICE_ERROR; in errno_to_efi_status()
88 status = EFI_DEVICE_ERROR; in errno_to_efi_status()
109 case EFI_DEVICE_ERROR: in efi_status_to_errno()
H A Defiisaio.c654 return (EFI_DEVICE_ERROR); in efi_isa_getspeed()
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiBaseType.h118 #define EFI_DEVICE_ERROR RETURN_DEVICE_ERROR macro
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c252 return (EFI_DEVICE_ERROR); in efifb_uga_locate_framebuffer()
285 return ((*addrp == 0 || *sizep == 0) ? EFI_DEVICE_ERROR : 0); in efifb_uga_locate_framebuffer()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c920 case EFI_DEVICE_ERROR: in gfxfb_blt()