Home
last modified time | relevance | path

Searched refs:AsciiStrCpyS (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type13/
DMiscNumberOfInstallableLanguagesFunction.c136 (VOID)AsciiStrCpyS(CurrentLang, SMBIOS_STRING_MAX_LENGTH - 1, "en|US|iso8859-1"); in MISC_SMBIOS_TABLE_FUNCTION()
152 (VOID)AsciiStrCpyS(OptionalStrStart, SMBIOS_STRING_MAX_LENGTH - 1, CurrentLang); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmPerformance.c45 AsciiStrCpyS (GaugeString, StringSize, " "); in BmGetShortPdbFileName()
98 AsciiStrCpyS (GaugeString, StringSize, " "); in BmGetNameFromHandle()
281 AsciiStrCpyS (mBmPerfData.Token, PERF_TOKEN_SIZE, GaugeString); in BmWriteBootToOsPerformanceData()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c43 AsciiStrCpyS (GaugeString, PERF_TOKEN_SIZE, " "); in GetShortPdbFileName()
94 AsciiStrCpyS (GaugeString, PERF_TOKEN_SIZE, " "); in GetNameFromHandle()
277 AsciiStrCpyS (mPerfData.Token, PERF_TOKEN_SIZE, GaugeString); in WriteBootToOsPerformanceData()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
DMtftp4Support.c326 Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Token->Filename); in Mtftp4SendRequest()
330 Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Mode); in Mtftp4SendRequest()
339 … Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Options[Index].OptionStr); in Mtftp4SendRequest()
344 Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Options[Index].ValueStr); in Mtftp4SendRequest()
390 AsciiStrCpyS ((CHAR8 *) TftpError->Error.ErrorMessage, Len, (CHAR8 *) ErrInfo); in Mtftp4SendError()
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/
DParseConfigProfile.c87 AsciiStrCpyS (Entry, MAX_LINE_LENGTH, "Recovery"); in ParseRecoveryDataFile()
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
DMtftp6Support.c543 Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Token->Filename); in Mtftp6SendRequest()
547 Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Mode); in Mtftp6SendRequest()
559 … Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Options[Index].OptionStr); in Mtftp6SendRequest()
564 Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Options[Index].ValueStr); in Mtftp6SendRequest()
628AsciiStrCpyS ((CHAR8 *) TftpError->Error.ErrorMessage, AsciiStrLen ((CHAR8 *) ErrInfo) + 1 , (CHAR… in Mtftp6SendError()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcSupport.c172 AsciiStrCpyS (Buffer, BufferSize, &TempStr[Index]); in UtoA10()
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
DParseConfigProfile.c88 AsciiStrCpyS (Entry, MAX_LINE_LENGTH, "Update"); in ParseUpdateDataFile()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DDxeCorePerformanceLib.c466AsciiStrCpyS (GaugeEntryExArray[Index].Token, DXE_PERFORMANCE_STRING_SIZE, LogEntryArray[Index].T… in InternalGetPeiPerformance()
467AsciiStrCpyS (GaugeEntryExArray[Index].Module, DXE_PERFORMANCE_STRING_SIZE, LogEntryArray[Index].M… in InternalGetPeiPerformance()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DDebugLib.c125 AsciiStrCpyS (FormatString, DestBufferSize / sizeof (CHAR8), Format); in DebugPrint()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DDebugLib.c118AsciiStrCpyS (FormatString, sizeof(Buffer) - (4 + sizeof(EFI_DEBUG_INFO) + 12 * sizeof(UINT64)), F… in DebugPrint()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiExtScsiPassThru.c276AsciiStrCpyS ((CHAR8 *) Node + sizeof (ISCSI_DEVICE_PATH), AsciiStrLen (ConfigNvData->TargetName) … in IScsiExtScsiPassThruBuildDevicePath()
DIScsiDhcp.c178 AsciiStrCpyS (ConfigNvData->TargetName, ISCSI_NAME_MAX_SIZE, Field->Str); in IScsiDhcpExtractRootPath()
DIScsiDhcp6.c206 AsciiStrCpyS (ConfigNvData->TargetName, ISCSI_NAME_MAX_SIZE, Field->Str); in IScsiDhcp6ExtractRootPath()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiExtScsiPassThru.c247AsciiStrCpyS ((CHAR8 *) Node + sizeof (ISCSI_DEVICE_PATH), AsciiStrLen (ConfigNvData->TargetName) … in IScsiExtScsiPassThruBuildDevicePath()
DIScsiDhcp.c161 AsciiStrCpyS (ConfigNvData->TargetName, ISCSI_NAME_MAX_SIZE, Field->Str); in IScsiDhcpExtractRootPath()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DString.c1338AsciiStrCpyS (StringPackage->StringPkgHdr->Language, (HeaderSize - OFFSET_OF(EFI_HII_STRING_PACKAG… in HiiNewString()
1860AsciiStrCpyS (Languages, *LanguagesSize / sizeof (CHAR8), StringPackage->StringPkgHdr->Language); in HiiGetLanguages()
1977 AsciiStrCpyS (SecondaryLanguages, *SecondaryLanguagesSize / sizeof (CHAR8), Languages); in HiiGetSecondaryLanguages()
2042 AsciiStrCpyS(Lan1, StrLen / sizeof (CHAR8), Language1); in HiiCompareLanguage()
2048 AsciiStrCpyS(Lan2, StrLen / sizeof (CHAR8), Language2); in HiiCompareLanguage()
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h274 #define strcpy(strDest,strSource) AsciiStrCpyS(strDest,MAX_STRING_SIZE,strSource)
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
DEfiFileLib.c729 AsciiStrCpyS (CwdPlusPathName, AsciiLength, gCwd); in EfiOpen()
751 AsciiStrCpyS (File->DeviceName, StrLen, PathName); in EfiOpen()
1636 AsciiStrCpyS (NewPath, AllocLen, Cwd); in ExpandPath()
1742 AsciiStrCpyS (gCwd, AllocLen, File->DeviceName); in EfiSetCwd()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
DArmVExpressFastBoot.c449 AsciiStrCpyS (Value, 61, FixedPcdGetPtr (PcdFirmwareVendor)); in ArmFastbootPlatformGetVar()
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DEfiDevice.c346 AsciiStrCpyS (ImageInfo->LoadOptions, ImageInfo->LoadOptionsSize, Argv[2]); in EblStartCmd()
791 AsciiStrCpyS (DestFileName, DestFileNameLen, Argv[2]); in EblFileCopyCmd()
DMain.c654 AsciiStrCpyS (CmdLine, MAX_CMD_LINE, (CHAR8 *)PcdGetPtr (PcdEmbeddedAutomaticBootCommand)); in EdkBootLoaderEntry()
DCommand.c617 AsciiStrCpyS (Blanks, sizeof Blanks, mBlanks); in OutputData()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
DTcg2Smm.c296 Status = AsciiStrCpyS((CHAR8 *)DataPtr, PHYSICAL_PRESENCE_VERSION_SIZE, PPVer); in UpdatePPVersion()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DSafeString.c615 AsciiStrCpyS ( in AsciiStrCpyS() function

12