Searched defs:OldTpl (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dhand.c448 EFI_TPL OldTpl; local
456 OldTpl = uefi_call_wrapper(BS->RaiseTPL, 1, TPL_NOTIFY);
516 uefi_call_wrapper(BS->RestoreTPL, 1, OldTpl);
569 EFI_TPL OldTpl; local
576 OldTpl = uefi_call_wrapper(BS->RaiseTPL, 1, TPL_NOTIFY);
635 uefi_call_wrapper(BS->RestoreTPL, 1, OldTpl);

Completed in 119 milliseconds