Searched defs:NameLength (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAmlString.c289 UINTN NameLength; local
296 NameLength = 0;
311 NameLength = AmlGetAslNameSegLength (Buffer);
312 if ((NameLength == 0) || (NameLength > AML_NAME_SEG_SIZE)) {
316 Buffer += NameLength;
390 UINTN NameLength; local
436 NameLength = AmlGetAslNameSegLength (Buffer);
437 ASSERT ((NameLength != 0) && (NameLength <
[all...]
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
H A DSemihostPrivate.h22 UINTN NameLength; member in struct:__anon3579
44 UINTN NameLength; member in struct:__anon3583
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
H A DIfrVariable.c474 UINTN NameLength; local
480 NameLength = EfiStrLen (Name);
482 NameSuffixed = EfiLibAllocateZeroPool ((NameLength + SuffixLength + 1) * sizeof (CHAR16));
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/
H A DVarCheckUefiLibNullClass.c755 UINTN NameLength; local
771 NameLength = StrLen (VariableName) - 4;
774 (StrnCmp (VariableName, mGlobalVariableList2[Index].Name, NameLength) == 0) &&
775 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength]) &&
776 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength + 1]) &&
777 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength + 2]) &&
778 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength + 3])) {
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckLib/
H A DVarCheckLib.c139 UINTN NameLength; local
141 NameLength = StrLen (VariableName) - 4;
146 (StrnCmp (VariableName, mVarCheckVariableWithWildcardName[Index].Name, NameLength) == 0) &&
147 VarCheckInternalIsHexaDecimalDigitCharacter (VariableName[NameLength]) &&
148 VarCheckInternalIsHexaDecimalDigitCharacter (VariableName[NameLength + 1]) &&
149 VarCheckInternalIsHexaDecimalDigitCharacter (VariableName[NameLength + 2]) &&
150 VarCheckInternalIsHexaDecimalDigitCharacter (VariableName[NameLength + 3])) {
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
H A DTlsAuthConfigImpl.c1058 UINTN NameLength; local
1067 NameLength = StrLen (Private->FileContext->FileName);
1068 if (NameLength <= 4) {
1071 FilePostFix = Private->FileContext->FileName + NameLength - 4;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigKeywordHandler.c1654 GUID=<HexCh>32&NAME=<Char>NameLength&PATH=<HexChar>DevicePathSize<Null>
1672 UINTN NameLength; local
1723 NameLength = 0;
1725 NameLength = StrLen (Name);
1745 // GUID=<HexCh>32&NAME=<Char>NameLength&PATH=<HexChar>DevicePathSize <Null>
1748 MaxLen = 5 + sizeof (EFI_GUID) * 2 + 6 + NameLength * 4 + 6 + DevicePathSize * 2 + 1;
1778 // Append Name converted to <Char>NameLength
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c695 GUID=<HexCh>32&NAME=<Char>NameLength&PATH=<HexChar>DevicePathSize<Null>
723 UINTN NameLength; local
736 NameLength = 0;
738 NameLength = StrLen (Name);
758 // GUID=<HexCh>32&NAME=<Char>NameLength&PATH=<HexChar>DevicePathSize <Null>
761 MaxLen = 5 + sizeof (EFI_GUID) * 2 + 6 + NameLength * 4 + 6 + DevicePathSize * 2 + 1;
791 // Append Name converted to <Char>NameLength
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c406 UINTN NameLength; local
422 NameLength = StrLen (Private->FileContext->FileName);
423 if (NameLength <= 4) {
426 FilePostFix = Private->FileContext->FileName + NameLength - 4;
823 UINTN NameLength; local
838 NameLength = StrLen (Private->FileContext->FileName);
839 if (NameLength <= 4) {
842 FilePostFix = Private->FileContext->FileName + NameLength - 4;
1338 UINTN NameLength; local
1361 NameLength
2290 UINTN NameLength; local
[all...]

Completed in 134 milliseconds