Searched refs:NameLength (Results 1 - 10 of 10) 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/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/MdeModulePkg/Library/VarCheckUefiLib/
H A DVarCheckUefiLibNullClass.c777 UINTN NameLength; local
793 NameLength = StrLen (VariableName) - 4;
796 (StrnCmp (VariableName, mGlobalVariableList2[Index].Name, NameLength) == 0) &&
797 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength]) &&
798 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength + 1]) &&
799 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength + 2]) &&
800 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength + 3])) {
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
H A DSemihostLib.c51 OpenBlock.NameLength = AsciiStrLen(FileName);
229 RemoveBlock.NameLength = AsciiStrLen(FileName);
H A DSemihostPrivate.h22 UINTN NameLength; member in struct:__anon3310
44 UINTN NameLength; member in struct:__anon3314
/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/Universal/Variable/RuntimeDxe/
H A DVariableSmm.c353 UINTN NameLength; local
391 NameLength = StrSize (VariableInfo->Name);
392 if (NameLength == StrSize (InfoName)) {
393 if (CompareMem (VariableInfo->Name, InfoName, NameLength) == 0) {
/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;
815 UINTN NameLength; local
830 NameLength = StrLen (Private->FileContext->FileName);
831 if (NameLength <= 4) {
834 FilePostFix = Private->FileContext->FileName + NameLength - 4;
1326 UINTN NameLength; local
1349 NameLength
2200 UINTN NameLength; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c685 GUID=<HexCh>32&NAME=<Char>NameLength&PATH=<HexChar>DevicePathSize<Null>
713 UINTN NameLength; local
726 NameLength = 0;
728 NameLength = StrLen (Name);
748 // GUID=<HexCh>32&NAME=<Char>NameLength&PATH=<HexChar>DevicePathSize <Null>
751 MaxLen = 5 + sizeof (EFI_GUID) * 2 + 6 + NameLength * 4 + 6 + DevicePathSize * 2 + 1;
781 // Append Name converted to <Char>NameLength
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigKeywordHandler.c1646 GUID=<HexCh>32&NAME=<Char>NameLength&PATH=<HexChar>DevicePathSize<Null>
1664 UINTN NameLength; local
1713 NameLength = 0;
1715 NameLength = StrLen (Name);
1735 // GUID=<HexCh>32&NAME=<Char>NameLength&PATH=<HexChar>DevicePathSize <Null>
1738 MaxLen = 5 + sizeof (EFI_GUID) * 2 + 6 + NameLength * 4 + 6 + DevicePathSize * 2 + 1;
1768 // Append Name converted to <Char>NameLength

Completed in 229 milliseconds