Home
last modified time | relevance | path

Searched refs:OptionStr (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
DMtftp6Option.c175 if (Opt->OptionStr == NULL || Opt->ValueStr == NULL) { in Mtftp6ParseExtensionOption()
179 if (AsciiStriCmp ((CHAR8 *) Opt->OptionStr, "blksize") == 0) { in Mtftp6ParseExtensionOption()
192 } else if (AsciiStriCmp ((CHAR8 *) Opt->OptionStr, "timeout") == 0) { in Mtftp6ParseExtensionOption()
205 } else if (AsciiStriCmp ((CHAR8 *) Opt->OptionStr, "tsize") == 0) { in Mtftp6ParseExtensionOption()
212 } else if (AsciiStriCmp ((CHAR8 *) Opt->OptionStr, "multicast") == 0) { in Mtftp6ParseExtensionOption()
302 Options[Num - 1].OptionStr = Name; in Mtftp6ParsePacketOption()
DMtftp6Support.c521 OptionStrLength = AsciiStrLen ((CHAR8 *) Options[Index].OptionStr); in Mtftp6SendRequest()
556 OptionStrLength = AsciiStrLen ((CHAR8 *) Options[Index].OptionStr); in Mtftp6SendRequest()
559 … Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Options[Index].OptionStr); in Mtftp6SendRequest()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
DMtftp4Option.c209 Options[Num - 1].OptionStr = Name; in Mtftp4FillOptions()
428 if ((This->OptionStr == NULL) || (This->ValueStr == NULL)) { in Mtftp4ParseOption()
432 if (NetStringEqualNoCase (This->OptionStr, (UINT8 *) "blksize")) { in Mtftp4ParseOption()
445 } else if (NetStringEqualNoCase (This->OptionStr, (UINT8 *) "timeout")) { in Mtftp4ParseOption()
457 } else if (NetStringEqualNoCase (This->OptionStr, (UINT8 *) "tsize")) { in Mtftp4ParseOption()
464 } else if (NetStringEqualNoCase (This->OptionStr, (UINT8 *) "multicast")) { in Mtftp4ParseOption()
DMtftp4Support.c308 OptionStrLength = AsciiStrLen ((CHAR8 *) Options[Index].OptionStr); in Mtftp4SendRequest()
336 OptionStrLength = AsciiStrLen ((CHAR8 *) Options[Index].OptionStr); in Mtftp4SendRequest()
339 … Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Options[Index].OptionStr); in Mtftp4SendRequest()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcMtftp.c154 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_TSIZE_INDEX]; in PxeBcMtftp6GetFileSize()
159 ReqOpt[1].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp6GetFileSize()
213 if (AsciiStrnCmp ((CHAR8 *) Option[OptCnt - 1].OptionStr, "tsize", 5) == 0) { in PxeBcMtftp6GetFileSize()
276 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp6ReadFile()
359 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp6WriteFile()
434 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp6ReadDirectory()
600 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_TSIZE_INDEX]; in PxeBcMtftp4GetFileSize()
605 ReqOpt[1].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp4GetFileSize()
659 if (AsciiStrnCmp ((CHAR8 *) Option[OptCnt - 1].OptionStr, "tsize", 5) == 0) { in PxeBcMtftp4GetFileSize()
722 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp4ReadFile()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcMtftp.c137 ReqOpt[0].OptionStr = (UINT8*)mMtftpOptions[PXE_MTFTP_OPTION_TSIZE_INDEX]; in PxeBcTftpGetFileSize()
142 ReqOpt[1].OptionStr = (UINT8*)mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcTftpGetFileSize()
193 if (AsciiStrnCmp ((CHAR8 *) Option[OptCnt - 1].OptionStr, "tsize", 5) == 0) { in PxeBcTftpGetFileSize()
263 ReqOpt[0].OptionStr = (UINT8*) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcTftpReadFile()
346 ReqOpt[0].OptionStr = (UINT8*) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcTftpWriteFile()
420 ReqOpt[0].OptionStr = (UINT8*) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcTftpReadDirectory()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DTftp.c817 ReqOpt[0].OptionStr = (UINT8*)"tsize"; in GetFileSize()
850 if (AsciiStrnCmp ((CHAR8 *)Option->OptionStr, "tsize", 5) == 0) { in GetFileSize()
938 ReqOpt.OptionStr = (UINT8 *) "blksize"; in DownloadFile()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c315 CHAR16 OptionStr[40]; in BcfgAdd() local
534 …UnicodeSPrint (OptionStr, sizeof(OptionStr), L"%s%04x", Target == BcfgTargetBootOrder?L"Boot":L"Dr… in BcfgAdd()
536 OptionStr, in BcfgAdd()
549 …iEx(-1, -1, NULL, STRING_TOKEN (STR_BCFG_SET_VAR_FAIL), gShellBcfgHiiHandle, L"bcfg", OptionStr); in BcfgAdd()
577 Print (L"bcfg: Add %s as %x\n", OptionStr, Position); in BcfgAdd()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DMtftp6.h309 …UINT8 *OptionStr; ///< Pointer to the null-terminated ASCII MTFTPv6 option string. member
DMtftp4.h148 UINT8 *OptionStr; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
DMtftp4.h128 UINT8 *OptionStr; member
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c861 ReqOpt[0].OptionStr = (UINT8*)"tsize"; in Mtftp4GetFileSize()
894 if (AsciiStrnCmp ((CHAR8 *)Option->OptionStr, "tsize", 5) == 0) { in Mtftp4GetFileSize()