OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNextMonotonicCount
(Results
1 - 16
of
16
) sorted by null
/device/linaro/bootloader/edk2/EmbeddedPkg/EmbeddedMonotonicCounter/
EmbeddedMonotonicCounter.c
28
GetNextMonotonicCount
(
72
gBS->
GetNextMonotonicCount
=
GetNextMonotonicCount
;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DataHub.c
336
if (*MonotonicCount != 0 || FilterDriver->
GetNextMonotonicCount
== 0) {
346
FilterDriver->
GetNextMonotonicCount
= *MonotonicCount;
351
FilterDriver->
GetNextMonotonicCount
= (*Record)->LogMonotonicCount;
360
*MonotonicCount = FilterDriver->
GetNextMonotonicCount
;
375
FilterDriver->
GetNextMonotonicCount
= *MonotonicCount;
444
FilterDriver->
GetNextMonotonicCount
= 0;
DataHub.h
115
UINT64
GetNextMonotonicCount
;
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
GetMtc.c
73
Status = gBS->
GetNextMonotonicCount
(&Mtc);
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DxeCis.h
132
EFI_GET_NEXT_MONOTONIC_COUNT
GetNextMonotonicCount
;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/
MonotonicCounter.c
2
Produce the UEFI boot service
GetNextMonotonicCount
() and runtime service
50
every system reset. It is increased by 1 on every call to
GetNextMonotonicCount
().
109
zero on every system reset and is increased by 1 on every call to
GetNextMonotonicCount
().
112
The
GetNextMonotonicCount
() function is only available at boot services time.
115
ExitBootServices() the operating system would call
GetNextMonotonicCount
() to obtain
259
gBS->
GetNextMonotonicCount
= MonotonicCounterDriverGetNextMonotonicCount;
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
BootServicesTable.c
302
"
GetNextMonotonicCount
",
303
(CONST VOID *)gBS->
GetNextMonotonicCount
,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h
[
all
...]
/external/syslinux/efi32/include/efi/
efiapi.h
789
EFI_GET_NEXT_MONOTONIC_COUNT
GetNextMonotonicCount
;
/external/syslinux/efi64/include/efi/
efiapi.h
789
EFI_GET_NEXT_MONOTONIC_COUNT
GetNextMonotonicCount
;
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiapi.h
789
EFI_GET_NEXT_MONOTONIC_COUNT
GetNextMonotonicCount
;
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiSpec.h
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupLib.c
460
Status = gBS->
GetNextMonotonicCount
(&MonotonicCount);
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c
881
gBS->
GetNextMonotonicCount
(&MonotonicCount);
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c
823
gBS->
GetNextMonotonicCount
(&MonotonicCount);
[
all
...]
Completed in 286 milliseconds