Searched defs:WriteBlock (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
H A DSemihostLib.c121 SEMIHOST_FILE_READ_WRITE_BLOCK WriteBlock; local
127 WriteBlock.Handle = FileHandle;
128 WriteBlock.Buffer = Buffer;
129 WriteBlock.Length = *Length;
131 *Length = Semihost_SYS_WRITE(&WriteBlock);

Completed in 5 milliseconds