Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBot.c156 IN UINT8 CmdLen, in UsbBotSendCommand() argument
168 ASSERT ((CmdLen > 0) && (CmdLen <= USB_BOT_MAX_CMDLEN)); in UsbBotSendCommand()
178 Cbw.CmdLen = CmdLen; in UsbBotSendCommand()
181 CopyMem (Cbw.CmdBlock, Cmd, CmdLen); in UsbBotSendCommand()
402 IN UINT8 CmdLen, in UsbBotExecCommand() argument
423 Status = UsbBotSendCommand (UsbBot, Cmd, CmdLen, DataDir, DataLen, Lun); in UsbBotExecCommand()
DUsbMassBot.h66 UINT8 CmdLen; ///< Length of the command. Bits 0~4 are used member
136 IN UINT8 CmdLen,
DUsbMassCbi.c177 IN UINT8 CmdLen, in UsbCbiSendCommand() argument
195 Request.Length = CmdLen; in UsbCbiSendCommand()
205 DataLen = CmdLen; in UsbCbiSendCommand()
436 IN UINT8 CmdLen, in UsbCbiExecCommand() argument
457 Status = UsbCbiSendCommand (UsbCbi, Cmd, CmdLen, Timeout); in UsbCbiExecCommand()
DUsbMassCbi.h97 IN UINT8 CmdLen,
DUsbMass.h100 IN UINT8 CmdLen,
DUsbMassBoot.c163 IN UINT8 CmdLen, in UsbBootExecCmd() argument
178 CmdLen, in UsbBootExecCmd()
232 IN UINT8 CmdLen, in UsbBootExecCmdWithRetry() argument
268 CmdLen, in UsbBootExecCmdWithRetry()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
Dramdisk.c317 INT32 CmdLen = (INT32)Image->LoadOptionsSize; in GetDiskSize() local
322 while( CmdLen > 0 && *CmdLine != L' ' ) { in GetDiskSize()
323 CmdLen -= sizeof(CHAR16); in GetDiskSize()
327 if ( CmdLen > 0 ) { in GetDiskSize()
331 CopyMem( Size, CmdLine, MIN(CmdLen, (INT32)sizeof(Size))); in GetDiskSize()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrCompiler.cpp384 UINT32 CmdLen = 0; in PreProcess() local
401 CmdLen = strlen (mPreProcessCmd) + strlen (mPreProcessOpt) + in PreProcess()
404 CmdLen += strlen (mOptions.CPreprocessorOptions); in PreProcess()
407 CmdLen += strlen (mOptions.IncludePaths); in PreProcess()
410 PreProcessCmd = new INT8[CmdLen + 10]; in PreProcess()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
DStrGather.c2496 UINT32 CmdLen; in PreprocessSourceFile() local
2581 CmdLen = 1; in PreprocessSourceFile()
2582 CmdLen += strlen (PREPROCESSOR_COMMAND); in PreprocessSourceFile()
2583 CmdLen++; in PreprocessSourceFile()
2584 CmdLen += strlen (PREPROCESSOR_OPTIONS); in PreprocessSourceFile()
2585 CmdLen++; in PreprocessSourceFile()
2590 CmdLen += strlen (SourceFileDir); in PreprocessSourceFile()
2591 CmdLen += 4; in PreprocessSourceFile()
2595 CmdLen += strlen (List->Str); in PreprocessSourceFile()
2596 CmdLen++; in PreprocessSourceFile()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DBotPeim.h44 UINT8 CmdLen; member
DBotPeim.c132 Cbw.CmdLen = CommandSize; in BotCommandPhase()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrCompiler.cpp633 UINT32 CmdLen = 0; in PreProcess() local
650 CmdLen = strlen (mPreProcessCmd) + strlen (mPreProcessOpt) + in PreProcess()
653 CmdLen += strlen (mOptions.CPreprocessorOptions); in PreProcess()
656 CmdLen += strlen (mOptions.IncludePaths); in PreProcess()
659 PreProcessCmd = new CHAR8[CmdLen + 10]; in PreProcess()