| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
| D | CommonXml.py | 55 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 …]
|
| D | ModuleSurfaceAreaXml.py | 80 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 …]
|
| D | PcdXml.py | 53 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
|
| D | GuidProtocolPpiXml.py | 60 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
|
| D | PackageSurfaceAreaXml.py | 49 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
|
| D | IniToXml.py | 180 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/ |
| D | EventLogInfo.c | 28 IN CONST UINT8 Key, in DisplaySELAccessMethod() 79 UINT8 Key, in DisplaySELLogStatus() 117 UINT8 Key, in DisplaySysEventLogHeaderFormat() 149 UINT8 Key, in DisplaySELLogHeaderLen()
|
| D | QueryTable.c | 3231 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 …]
|
| D | QueryTable.h | 22 UINT16 Key; member
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
| D | Misc.py | 306 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
|
| D | String.py | 58 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/ |
| D | IfrOpCodeCreation.c | 68 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/ |
| D | EditMenuBar.c | 147 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/ |
| D | String.py | 101 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
|
| D | Dictionary.py | 70 def printList(Key, List): argument
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
| D | FirmwareVolumeBuffer.c | 753 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/ |
| D | ShellEnvVar.c | 409 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/ |
| D | UserProfileAdd.c | 36 EFI_INPUT_KEY Key; in GetUserNameInput() local 309 EFI_INPUT_KEY Key; in CallAddUser() local
|
| D | ModifyIdentityPolicy.c | 35 EFI_INPUT_KEY Key; in ProviderAlreadyInPolicy() local 337 EFI_INPUT_KEY Key; in CheckNewIdentityPolicy() local
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
| D | TerminalConIn.c | 127 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/ |
| D | CryptPem.c | 34 IN VOID *Key in PasswordCallback()
|
| /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/ |
| D | WinNtGopInput.c | 123 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/ |
| D | IpSecCryptIo.c | 271 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/ |
| D | AesCore.c | 130 IN UINT8 *Key, in AesExpandKey() 220 IN UINT8 *Key, in AesEncrypt()
|
| /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/ |
| D | CryptHmacSha1Null.c | 52 IN CONST UINT8 *Key, in HmacSha1Init()
|