HomeSort by: relevance | last modified time | path
    Searched refs:uefi_call_wrapper (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/sys/external/bsd/gnu-efi/dist/apps/
t4.c 12 uefi_call_wrapper(systab->ConOut->OutputString, 2, systab->ConOut, L"Hello application started\r\n");
13 uefi_call_wrapper(systab->ConOut->OutputString, 2, systab->ConOut, L"\r\n\r\n\r\nHit any key to exit\r\n");
14 uefi_call_wrapper(systab->BootServices->WaitForEvent, 3, 1, &systab->ConIn->WaitForKey, &index);
t.c 25 uefi_call_wrapper(conout->OutputString, 2, conout, (CHAR16 *)L"Hello World!\n\r");
26 uefi_call_wrapper(conout->OutputString, 2, conout, a2u("Hello World!\n\r"));
t7.c 19 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, L"\n\n");
21 efi_status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &efi_input_key);
t2.c 13 uefi_call_wrapper(conout->OutputString, 2, conout, L"Hello World!\n\r");
t5.c 13 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, L"\n\n");
drv0_use.c 25 Status = uefi_call_wrapper(BS->OpenProtocol, 6,
37 Status = uefi_call_wrapper(drv->SayHello, 2, L"Sample UEFI Driver");
42 Status = uefi_call_wrapper(drv->GetNumberOfHello, 2, &NumberOfHello);
bltgrid.c 49 rc = uefi_call_wrapper(gop->QueryMode, 4, gop, i, &SizeOfInfo,
54 rc = uefi_call_wrapper(gop->SetMode, 2, gop,
56 rc = uefi_call_wrapper(gop->QueryMode, 4, gop, i,
82 uefi_call_wrapper(gop->Blt, 10, gop,
99 rc = uefi_call_wrapper(BS->SetWatchdogTimer, 4, seconds, 0x1ffff,
  /src/sys/stand/efiboot/
efiwatchdog.c 39 uefi_call_wrapper(BS->SetWatchdogTimer, 4, timeout, code, 0, NULL);
panic.c 35 uefi_call_wrapper(RT->ResetSystem, 4, EfiResetCold, EFI_SUCCESS,
console.c 44 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
48 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
61 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, buf);
73 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
80 status = uefi_call_wrapper(BS->CheckEvent, 1, ST->ConIn->WaitForKey);
efiboot.c 74 uefi_call_wrapper(ST->ConOut->Reset, 2, ST->ConOut, TRUE);
75 uefi_call_wrapper(ST->ConOut->SetMode, 2, ST->ConOut, 0);
76 uefi_call_wrapper(ST->ConOut->EnableCursor, 2, ST->ConOut, TRUE);
78 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData, sz, &heap_start);
83 status = uefi_call_wrapper(BS->HandleProtocol, 3, imageHandle, &LoadedImageProtocol, (void **)&efi_li);
86 status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle, &DevicePathProtocol, (void **)&efi_bootdp);
128 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, mapkey);
144 status = uefi_call_wrapper(BS->Exit, 4, IH, EFI_ABORTED, 0, NULL);
152 uefi_call_wrapper(RT->ResetSystem, 4, EfiResetCold, EFI_SUCCESS, 0, NULL);
164 status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_TIMER, TPL_APPLICATION, 0, 0, &delay_ev)
    [all...]
exec.c 89 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress, EfiLoaderData,
93 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData,
142 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress,
146 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages,
157 uefi_call_wrapper(BS->FreePages, 2, addr,
194 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress, EfiLoaderData,
198 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData,
227 uefi_call_wrapper(BS->FreePages, 2, addr, EFI_SIZE_TO_PAGES(alloc_size));
efigetsecs.c 39 uefi_call_wrapper(RT->GetTime, 2, &t, NULL);
70 status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK,
74 status = uefi_call_wrapper(BS->SetTimer, 3, getsecs_ev, TimerPeriodic, 10000000); /* 1s in "100ns" units */
  /src/sys/external/bsd/gnu-efi/dist/lib/
exit.c 12 uefi_call_wrapper(BS->Exit,
event.c 43 Status = uefi_call_wrapper(
59 Status = uefi_call_wrapper(
74 uefi_call_wrapper(BS->SignalEvent, 1, Event);
95 Status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_TIMER, 0, NULL, NULL, &TimerEvent);
102 uefi_call_wrapper(BS->SetTimer, 3, TimerEvent, TimerRelative, Timeout);
110 Status = uefi_call_wrapper(BS->WaitForEvent, 3, 2, WaitList, &Index);
111 uefi_call_wrapper(BS->CloseEvent, 1, TimerEvent);
128 Status = uefi_call_wrapper(BS->WaitForEvent, 3, 1, &Event, &Index);
153 if (!EFI_ERROR(uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, Key))) {
console.c 30 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, Str);
73 Status = uefi_call_wrapper(ConIn->ReadKeyStroke, 2, ConIn, &Key);
86 uefi_call_wrapper(ConOut->OutputString, 2, ConOut, L"\b \b");
97 uefi_call_wrapper(ConOut->OutputString, 2, ConOut, &InStr[Len]);
pause.c 15 Status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &Key);
hw.c 58 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &DevicePath, &Handle);
64 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &DeviceIoProtocol, &DevicePath, &Handle);
66 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DeviceIoProtocol, (VOID*)GlobalIoFncs);
83 Status = uefi_call_wrapper(GlobalIoFncs->Io.Read, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data);
98 Status = uefi_call_wrapper(GlobalIoFncs->Io.Write, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data);
113 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Read, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
128 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Write, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
hand.c 46 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], ProtocolGuid, Interface);
86 Status = uefi_call_wrapper(
145 Status = uefi_call_wrapper(
182 Status = uefi_call_wrapper(
314 Status = uefi_call_wrapper(BS->HandleProtocol, 3, DeviceHandle, &FileSystemProtocol, (VOID*)&Volume);
321 Status = uefi_call_wrapper(Volume->OpenVolume, 2, Volume, &File);
353 Status = uefi_call_wrapper(
389 Status = uefi_call_wrapper(
424 Status = uefi_call_wrapper(
457 OldTpl = uefi_call_wrapper(BS->RaiseTPL, 1, TPL_NOTIFY)
    [all...]
sread.c 103 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &FileSystemProtocol, FilePath, DeviceHandle);
117 uefi_call_wrapper(FileHandle->Close, 1, FileHandle);
155 Status = uefi_call_wrapper(
169 uefi_call_wrapper(LastHandle->Close, 1, LastHandle);
193 uefi_call_wrapper(FileHandle->Close, 1, FileHandle);
217 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &LoadFileProtocol, &TempFilePath, DeviceHandle);
226 Status = uefi_call_wrapper(
249 Status = uefi_call_wrapper(
336 Status = uefi_call_wrapper(FHand->FileHandle->SetPosition, 2, FHand->FileHandle, Offset);
339 Status = uefi_call_wrapper(FHand->FileHandle->Read, 3, FHand->FileHandle, ReadSize, Buffer)
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/runtime/
rtlock.c 52 Lock->OwnerTpl = uefi_call_wrapper(BS->RaiseTPL, 1, Lock->Tpl);
96 uefi_call_wrapper(BS->RestoreTPL, 1, Tpl);
  /src/sys/arch/i386/stand/efiboot/
efidelay.c 39 status = uefi_call_wrapper(BS->Stall, 1, us);
panic.c 57 uefi_call_wrapper(RT->ResetSystem, 4, EfiResetCold, EFI_SUCCESS,
eficons.c 260 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn,
264 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2,
292 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn,
377 uefi_call_wrapper(RT->GetTime, 2, &t1, NULL);
380 uefi_call_wrapper(RT->GetTime, 2, &t2, NULL);
404 uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);
464 status = uefi_call_wrapper(efi_gop->SetMode, 2, efi_gop,
472 status = uefi_call_wrapper(efi_gop->QueryMode, 4,
547 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4,
565 status = uefi_call_wrapper(ST->ConOut->QueryMode, 4
    [all...]
efiboot.c 70 status = uefi_call_wrapper(BS->HandleProtocol, 3, IH,
75 status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle,
99 status = uefi_call_wrapper(BS->SetWatchdogTimer, 4, 0, 0, 0, NULL);
127 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);
132 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);
155 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress,

Completed in 572 milliseconds

1 2 3