/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 | 29 IN CONST UINT8 Key, in DisplaySELAccessMethod() 81 UINT8 Key, in DisplaySELLogStatus() 120 UINT8 Key, in DisplaySysEventLogHeaderFormat() 152 UINT8 Key, in DisplaySELLogHeaderLen()
|
D | QueryTable.c | 3210 IN UINT8 Key, in QueryTable() 3308 #define PRINT_TABLE_ITEM(Table, Key) \ argument 3867 IN UINT32 Key, in DisplayPostResultsBitmapDw1() 3884 IN UINT32 Key, in DisplayPostResultsBitmapDw2() 4125 IN UINT8 Key, in DisplayPBDeviceChemistry() 4142 IN UINT8 Key, in DisplayVPLocation() 4162 IN UINT8 Key, in DisplayVPStatus() 4182 IN UINT8 Key, in DisplayCoolingDeviceStatus() 4202 IN UINT8 Key, in DisplayCoolingDeviceType() 4222 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()
|
D | IfrLibrary.h | 39 UINT16 Key; member
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | EditMenuBar.c | 152 IN CONST EFI_INPUT_KEY *Key in MenuBarDispatchFunctionKey() 182 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 | 749 UINTN Key; in FvBufAddVtfFile() local 929 IN OUT UINTN *Key, in FvBufFindNextFile() 1064 UINTN Key; in FvBufFindFileByName() local 1116 UINTN Key; in FvBufFindFileByType() local 1314 IN OUT UINTN *Key, in FvBufFindNextSection() 1395 UINTN Key; in FvBufCountSections() local 1460 UINTN Key; in FvBufFindSectionByType() local 1521 UINTN Key; in FvBufShrinkWrap() local
|
/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/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/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/ |
D | CryptHmacMd5Null.c | 52 IN CONST UINT8 *Key, in HmacMd5Init()
|
D | CryptHmacSha1Null.c | 52 IN CONST UINT8 *Key, in HmacSha1Init()
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hmac/ |
D | CryptHmacSha1Null.c | 52 IN CONST UINT8 *Key, in HmacSha1Init()
|
D | CryptHmacMd5Null.c | 52 IN CONST UINT8 *Key, in HmacMd5Init()
|