HomeSort by relevance Sort by last modified time
    Searched refs:uefi_call_wrapper (Results 26 - 43 of 43) sorted by null

12

  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
FreePages.c 98 efi_status = uefi_call_wrapper( BS->HandleProtocol, 3, image,
156 efi_status = uefi_call_wrapper(BS->FreePages, 2, PhysAddr, PgCnt);
route80h.c 57 rc = uefi_call_wrapper(pciio->Pci.Read, 5, pciio, EfiPciIoWidthUint16, 0, 2, &lpcif);
84 rc = uefi_call_wrapper(BS->OpenProtocol, 6, Handles[i],
131 rc = uefi_call_wrapper(pciio->Pci.Read, 5, pciio, EfiPciIoWidthUint32,
AllocPages.c 126 efi_status = uefi_call_wrapper( BS->HandleProtocol, 3, image,
196 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr);
drv0.c 167 Status = uefi_call_wrapper(BS->OpenProtocol, 6,
t3.c 33 efi_status = uefi_call_wrapper(
  /external/avb/examples/uefi/
uefi_avb_boot.c 175 err = uefi_call_wrapper(BS->AllocatePool,
191 err = uefi_call_wrapper(BS->AllocatePool,
218 err = uefi_call_wrapper(BS->AllocatePool,
265 err = uefi_call_wrapper(BS->AllocatePages,
uefi_avb_ops.c 97 err = uefi_call_wrapper(block_io->ReadBlocks,
140 err = uefi_call_wrapper(block_io->ReadBlocks,
218 err = uefi_call_wrapper(
278 err = uefi_call_wrapper(
428 err = uefi_call_wrapper(BS->LocateDevicePath,
438 err = uefi_call_wrapper(BS->LocateDevicePath,
453 err = uefi_call_wrapper(BS->HandleProtocol,
464 err = uefi_call_wrapper(BS->HandleProtocol,
484 err = uefi_call_wrapper((*block_io)->ReadBlocks,
621 err = uefi_call_wrapper(BS->HandleProtocol
    [all...]
  /external/syslinux/efi/
efi.h 13 * it on will result in undefined references to uefi_call_wrapper().
65 status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_NOTIFY_SIGNAL,
pxe.c 108 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[0],
vesa.c 111 st = uefi_call_wrapper(GraphicsOutput->QueryMode, 4, GraphicsOutput, mode_num, &sz_info, &mode_info);
239 st = uefi_call_wrapper(GraphicsOutput->SetMode, 2, GraphicsOutput, bestmode);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
str.c 81 return uefi_call_wrapper(UnicodeInterface->StriColl, 3, UnicodeInterface, (CHAR16 *)s1, (CHAR16 *)s2);
92 else uefi_call_wrapper(UnicodeInterface->StrLwr, 2, UnicodeInterface, Str);
103 else uefi_call_wrapper(UnicodeInterface->StrUpr, 2, UnicodeInterface, Str);
378 else return uefi_call_wrapper(UnicodeInterface->MetaiMatch, 3, UnicodeInterface, String, Pattern);
print.c 307 uefi_call_wrapper(DbgOut->OutputString, 2, DbgOut, Buffer);
777 uefi_call_wrapper(Out->SetCursorPosition, 3, Out, Column, Row);
829 uefi_call_wrapper(ps->Output, 2, ps->Context, ps->Buffer);
844 uefi_call_wrapper(ps->SetAttr, 2, ps->Context, Attr);
1326 uefi_call_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, ST->ConOut->Mode->Mode, &TempColumn, &ScreenSize);
dpath.c 32 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DevicePathProtocol, (VOID*)&DevicePath);
438 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &FilePath, &Device);
451 Status =uefi_call_wrapper(BS->HandleProtocol, 3, Device, Protocol, Interface);
  /external/syslinux/efi32/include/efi/ia32/
efibind.h 278 #define uefi_call_wrapper(func, va_num, ...) func(__VA_ARGS__) macro
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
efibind.h 278 #define uefi_call_wrapper(func, va_num, ...) func(__VA_ARGS__) macro
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efibind.h 224 #define uefi_call_wrapper(func, va_num, ...) func(__VA_ARGS__) macro
  /external/syslinux/efi64/include/efi/x86_64/
efibind.h 291 #define uefi_call_wrapper(func, va_num, ...) func(__VA_ARGS__) macro
370 #define uefi_call_wrapper(func,va_num,...) \ macro
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
efibind.h 291 #define uefi_call_wrapper(func, va_num, ...) func(__VA_ARGS__) macro
370 #define uefi_call_wrapper(func,va_num,...) \ macro

Completed in 375 milliseconds

12