HomeSort by relevance Sort by last modified time
    Searched refs:efi_status (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
efi.h 51 typedef unsigned long efi_status; typedef
120 efi_status (*rt_gettime)(struct efi_tm *, struct efi_tmcap *);
121 efi_status (*rt_settime)(struct efi_tm *);
122 efi_status (*rt_getwaketime)(uint8_t *, uint8_t *,
124 efi_status (*rt_setwaketime)(uint8_t, struct efi_tm *);
125 efi_status (*rt_setvirtual)(u_long, u_long, uint32_t,
127 efi_status (*rt_cvtptr)(u_long, void **);
128 efi_status (*rt_getvar)(efi_char *, struct uuid *, uint32_t *,
130 efi_status (*rt_scanvar)(u_long *, efi_char *, struct uuid *);
131 efi_status (*rt_setvar)(efi_char *, struct uuid *, uint32_t,
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
FreePages.c 80 EFI_STATUS
84 EFI_STATUS efi_status; local
98 efi_status = uefi_call_wrapper( BS->HandleProtocol, 3, image,
156 efi_status = uefi_call_wrapper(BS->FreePages, 2, PhysAddr, PgCnt);
158 if ( EFI_ERROR(efi_status) ) {
159 Print(L"Free Pages Failed: %d\n", efi_status);
160 return efi_status;
t3.c 4 EFI_STATUS
11 EFI_STATUS efi_status; local
33 efi_status = uefi_call_wrapper(
41 Print(L"%xh (%r)\n", efi_status, efi_status);
43 if (efi_status != EFI_SUCCESS) {
44 return efi_status;
t7.c 4 EFI_STATUS
8 EFI_STATUS efi_status; local
19 efi_status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &efi_input_key);
AllocPages.c 106 EFI_STATUS
110 EFI_STATUS efi_status; local
126 efi_status = uefi_call_wrapper( BS->HandleProtocol, 3, image,
196 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr);
198 if ( EFI_ERROR(efi_status) ) {
199 Print(L"Allocate Pages Failed: %d\n", efi_status);
200 return efi_status;
  /external/syslinux/efi/
main.c 35 static inline EFI_STATUS
47 EFI_STATUS status;
347 EFI_STATUS status;
366 EFI_STATUS status;
556 static inline EFI_STATUS
570 static inline EFI_STATUS
576 static EFI_STATUS allocate_addr(EFI_PHYSICAL_ADDRESS *addr, size_t size)
597 static inline EFI_STATUS
610 static inline EFI_STATUS free_pool(void *buffer)
623 static EFI_STATUS cancel_timer(EFI_EVENT ev
638 EFI_STATUS efi_status; local
    [all...]

Completed in 218 milliseconds