OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibRuntimeRestoreTPL
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/
rtdata.c
59
// LibRuntimeRaiseTPL,
LibRuntimeRestoreTPL
- pointers to Runtime functions from the
64
EFI_RESTORE_TPL
LibRuntimeRestoreTPL
= NULL;
rtlock.c
98
if (
LibRuntimeRestoreTPL
!= NULL) {
99
LibRuntimeRestoreTPL
(Tpl);
vm.c
62
ConvertPointer (EFI_INTERNAL_PTR, (VOID **)&
LibRuntimeRestoreTPL
);
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
lib.h
88
extern EFI_RESTORE_TPL
LibRuntimeRestoreTPL
;
Completed in 48 milliseconds