Searched refs:BufferSize (Results 1 - 25 of 497) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/
H A DPrintWidth.h30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define UvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Unicode/
H A DPrintWidth.h30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define UvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/
H A DPrintWidth.h30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define UvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Unicode/
H A DPrintWidth.h30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define UvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
H A DVarCheckHiiGenFromHii.c27 UINTN BufferSize; local
44 BufferSize = 0;
46 Status = HiiDatabase->ExportPackageLists (HiiDatabase, 0, &BufferSize, Buffer);
51 Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize), &BufferAddress);
58 Status = HiiDatabase->ExportPackageLists (HiiDatabase, 0, &BufferSize, Buffer);
61 DEBUG ((EFI_D_INFO, "VarCheckHiiGenDxeFromHii - HII Database exported at 0x%x, size = 0x%x\n", Buffer, BufferSize));
65 DumpHiiDatabase (Buffer, BufferSize);
69 VarCheckParseHiiDatabase (Buffer, BufferSize);
71 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize));
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiInitiatorName.c26 @param[in, out] BufferSize Size of the buffer in bytes pointed to by Buffer / Actual size of the
32 BufferSize was sufficient to handle the iSCSI initiator name.
33 @retval EFI_BUFFER_TOO_SMALL BufferSize is too small for the result.
34 @retval EFI_INVALID_PARAMETER BufferSize or Buffer is NULL.
42 IN OUT UINTN *BufferSize,
48 if ((BufferSize == NULL) || (Buffer == NULL)) {
56 BufferSize,
67 @param[in, out] BufferSize Size of the buffer in bytes pointed to by Buffer.
74 @retval EFI_INVALID_PARAMETER BufferSize or Buffer is NULL, or BufferSize exceed
40 IScsiGetInitiatorName( IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
83 IScsiSetInitiatorName( IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
[all...]
H A DIScsiInitiatorName.h30 @param[in, out] BufferSize Size of the buffer in bytes pointed to by Buffer / Actual size of the
35 BufferSize was sufficient to handle the iSCSI initiator name.
36 @retval EFI_BUFFER_TOO_SMALL BufferSize is too small for the result.
37 @retval EFI_INVALID_PARAMETER BufferSize or Buffer is NULL.
45 IN OUT UINTN *BufferSize,
53 @param[in, out] BufferSize Size of the buffer in bytes pointed to by Buffer.
59 @retval EFI_INVALID_PARAMETER BufferSize or Buffer is NULL, or BufferSize exceeds the maximum allowed limit.
70 IN OUT UINTN *BufferSize,
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiInitiatorName.c28 @param[in, out] BufferSize Size of the buffer in bytes pointed to by Buffer /
35 buffer and the BufferSize was sufficient to handle
37 @retval EFI_BUFFER_TOO_SMALL BufferSize is too small for the result. BufferSize
40 @retval EFI_INVALID_PARAMETER BufferSize is NULL. BufferSize and Buffer will not
42 @retval EFI_INVALID_PARAMETER Buffer is NULL. BufferSize and Buffer will not be
52 IN OUT UINTN *BufferSize,
58 if ((BufferSize == NULL) || (Buffer == NULL)) {
66 BufferSize,
50 IScsiGetInitiatorName( IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
103 IScsiSetInitiatorName( IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/
H A DPrintWidth.h30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define AvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
64 IN UINTN BufferSize,
77 BufferSize - Maximum number of characters to put into buffer.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/
H A DPrintWidth.h30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define AvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
64 IN UINTN BufferSize,
77 BufferSize - Maximum number of characters to put into buffer.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/
H A DPrintWidth.h30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define AvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
64 IN UINTN BufferSize,
77 BufferSize - Maximum number of characters to put into buffer.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/
H A DPrintWidth.h30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define AvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
64 IN UINTN BufferSize,
77 BufferSize - Maximum number of characters to put into buffer.
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShellEnvVar.h70 @param BufferSize UINTN size of Buffer
77 #define SHELL_SET_ENVIRONMENT_VARIABLE_NV(EnvVarName,BufferSize,Buffer) \
81 BufferSize, \
90 @param BufferSize Pointer to the UINTN size of Buffer
97 #define SHELL_GET_ENVIRONMENT_VARIABLE(EnvVarName,BufferSize,Buffer) \
101 BufferSize, \
111 @param BufferSize Pointer to the UINTN size of Buffer
118 #define SHELL_GET_ENVIRONMENT_VARIABLE_AND_ATTRIBUTES(EnvVarName,Atts,BufferSize,Buffer) \
122 BufferSize, \
131 @param BufferSize UINT
[all...]
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
H A DDebugCommunicationLibUsb3Dxe.c23 @param BufferSize The size, in bytes, of the Buffer.
30 IN UINTN BufferSize
42 EFI_SIZE_TO_PAGES (BufferSize),
H A DDebugCommunicationLibUsb3Pei.c22 @param BufferSize The size, in bytes, of the Buffer.
29 IN UINTN BufferSize
37 Status = PeiServicesAllocatePages (EfiACPIMemoryNVS, EFI_SIZE_TO_PAGES (BufferSize), &Address);
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
H A DBlockIo.c59 Read/Write BufferSize bytes from Lba into Buffer.
67 @param BufferSize Size of Buffer, must be a multiple of device block size.
80 IN UINTN BufferSize,
93 if (BufferSize == 0) {
97 if (BufferSize % Media->BlockSize != 0) {
99 (UINT64)BufferSize));
104 (BufferSize / Media->BlockSize) - 1 > Media->LastBlock - Lba) {
107 IsWrite ? "Write" : "Read", Lba, (UINT64)BufferSize));
125 NewBuffer = AllocateAlignedPages((BufferSize + EFI_PAGE_SIZE) / EFI_PAGE_SIZE,
129 Lba, BufferSize, NewBuffe
76 XenPvBlkDxeBlockIoReadWriteBlocks( IN EFI_BLOCK_IO_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN UINTN BufferSize, IN OUT VOID *Buffer, IN BOOLEAN IsWrite ) argument
189 XenPvBlkDxeBlockIoReadBlocks( IN EFI_BLOCK_IO_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN UINTN BufferSize, OUT VOID *Buffer ) argument
223 XenPvBlkDxeBlockIoWriteBlocks( IN EFI_BLOCK_IO_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN UINTN BufferSize, IN VOID *Buffer ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
H A DPrint.c66 IN UINTN BufferSize,
80 BufferSize - Maximum number of characters to put into buffer. Zero means no
97 Return = VSPrint (Buffer, BufferSize, Format, Marker);
107 IN UINTN BufferSize,
123 BufferSize - Maximum number of characters to put into buffer. Zero means
149 BufferSize,
64 SPrint( OUT CHAR_W *Buffer, IN UINTN BufferSize, IN CONST CHAR_W *Format, ... ) argument
105 VSPrint( OUT CHAR_W *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR_W *FormatString, IN VA_LIST Marker ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
H A DEdkIIGluePrintLib.h56 and BufferSize.
62 If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.
64 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT().
65 If BufferSize > 1 and StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
66 If BufferSize > 1 and FormatString is NULL, then ASSERT().
67 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
77 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
89 IN UINTN BufferSize,
99 and BufferSize.
104 If BufferSize i
[all...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbSerialDebugPortLib/
H A DGdbSerialDebugPortLib.c129 UINTN BufferSize; local
132 BufferSize = sizeof (Char);
133 Status = gDebugPort->Read (gDebugPort, gTimeOut, &BufferSize, &Char);
134 } while (EFI_ERROR (Status) || BufferSize != sizeof (Char));
155 UINTN BufferSize; local
158 BufferSize = sizeof (Char);
159 Status = gDebugPort->Write (gDebugPort, gTimeOut, &BufferSize, &Char);
160 } while (EFI_ERROR (Status) || BufferSize != sizeof (Char));
/device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
H A DPrintLib.c33 and BufferSize.
39 If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.
41 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT().
42 If BufferSize > 1 and StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
43 If BufferSize > 1 and FormatString is NULL, then ASSERT().
44 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
54 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
66 IN UINTN BufferSize,
73 return BasePrintLibSPrintMarker ((CHAR8 *)StartOfBuffer, BufferSize >> 1, FORMAT_UNICODE | OUTPUT_UNICODE, (CHAR8 *)FormatString, Marker, NULL);
81 and BufferSize
64 UnicodeVSPrint( OUT CHAR16 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR16 *FormatString, IN VA_LIST Marker ) argument
112 UnicodeBSPrint( OUT CHAR16 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR16 *FormatString, IN BASE_LIST Marker ) argument
160 UnicodeSPrint( OUT CHAR16 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR16 *FormatString, ... ) argument
211 UnicodeVSPrintAsciiFormat( OUT CHAR16 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR8 *FormatString, IN VA_LIST Marker ) argument
257 UnicodeBSPrintAsciiFormat( OUT CHAR16 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR8 *FormatString, IN BASE_LIST Marker ) argument
304 UnicodeSPrintAsciiFormat( OUT CHAR16 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR8 *FormatString, ... ) argument
408 AsciiVSPrint( OUT CHAR8 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR8 *FormatString, IN VA_LIST Marker ) argument
452 AsciiBSPrint( OUT CHAR8 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR8 *FormatString, IN BASE_LIST Marker ) argument
497 AsciiSPrint( OUT CHAR8 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR8 *FormatString, ... ) argument
548 AsciiVSPrintUnicodeFormat( OUT CHAR8 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR16 *FormatString, IN VA_LIST Marker ) argument
594 AsciiBSPrintUnicodeFormat( OUT CHAR8 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR16 *FormatString, IN BASE_LIST Marker ) argument
641 AsciiSPrintUnicodeFormat( OUT CHAR8 *StartOfBuffer, IN UINTN BufferSize, IN CONST CHAR16 *FormatString, ... ) argument
[all...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
H A DBootMonFsReadWrite.c28 @param[in out] BufferSize On input, the size of the Buffer. On output, the
45 IN OUT UINTN *BufferSize,
58 (BufferSize == NULL) ||
79 *BufferSize = 0;
91 if (*BufferSize > RemainingFileSize) {
92 *BufferSize = RemainingFileSize;
99 *BufferSize,
103 *BufferSize = 0;
106 File->Position += *BufferSize;
119 @param[in out] BufferSize O
43 BootMonFsReadFile( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
133 BootMonFsWriteFile( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
[all...]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SaveMemoryConfig/
H A DSaveMemoryConfig.c57 UINTN BufferSize; local
83 BufferSize = DataSize;
84 VariableData = AllocatePool (BufferSize);
90 &BufferSize,
95 VariableData = AllocatePool (BufferSize);
101 &BufferSize,
106 if (EFI_ERROR(Status) || BufferSize != DataSize || CompareMem (HobData, VariableData, DataSize) != 0) {
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
H A DDiagnostics.c58 UINTN BufferSize
64 for (i = 0; i < (BufferSize >> 3); i++) {
74 UINTN BufferSize
81 for (i = 0; i < (BufferSize >> 3); i++) {
97 UINTN BufferSize
116 BackBuffer = AllocatePool (BufferSize);
117 WriteBuffer = AllocatePool (BufferSize);
118 ReadBuffer = AllocatePool (BufferSize);
121 Status = MmcReadBlocks (&(MmcHostInstance->BlockIo), MmcHostInstance->BlockIo.Media->MediaId,Lba,BufferSize,BackBuffer);
128 GenerateRandomBuffer (WriteBuffer,BufferSize);
173 MmcDriverDiagnosticsRunDiagnostics( IN EFI_DRIVER_DIAGNOSTICS_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN EFI_DRIVER_DIAGNOSTIC_TYPE DiagnosticType, IN CHAR8 *Language, OUT EFI_GUID **ErrorType, OUT UINTN *BufferSize, OUT CHAR16 **Buffer ) argument
[all...]
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
H A DPrintLib.h211 and BufferSize.
217 If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.
219 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT().
220 If BufferSize > 1 and StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
221 If BufferSize > 1 and FormatString is NULL, then ASSERT().
222 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
232 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
244 IN UINTN BufferSize,
254 and BufferSize.
260 If BufferSize i
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/IScsiInitiatorName/
H A DIScsiInitiatorName.h37 IN OUT UINTN *BufferSize,
47 BufferSize - Size of the buffer in bytes pointed to by Buffer / Actual size of the
53 BufferSize was sufficient to handle the iSCSI initiator name
54 EFI_BUFFER_TOO_SMALL - BufferSize is too small for the result.
55 EFI_INVALID_PARAMETER - BufferSize or Buffer is NULL.
66 IN OUT UINTN *BufferSize,
76 BufferSize - Size of the buffer in bytes pointed to by Buffer.
82 EFI_INVALID_PARAMETER - BufferSize or Buffer is NULL, or BufferSize exceeds the maximum allowed limit.

Completed in 1749 milliseconds

1234567891011>>