• Home
  • Raw
  • Download

Lines Matching refs:ReqOpt

129   EFI_MTFTP6_OPTION                   ReqOpt[2];  in PxeBcMtftp6GetFileSize()  local
154 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_TSIZE_INDEX]; in PxeBcMtftp6GetFileSize()
156 ReqOpt[0].ValueStr = OptBuf; in PxeBcMtftp6GetFileSize()
159 ReqOpt[1].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp6GetFileSize()
160ReqOpt[1].ValueStr = (UINT8 *) (ReqOpt[0].ValueStr + AsciiStrLen ((CHAR8 *) ReqOpt[0].ValueStr) +… in PxeBcMtftp6GetFileSize()
161 …PxeBcUintnToAscDec (*BlockSize, ReqOpt[1].ValueStr, PXE_MTFTP_OPTBUF_MAXNUM_INDEX - (AsciiStrLen (… in PxeBcMtftp6GetFileSize()
171 ReqOpt, in PxeBcMtftp6GetFileSize()
260 EFI_MTFTP6_OPTION ReqOpt[1]; in PxeBcMtftp6ReadFile() local
276 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp6ReadFile()
277 ReqOpt[0].ValueStr = OptBuf; in PxeBcMtftp6ReadFile()
278 PxeBcUintnToAscDec (*BlockSize, ReqOpt[0].ValueStr, PXE_MTFTP_OPTBUF_MAXNUM_INDEX); in PxeBcMtftp6ReadFile()
287 Token.OptionList = ReqOpt; in PxeBcMtftp6ReadFile()
343 EFI_MTFTP6_OPTION ReqOpt[1]; in PxeBcMtftp6WriteFile() local
359 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp6WriteFile()
360 ReqOpt[0].ValueStr = OptBuf; in PxeBcMtftp6WriteFile()
361 PxeBcUintnToAscDec (*BlockSize, ReqOpt[0].ValueStr, PXE_MTFTP_OPTBUF_MAXNUM_INDEX); in PxeBcMtftp6WriteFile()
370 Token.OptionList = ReqOpt; in PxeBcMtftp6WriteFile()
418 EFI_MTFTP6_OPTION ReqOpt[1]; in PxeBcMtftp6ReadDirectory() local
434 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp6ReadDirectory()
435 ReqOpt[0].ValueStr = OptBuf; in PxeBcMtftp6ReadDirectory()
436 PxeBcUintnToAscDec (*BlockSize, ReqOpt[0].ValueStr, PXE_MTFTP_OPTBUF_MAXNUM_INDEX); in PxeBcMtftp6ReadDirectory()
445 Token.OptionList = ReqOpt; in PxeBcMtftp6ReadDirectory()
575 EFI_MTFTP4_OPTION ReqOpt[2]; in PxeBcMtftp4GetFileSize() local
600 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_TSIZE_INDEX]; in PxeBcMtftp4GetFileSize()
602 ReqOpt[0].ValueStr = OptBuf; in PxeBcMtftp4GetFileSize()
605 ReqOpt[1].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp4GetFileSize()
606ReqOpt[1].ValueStr = (UINT8 *) (ReqOpt[0].ValueStr + AsciiStrLen ((CHAR8 *) ReqOpt[0].ValueStr) +… in PxeBcMtftp4GetFileSize()
607 …PxeBcUintnToAscDec (*BlockSize, ReqOpt[1].ValueStr, PXE_MTFTP_OPTBUF_MAXNUM_INDEX - (AsciiStrLen (… in PxeBcMtftp4GetFileSize()
617 ReqOpt, in PxeBcMtftp4GetFileSize()
706 EFI_MTFTP4_OPTION ReqOpt[1]; in PxeBcMtftp4ReadFile() local
722 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp4ReadFile()
723 ReqOpt[0].ValueStr = OptBuf; in PxeBcMtftp4ReadFile()
724 PxeBcUintnToAscDec (*BlockSize, ReqOpt[0].ValueStr, PXE_MTFTP_OPTBUF_MAXNUM_INDEX); in PxeBcMtftp4ReadFile()
733 Token.OptionList = ReqOpt; in PxeBcMtftp4ReadFile()
789 EFI_MTFTP4_OPTION ReqOpt[1]; in PxeBcMtftp4WriteFile() local
805 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp4WriteFile()
806 ReqOpt[0].ValueStr = OptBuf; in PxeBcMtftp4WriteFile()
807 PxeBcUintnToAscDec (*BlockSize, ReqOpt[0].ValueStr, PXE_MTFTP_OPTBUF_MAXNUM_INDEX); in PxeBcMtftp4WriteFile()
816 Token.OptionList = ReqOpt; in PxeBcMtftp4WriteFile()
864 EFI_MTFTP4_OPTION ReqOpt[1]; in PxeBcMtftp4ReadDirectory() local
880 ReqOpt[0].OptionStr = (UINT8 *) mMtftpOptions[PXE_MTFTP_OPTION_BLKSIZE_INDEX]; in PxeBcMtftp4ReadDirectory()
881 ReqOpt[0].ValueStr = OptBuf; in PxeBcMtftp4ReadDirectory()
882 PxeBcUintnToAscDec (*BlockSize, ReqOpt[0].ValueStr, PXE_MTFTP_OPTBUF_MAXNUM_INDEX); in PxeBcMtftp4ReadDirectory()
891 Token.OptionList = ReqOpt; in PxeBcMtftp4ReadDirectory()