TianoCore EDK2 master
Loading...
Searching...
No Matches
TcgMorLock.h
Go to the documentation of this file.
1
9#ifndef _EFI_TCG_MOR_LOCK_H_
10#define _EFI_TCG_MOR_LOCK_H_
11
35EFIAPI
37 IN CHAR16 *VariableName,
38 IN EFI_GUID *VendorGuid,
39 OUT UINT32 *Attributes OPTIONAL,
40 IN OUT UINTN *DataSize,
41 OUT VOID *Data
42 );
43
71EFIAPI
73 IN CHAR16 *VariableName,
74 IN EFI_GUID *VendorGuid,
75 IN UINT32 Attributes,
76 IN UINTN DataSize,
77 IN VOID *Data
78 );
79
107EFIAPI
109 IN CHAR16 *VariableName,
110 IN EFI_GUID *VendorGuid,
111 IN UINT32 Attributes,
112 IN UINTN DataSize,
113 IN VOID *Data
114 );
115
126EFIAPI
128 VOID
129 );
130
131#endif
UINT64 UINTN
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
EFI_STATUS EFIAPI SetVariableCheckHandlerMor(IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data)
Definition: TcgMorLockDxe.c:44
EFI_STATUS EFIAPI InternalSetVariable(IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data)
Definition: TcgMorLockSmm.c:87
EFI_STATUS EFIAPI InternalGetVariable(IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, OUT UINT32 *Attributes OPTIONAL, IN OUT UINTN *DataSize, OUT VOID *Data)
Definition: TcgMorLockSmm.c:42
EFI_STATUS EFIAPI MorLockDriverInit(VOID)
Definition: TcgMorLock.c:180
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
Definition: Base.h:213