Searched refs:ShellWriteFile (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
D | FileImage.c | 368 Status = ShellWriteFile (FileHandle, &TotalSize, Buffer); in HFileImageSave()
|
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/ |
D | ShellLib.h | 264 ShellWriteFile(
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
D | daShell.c | 295 Status = ShellWriteFile( FileHandle, (UINTN *)&BufSize, (void *)Buffer); in da_ShellWrite()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/ |
D | FileBuffer.c | 1503 Status = ShellWriteFile (FileHandle, &Length, (VOID*)&gUnicodeFileTag); in FileBufferSave() 1551 Status = ShellWriteFile (FileHandle, &Size, Cache); in FileBufferSave() 1594 Status = ShellWriteFile (FileHandle, &Size, Cache); in FileBufferSave()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/ |
D | Tftp.c | 540 Status = ShellWriteFile (FileHandle, &FileSize, Data); in ShellCommandRunTftp()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Cp.c | 237 Status = ShellWriteFile(DestHandle, &ReadSize, Buffer); in CopySingleFile()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | DmpStore.c | 369 Status = ShellWriteFile (FileHandle, &BufferSize, Buffer); in AppendSingleVariableToFile()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
D | DrvCfg.c | 236 Status = ShellWriteFile(FileHandle, &MainBufferSize, MainBuffer); in ConfigToFile()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/ |
D | UefiShellLib.c | 885 ShellWriteFile( in ShellWriteFile() function
|