HomeSort by: relevance | last modified time | path
    Searched defs:IH (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/ia64/stand/efi/libefi/
efi.c 39 EFI_HANDLE IH;
83 BS->Exit(IH, exit_code, 0, NULL);
95 IH = image_handle;
104 BS->Exit(IH, status, 0, NULL);
110 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);
  /src/sys/stand/efiboot/
efiboot.c 44 EFI_HANDLE IH;
70 IH = imageHandle;
128 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, mapkey);
144 status = uefi_call_wrapper(BS->Exit, 4, IH, EFI_ABORTED, 0, NULL);
  /src/sys/arch/i386/stand/efiboot/
efiboot.c 34 EFI_HANDLE IH;
60 IH = imageHandle;
61 InitializeLib(IH, systemTable);
70 status = uefi_call_wrapper(BS->HandleProtocol, 3, IH,
127 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);
132 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);

Completed in 12 milliseconds