Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 25 of 203) sorted by relevance

123456789

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DCommonXml.py55 def FromXml(self, Item, Key): argument
65 def ToXml(self, ClonedFrom, Key): argument
89 def FromXml(self, Item, Key): argument
114 def FromXml(self, Item, Key): argument
120 def ToXml(self, Prompt, Key='Prompt'): argument
135 def FromXml(self, Item, Key): argument
141 def ToXml(self, HelpText, Key='HelpText'): argument
162 def FromXml(self, Item, Key, IsRequiredCheck=False, IsStandAlongModule=False): argument
199 def ToXml(self, Header, Key): argument
262 def FromXml(self, Item, Key): argument
[all …]
DModuleSurfaceAreaXml.py80 def FromXml(self, Item, Key): argument
132 def ToXml(self, BinaryFile, Key): argument
210 def FromXml(self, Item, Key): argument
225 def ToXml(self, PackageDependency, Key): argument
255 def FromXml(self, Item, Key): argument
273 def ToXml(self, Extern, Key): argument
305 def FromXml(self, Item, Key): argument
324 def ToXml(self, Depex, Key): argument
352 def FromXml(self, Item, Key): argument
368 def ToXml(self, BootMode, Key): argument
[all …]
DPcdXml.py53 def FromXml(self, Item, Key): argument
76 def ToXml(self, PcdError, Key): argument
279 def FromXml(self, Item, Key): argument
334 def FromXml2(self, Item, Key): argument
380 def FromXml3(self, Item, Key): argument
414 def ToXml(self, PcdEntry, Key): argument
450 def ToXml2(self, PcdEntry, Key): argument
486 def ToXml3(self, PcdEntry, Key): argument
517 def ToXml4(self, PcdEntry, Key): argument
DGuidProtocolPpiXml.py60 def FromXml(self, Item, Key): argument
83 def ToXml(self, GuidProtocolPpi, Key): argument
122 def FromXml(self, Item, Key): argument
141 def ToXml(self, GuidProtocolPpi, Key): argument
180 def FromXml(self, Item, Key): argument
202 def ToXml(self, GuidProtocolPpi, Key): argument
239 def FromXml(self, Item, Key): argument
260 def ToXml(self, GuidProtocolPpi, Key): argument
DPackageSurfaceAreaXml.py49 def FromXml(self, Item, Key): argument
64 def ToXml(self, IndustryStandardHeader, Key): argument
87 def FromXml(self, Item, Key): argument
104 def ToXml(self, PackageIncludeHeader, Key): argument
134 def FromXml(self, Item, Key): argument
141 def ToXml(self, PcdCheck, Key): argument
157 def FromXml(self, Item, Key): argument
DIniToXml.py180 def ValidateValues(Key, Value, SectionName): argument
199 def ValidateRegValues(Key, Value): argument
269 def __ValidateDistHeader(Key, Value): argument
283 def __ValidateOtherHeader(Key, Value): argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DEventLogInfo.c28 IN CONST UINT8 Key, in DisplaySELAccessMethod()
79 UINT8 Key, in DisplaySELLogStatus()
117 UINT8 Key, in DisplaySysEventLogHeaderFormat()
149 UINT8 Key, in DisplaySELLogHeaderLen()
DQueryTable.c3231 IN UINT8 Key, in QueryTable()
3329 #define PRINT_TABLE_ITEM(Table, Key) \ argument
3888 IN UINT32 Key, in DisplayPostResultsBitmapDw1()
3905 IN UINT32 Key, in DisplayPostResultsBitmapDw2()
4146 IN UINT8 Key, in DisplayPBDeviceChemistry()
4163 IN UINT8 Key, in DisplayVPLocation()
4183 IN UINT8 Key, in DisplayVPStatus()
4203 IN UINT8 Key, in DisplayCoolingDeviceStatus()
4223 IN UINT8 Key, in DisplayCoolingDeviceType()
4243 IN UINT8 Key, in DisplayTemperatureProbeStatus()
[all …]
DQueryTable.h22 UINT16 Key; member
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DMisc.py306 def __setitem__(self, Key, Value): argument
313 def __delitem__(self, Key): argument
329 def __contains__(self, Key): argument
334 def index(self, Key): argument
339 def insert(self, Key, Newkey, Newvalue, Order): argument
357 def has_key(self, Key): argument
407 def pop(self, Key, *Dv): argument
574 Key = property(_GetFileKey) variable in PathClass
643 def __setitem__(self, Key, CommentVal): argument
655 def __getitem__(self, Key): argument
DString.py58 def MergeArches(Dict, Key, Arch): argument
94 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument
114 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument
137 def SplitModuleType(Key): argument
357 def GetMultipleValuesOfKeyFromLines(Lines, Key, KeyValues, CommentCharacter): argument
379 def GetDefineValue(String, Key, CommentCharacter): argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
DIfrOpCodeCreation.c68 IN UINT16 Key, in CreateTextOpCode()
123 IN UINT16 Key, in CreateGotoOpCode()
363 IN UINT16 Key, in CreateCheckBoxOpCode()
435 IN UINT16 Key, in CreateNumericOpCode()
517 IN UINT16 Key, in CreateStringOpCode()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEditMenuBar.c147 IN CONST EFI_INPUT_KEY *Key in MenuBarDispatchFunctionKey()
176 IN CONST EFI_INPUT_KEY *Key in MenuBarDispatchControlHotKey()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DString.py101 def MergeArches(Dict, Key, Arch): argument
164 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument
186 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument
210 def SplitModuleType(Key): argument
427 def GetMultipleValuesOfKeyFromLines(Lines, Key, KeyValues, CommentCharacter): argument
448 def GetDefineValue(String, Key, CommentCharacter): argument
DDictionary.py70 def printList(Key, List): argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DFirmwareVolumeBuffer.c753 UINTN Key; in FvBufAddVtfFile() local
933 IN OUT UINTN *Key, in FvBufFindNextFile()
1068 UINTN Key; in FvBufFindFileByName() local
1120 UINTN Key; in FvBufFindFileByType() local
1318 IN OUT UINTN *Key, in FvBufFindNextSection()
1399 UINTN Key; in FvBufCountSections() local
1464 UINTN Key; in FvBufFindSectionByType() local
1525 UINTN Key; in FvBufShrinkWrap() local
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellEnvVar.c409 IN CONST CHAR16 *Key, in ShellFindEnvVarInList()
453 IN CONST CHAR16 *Key, in ShellAddEnvVarToList()
521 IN CONST CHAR16 *Key in ShellRemvoeEnvVarFromList()
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
DUserProfileAdd.c36 EFI_INPUT_KEY Key; in GetUserNameInput() local
309 EFI_INPUT_KEY Key; in CallAddUser() local
DModifyIdentityPolicy.c35 EFI_INPUT_KEY Key; in ProviderAlreadyInPolicy() local
337 EFI_INPUT_KEY Key; in CheckNewIdentityPolicy() local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalConIn.c127 OUT EFI_INPUT_KEY *Key in TerminalConInReadKeyStroke()
617 EFI_INPUT_KEY Key; in KeyNotifyProcessHandler() local
954 EFI_INPUT_KEY *Key in EfiKeyFiFoInsertOneKey()
1238 EFI_INPUT_KEY Key; in UnicodeToEfiKeyFlushState() local
1365 EFI_INPUT_KEY Key; in UnicodeToEfiKey() local
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pem/
DCryptPem.c34 IN VOID *Key in PasswordCallback()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopInput.c123 OUT EFI_KEY_DATA *Key in GopPrivateDeleteQ()
285 IN EFI_INPUT_KEY Key in GopPrivateAddKey()
577 OUT EFI_INPUT_KEY *Key in WinNtGopSimpleTextInReadKeyStroke()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.c271 IN CONST UINT8 *Key, in IpSecCryptoIoEncrypt()
357 IN CONST UINT8 *Key, in IpSecCryptoIoDecrypt()
442 IN CONST UINT8 *Key, in IpSecCryptoIoHmac()
737 OUT UINT8 *Key, in IpSecCryptoIoDhComputeKey()
/device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
DAesCore.c130 IN UINT8 *Key, in AesExpandKey()
220 IN UINT8 *Key, in AesEncrypt()
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/
DCryptHmacSha1Null.c52 IN CONST UINT8 *Key, in HmacSha1Init()

123456789