Home | History | Annotate | Download | only in efi

Lines Matching refs:efi_status

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)
636 static EFI_STATUS setup_default_timer(EFI_EVENT *ev)
638 EFI_STATUS efi_status;
641 efi_status = uefi_call_wrapper( BS->CreateEvent, 5, EVT_TIMER|EVT_NOTIFY_SIGNAL, TPL_NOTIFY, (EFI_EVENT_NOTIFY)timer_handler, NULL, ev);
642 if (efi_status == EFI_SUCCESS) {
643 efi_status = uefi_call_wrapper(BS->SetTimer, 3, *ev, TimerPeriodic, DEFAULT_TIMER_TICK_DURATION);
645 return efi_status;
656 EFI_STATUS emalloc(UINTN size, UINTN align, EFI_PHYSICAL_ADDRESS *addr)
662 EFI_STATUS err;
822 EFI_STATUS status;
847 EFI_STATUS status;
890 EFI_STATUS status;
952 EFI_STATUS status;
1065 EFI_STATUS status;
1252 EFI_STATUS efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *table)
1256 EFI_STATUS status = EFI_SUCCESS;