HomeSort by relevance Sort by last modified time
    Searched refs:AsciiStrLen (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 66 TotalSize = sizeof (EFI_DEBUG_INFO) + 12 * sizeof (UINT64) + AsciiStrLen (Format) + 1;
140 FileNameLength = AsciiStrLen (FileName);
141 DescriptionLength = AsciiStrLen (Description);
158 AsciiStrCpy (Temp + AsciiStrLen (FileName) + 1, Description);
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
realpath.c 45 Temp = AllocateZeroPool((1+AsciiStrLen(file_name))*sizeof(CHAR16));
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
SemihostLib.c 51 OpenBlock.NameLength = AsciiStrLen(FileName);
229 RemoveBlock.NameLength = AsciiStrLen(FileName);
265 RenameBlock.FileNameLength = AsciiStrLen (FileName);
267 RenameBlock.NewFileNameLength = AsciiStrLen (NewFileName);
310 SystemBlock.CommandLength = AsciiStrLen(CommandLine);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Variable.c 52 VariableNameLen = AsciiStrLen (AsciiVariableName) + 1;
131 VariableNameLen = AsciiStrLen (AsciiVariableSetting) + 1;
159 AsciiValueLength = AsciiStrLen (AsciiValue);
177 VariableNameLen = AsciiStrLen (AsciiVariableName) + 1;
186 AsciiStrLen (AsciiValue)+1,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.c 473 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) {
479 if (AsciiStrLen(PacketData) - AsciiStrLen(AddressBuffer) - 2 >= MAX_LENGTH_SIZE) {
535 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) {
541 if (AsciiStrLen(LengthBuffer) >= MAX_LENGTH_SIZE) {
548 MessageLength = (AsciiStrLen(PacketData) - AsciiStrLen(AddressBuffer) - AsciiStrLen(LengthBuffer) - 3);
603 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) {
  /device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/
PrePi.h 30 #define SerialPrint(txt) SerialPortWrite (txt, AsciiStrLen(txt)+1);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
String.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugLibSerialPort/
DebugLib.c 98 SerialPortWrite ((UINT8 *)Buffer, AsciiStrLen (Buffer));
141 SerialPortWrite ((UINT8 *)Buffer, AsciiStrLen (Buffer));
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/
DebugLib.c 98 SerialPortWrite ((UINT8 *)Buffer, AsciiStrLen (Buffer));
161 SerialPortWrite ((UINT8 *)Buffer, AsciiStrLen (Buffer));
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/
DebugLib.c 98 SerialPortWrite ((UINT8 *)Buffer, AsciiStrLen (Buffer));
161 SerialPortWrite ((UINT8 *)Buffer, AsciiStrLen (Buffer));
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/
DebugLib.c 135 UefiDebugLibDebugPortProtocolWrite (Buffer, AsciiStrLen (Buffer));
188 UefiDebugLibDebugPortProtocolWrite (Buffer, AsciiStrLen (Buffer));
  /device/linaro/bootloader/edk2/ArmPkg/Library/RvdPeCoffExtraActionLib/
RvdPeCoffExtraActionLib.c 83 Len = AsciiStrLen (Ptr);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
PrePi.h 30 #define SerialPrint(txt) SerialPortWrite (txt, AsciiStrLen(txt)+1);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pem/
CryptPem.c 44 KeyLength = (INTN) AsciiStrLen ((CHAR8 *)Key);
  /device/linaro/bootloader/edk2/EmbeddedPkg/EblExternCmd/
EntryPointGlue.c 67 if ((CmdLineSize == 0) || (AsciiStrLen (CmdLine) == 0)) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt_env.h 71 return AsciiStrLen (str);
  /device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/
HttpUtilitiesProtocol.c 195 StrLength = AsciiStrLen (HttpHeader->FieldName);
201 StrLength = AsciiStrLen (HttpHeader->FieldValue);
221 StrLength = AsciiStrLen (HttpHeader->FieldName);
229 StrLength = AsciiStrLen (HttpHeader->FieldValue);
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Misc.c 100 return (size_t)AsciiStrLen( s);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.c 303 FileNameLength = AsciiStrLen ((CHAR8 *) Token->Filename);
304 ModeLength = AsciiStrLen ((CHAR8 *) Mode);
308 OptionStrLength = AsciiStrLen ((CHAR8 *) Options[Index].OptionStr);
309 ValueStrLength = AsciiStrLen ((CHAR8 *) Options[Index].ValueStr);
336 OptionStrLength = AsciiStrLen ((CHAR8 *) Options[Index].OptionStr);
337 ValueStrLength = AsciiStrLen ((CHAR8 *) Options[Index].ValueStr);
378 Len = (UINT32) (AsciiStrLen ((CHAR8 *) ErrInfo) + sizeof (EFI_MTFTP4_ERROR_HEADER));
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDhcp6.c 57 IScsiRootPathIdLen = (UINT16) AsciiStrLen (ISCSI_ROOT_PATH_ID);
103 Fields[RP_FIELD_IDX_SERVERNAME].Len = (UINT8) AsciiStrLen (Fields[RP_FIELD_IDX_SERVERNAME].Str);
125 Fields[FieldIndex].Len = (UINT8) AsciiStrLen (Fields[FieldIndex].Str);
194 if (AsciiStrLen (Field->Str) > ISCSI_NAME_MAX_SIZE - 1) {
201 Status = IScsiNormalizeName (Field->Str, AsciiStrLen (Field->Str));
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStub.c 632 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) {
639 if (AsciiStrLen (PacketData) - AsciiStrLen (AddressBuffer) - 2 >= MAX_LENGTH_SIZE) {
696 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) {
703 if (AsciiStrLen (LengthBuffer) >= MAX_LENGTH_SIZE) {
711 MessageLength = (AsciiStrLen (PacketData) - AsciiStrLen (AddressBuffer) - AsciiStrLen (LengthBuffer) - 3);
767 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) {
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscNumberOfInstallableLanguagesFunction.c 61 CompareLength = AsciiStrLen (BestLanguage);
206 LangStrLen = AsciiStrLen(CurrentLang);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
String.c     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscNumberOfInstallableLanguagesFunction.c 59 CompareLength = AsciiStrLen (BestLanguage);
204 LangStrLen = AsciiStrLen(CurrentLang);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscNumberOfInstallableLanguagesFunction.c 69 CompareLength = AsciiStrLen (BestLanguage);
214 LangStrLen = AsciiStrLen(CurrentLang);

Completed in 1617 milliseconds

1 2 3 4 5 6