Home
last modified time | relevance | path

Searched refs:CommandLength (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
DTpm12NvStorage.c203 UINT32 CommandLength; in Tpm12NvWriteValue() local
215 CommandLength = sizeof (Command) - sizeof(Command.Data) + DataSize; in Tpm12NvWriteValue()
216 Command.Hdr.paramSize = SwapBytes32 (CommandLength); in Tpm12NvWriteValue()
223 …Status = Tpm12SubmitCommand (CommandLength, (UINT8 *)&Command, &ResponseLength, (UINT8 *)&Response… in Tpm12NvWriteValue()
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
DSemihostLib.c310 SystemBlock.CommandLength = AsciiStrLen(CommandLine); in SemihostSystem()
DSemihostPrivate.h56 UINTN CommandLength; member
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py802 if BuildOptions.CommandLength:
803 GlobalData.gCommandMaxLength = BuildOptions.CommandLength