Searched defs:BufferSize (Results 126 - 149 of 149) sorted by relevance

123456

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c1016 UINTN BufferSize; local
1028 BufferSize = MAXIMUM_VALUE_CHARACTERS * sizeof (CHAR16);
1047 UnicodeSPrint (Buffer, BufferSize, PrintFormat, Value.Value.u64);
H A DSetup.c440 UINTN BufferSize; local
522 BufferSize = StrSize (StrPtr);
523 if (*ResultsDataSize < BufferSize) {
524 *ResultsDataSize = BufferSize;
530 *ResultsDataSize = BufferSize;
531 CopyMem (ResultsData, StrPtr, BufferSize);
539 BufferSize = (TmpSize + StrLen (Storage->ConfigHdr) + 2) * sizeof (CHAR16);
540 ConfigResp = AllocateZeroPool (BufferSize);
1118 UINTN BufferSize; local
1128 BufferSize
2045 UINTN BufferSize; local
2247 UINTN BufferSize; local
3514 UINTN BufferSize; local
[all...]
H A DUi.c1695 UINTN BufferSize; local
1721 BufferSize = 0x1000;
1722 HiiHandles = AllocatePool (BufferSize);
1728 &BufferSize,
1733 HiiHandles = AllocatePool (BufferSize);
1740 &BufferSize,
1754 HandleCount = BufferSize / sizeof (EFI_HII_HANDLE);
1792 UINTN BufferSize; local
1815 BufferSize = 0;
1817 Status = mHiiDatabase->ExportPackageLists (mHiiDatabase, HiiHandles[Index], &BufferSize, HiiPackageLis
1898 UINTN BufferSize; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.c2994 UINTN BufferSize; local
3006 BufferSize = 0;
3027 &BufferSize,
3032 Buffer = AllocateZeroPool (BufferSize);
3043 &BufferSize,
3051 for (Ptr = Buffer; Ptr < Buffer + BufferSize;) {
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1549 UINTN BufferSize; local
1560 BufferSize = sizeof (Handle);
1565 &BufferSize,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c2146 UINTN BufferSize; local
2176 BufferSize = sizeof (SECUREBOOT_CONFIGURATION);
2190 UnicodeSPrint (ConfigRequest, Size, L"%s&OFFSET=0&WIDTH=%016LX", ConfigRequestHdr, (UINT64)BufferSize);
2199 BufferSize,
2298 UINTN BufferSize; local
2315 BufferSize = sizeof (SECUREBOOT_CONFIGURATION);
2316 IfrNvData = AllocateZeroPool (BufferSize);
2323 HiiGetBrowserData (NULL, NULL, BufferSize, (UINT8 *) IfrNvData);
2554 BufferSize = sizeof (SECUREBOOT_CONFIGURATION);
2555 HiiSetBrowserData (NULL, NULL, BufferSize, (UINT
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c100 @param[in, out] BufferSize Ignored.
110 IN OUT UINTN *BufferSize,
122 @param[in] BufferSize Ignored.
132 IN UINTN BufferSize,
145 @param[in, out] BufferSize Size in bytes of Buffer.
155 IN OUT UINTN *BufferSize,
170 @param[in, out] BufferSize Ignored.
179 IN OUT UINTN *BufferSize,
192 @param[in, out] BufferSize Size in bytes of Buffer.
201 IN OUT UINTN *BufferSize,
107 FileInterfaceNopGetInfo( IN EFI_FILE_PROTOCOL *This, IN EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
129 FileInterfaceNopSetInfo( IN EFI_FILE_PROTOCOL *This, IN EFI_GUID *InformationType, IN UINTN BufferSize, IN VOID *Buffer ) argument
153 FileInterfaceStdOutWrite( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
177 FileInterfaceStdInWrite( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
199 FileInterfaceStdErrWrite( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
219 FileInterfaceStdOutRead( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
239 FileInterfaceStdErrRead( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
259 FileInterfaceNulRead( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
280 FileInterfaceNulWrite( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
315 FileInterfaceStdInRead( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
985 FileInterfaceEnvRead( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
1008 FileInterfaceEnvVolWrite( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
1055 FileInterfaceEnvNonVolWrite( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
1276 UINT64 BufferSize; member in struct:__anon12745
1335 FileInterfaceMemWrite( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
1384 FileInterfaceMemRead( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
1542 FileInterfaceFileGetInfo( IN EFI_FILE_PROTOCOL *This, IN EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
1571 FileInterfaceFileSetInfo( IN EFI_FILE_PROTOCOL *This, IN EFI_GUID *InformationType, IN UINTN BufferSize, IN VOID *Buffer ) argument
1621 FileInterfaceFileRead( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
1733 FileInterfaceFileWrite( IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
[all...]
H A DShellProtocol.c3149 UINTN BufferSize; local
3158 BufferSize = 0;
3181 &BufferSize,
3187 Buffer = AllocateZeroPool(BufferSize);
3194 &BufferSize,
3203 for (HandleCounter = 0 ; HandleCounter < (BufferSize/sizeof(EFI_HANDLE)) ; HandleCounter++) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c554 UINTN BufferSize; local
668 BufferSize = NIC_ITEM_CONFIG_SIZE;
673 &BufferSize,
677 BufferSize = sizeof (NIC_IP4_CONFIG_INFO) + sizeof (EFI_IP4_ROUTE_TABLE) * NicConfigRequest->Ip4Info.RouteTableSize;
678 NicConfig = AllocateZeroPool (BufferSize);
683 CopyMem (NicConfig, NicConfigRequest, BufferSize);
H A DPing.c128 UINT32 BufferSize; member in struct:_PING_PRIVATE_DATA
491 if (PayLoad != Private->BufferSize) {
579 Request = AllocateZeroPool (Private->BufferSize);
611 ((EFI_IP6_TRANSMIT_DATA*)TxData)->DataLength = Private->BufferSize;
614 ((EFI_IP6_TRANSMIT_DATA*)TxData)->FragmentTable[0].FragmentLength = Private->BufferSize;
619 ((EFI_IP4_TRANSMIT_DATA*)TxData)->TotalDataLength = Private->BufferSize;
622 ((EFI_IP4_TRANSMIT_DATA*)TxData)->FragmentTable[0].FragmentLength = Private->BufferSize;
628 HeadSum = NetChecksum ((UINT8 *) Request, Private->BufferSize);
1229 @param[in] BufferSize The send buffer size.
1241 IN UINT32 BufferSize,
1239 ShellPing( IN UINT32 SendNumber, IN UINT32 BufferSize, IN EFI_IPv6_ADDRESS *SrcAddress, IN EFI_IPv6_ADDRESS *DstAddress, IN UINT32 IpChoice ) argument
1443 UINT64 BufferSize; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Devntrace.h130 ULONG BufferSize; member in struct:_TRACE_LOGFILE_HEADER
179 ULONG BufferSize; member in struct:_EVENT_TRACE_LOGFILEW
195 ULONG BufferSize; member in struct:_EVENT_TRACE_LOGFILEA
205 ULONG BufferSize; member in struct:_EVENT_TRACE_PROPERTIES
H A Drpcndr.h508 ULONG BufferSize; member in struct:_NDR_USER_MARSHAL_INFO_LEVEL1
616 Ndr##type##BufferSize( PMIDL_STUB_MESSAGE pStubMsg, unsigned char* pMemory, PFORMAT_STRING pFormat ); \
H A Dimagehlp.h593 ULONG_PTR BufferSize; member in struct:_IMAGEHLP_GET_TYPE_INFO_PARAMS
H A Ddbghelp.h865 ULONG BufferSize; member in struct:_MINIDUMP_USER_STREAM
1059 ULONG_PTR BufferSize; member in struct:_IMAGEHLP_GET_TYPE_INFO_PARAMS
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c69 UINTN BufferSize; local
78 BufferSize = 0;
81 Status = gHiiDatabase->ExportPackageLists (gHiiDatabase, Handle, &BufferSize, HiiPackageList);
85 HiiPackageList = AllocatePool (BufferSize);
88 Status = gHiiDatabase->ExportPackageLists (gHiiDatabase, Handle, &BufferSize, HiiPackageList);
2153 @param[in] BufferSize Length in bytes of buffer to hold retrieved data.
2165 IN UINTN BufferSize,
2206 &BufferSize,
2230 @param[in] BufferSize Length, in bytes, of Buffer.
2247 IN UINTN BufferSize,
2162 HiiGetBrowserData( IN CONST EFI_GUID *VariableGuid, OPTIONAL IN CONST CHAR16 *VariableName, OPTIONAL IN UINTN BufferSize, OUT UINT8 *Buffer ) argument
2244 HiiSetBrowserData( IN CONST EFI_GUID *VariableGuid, OPTIONAL IN CONST CHAR16 *VariableName, OPTIONAL IN UINTN BufferSize, IN CONST UINT8 *Buffer, IN CONST CHAR16 *RequestElement OPTIONAL ) argument
2312 UINTN BufferSize; member in struct:__anon11114
3606 UINTN BufferSize; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c98 UINTN BufferSize; local
101 BufferSize = 0;
120 &BufferSize,
127 Buffer = (EFI_HANDLE*)AllocateZeroPool(BufferSize);
134 &BufferSize,
143 for (HandleIndex = 0; HandleIndex < (BufferSize/sizeof(Buffer[0])); HandleIndex++) {
751 BufferSize is set to be the size of the buffer needed to read the entry. On
757 @param BufferSize on input the size of buffer in bytes. on return
773 IN OUT UINTN *BufferSize,
777 return (FileFunctionMap.ReadFile(FileHandle, BufferSize, Buffe
771 ShellReadFile( IN SHELL_FILE_HANDLE FileHandle, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
807 ShellWriteFile( IN SHELL_FILE_HANDLE FileHandle, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPal.h2220 UINT64 BufferSize:56; ///< Indicates the size in bytes of the memory member in struct:__anon11684
2222 ///< BufferSize must be greater than or equal in
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcndr.h487 ULONG BufferSize; member in struct:_NDR_USER_MARSHAL_INFO_LEVEL1
595 Ndr##type##BufferSize( PMIDL_STUB_MESSAGE pStubMsg, unsigned char* pMemory, PFORMAT_STRING pFormat ); \
H A Dimagehlp.h533 ULONG_PTR BufferSize; member in struct:_IMAGEHLP_GET_TYPE_INFO_PARAMS
H A Ddbghelp.h805 ULONG BufferSize; member in struct:_MINIDUMP_USER_STREAM
999 ULONG_PTR BufferSize; member in struct:_IMAGEHLP_GET_TYPE_INFO_PARAMS
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dpxe_api.h289 UINT16_t BufferSize; /**< Buffer size */ member in struct:s_PXENV_GET_CACHED_INFO
621 UINT16_t BufferSize; /**< Size of data buffer */ member in struct:s_PXENV_TFTP_READ
643 UINT32_t BufferSize; /**< Size of data buffer */ member in struct:s_PXENV_TFTP_READ_FILE
1600 UINT16_t BufferSize; /**< Data buffer size */ member in struct:s_PXENV_FILE_READ
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h963 ULONG BufferSize; member in struct:_IO_STACK_LOCATION::__anon13424::__anon13452
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h949 ULONG BufferSize; member in struct:_IO_STACK_LOCATION::__anon821::__anon849
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h1748 GLuint BufferSize; member in struct:gl_feedback
1759 GLuint BufferSize; /**< size of the selection buffer */ member in struct:gl_selection

Completed in 224 milliseconds

123456