Searched refs:CurrentSize (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Pei/
H A DPcd.c1210 @param CurrentSize Maximum size of PCD's value
1220 IN OUT UINTN *CurrentSize,
1251 if ((*CurrentSize > MaxSize) ||
1252 (*CurrentSize == MAX_ADDRESS)) {
1253 *CurrentSize = MaxSize;
1263 SizeTable[SizeTableIdx + 1] = (SIZE_INFO) *CurrentSize;
1274 SizeTable[SizeTableIdx + 1 + Index] = (SIZE_INFO) *CurrentSize;
1278 SizeTable[SizeTableIdx + 1] = (SIZE_INFO) *CurrentSize;
1218 SetPtrTypeSize( IN UINTN LocalTokenNumberTableIdx, IN OUT UINTN *CurrentSize, IN PEI_PCD_DATABASE *Database ) argument
H A DService.h1005 @param CurrentSize Maxmium size of PCD's value
1015 IN OUT UINTN *CurrentSize,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcBoot.c1053 UINT64 CurrentSize; local
1061 CurrentSize = *BufferSize;
1091 if (CurrentSize < RequiredSize || Buffer == NULL) {
1095 CurrentSize = RequiredSize;
1099 CurrentSize = RequiredSize;
1105 Status = PxeBcReadBootFileList (Private, &CurrentSize, Buffer);
1108 } else if (CurrentSize < Private->BootFileSize || Buffer == NULL ) {
1112 CurrentSize = Private->BootFileSize;
1124 &CurrentSize,
1133 &CurrentSize,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiFileHandleLib/
H A DUefiFileHandleLib.c689 will fit within Destination (whose Size is given as CurrentSize) and
695 given in CurrentSize the string will be grown such that the copy can be performed
696 and CurrentSize will be updated to the new size.
703 CurrentSize, then ASSERT()
706 @param[in, out] CurrentSize on call the number of bytes in Destination. On
719 IN OUT UINTN *CurrentSize,
744 ASSERT(CurrentSize != 0);
746 ASSERT(DestinationStartSize <= *CurrentSize);
749 // ASSERT(*CurrentSize == 0);
762 if (CurrentSize !
717 StrnCatGrowLeft( IN OUT CHAR16 **Destination, IN OUT UINTN *CurrentSize, IN CONST CHAR16 *Source, IN UINTN Count ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Dxe/
H A DService.c1354 @param CurrentSize Size of POINTER type PCD value.
1362 IN OUT UINTN *CurrentSize
1408 if ((*CurrentSize > MaxSize) ||
1409 (*CurrentSize == MAX_ADDRESS)) {
1410 *CurrentSize = MaxSize;
1420 SizeTable[SizeTableIdx + 1] = (SIZE_INFO) *CurrentSize;
1431 SizeTable[SizeTableIdx + 1 + Index] = (SIZE_INFO) *CurrentSize;
1435 SizeTable[SizeTableIdx + 1] = (SIZE_INFO) *CurrentSize;
H A DService.h1058 @param CurrentSize Size of POINTER type PCD value.
1066 IN OUT UINTN *CurrentSize
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c3038 will fit within Destination (whose Size is given as CurrentSize) and
3044 given in CurrentSize the string will be grown such that the copy can be performed
3045 and CurrentSize will be updated to the new size.
3052 CurrentSize, then ASSERT()
3055 @param[in, out] CurrentSize on call the number of bytes in Destination. On
3068 IN OUT UINTN *CurrentSize,
3091 if (CurrentSize != NULL && *CurrentSize == 0) {
3099 ASSERT(CurrentSize != 0);
3101 ASSERT(DestinationStartSize <= *CurrentSize);
3066 StrnCatGrow( IN OUT CHAR16 **Destination, IN OUT UINTN *CurrentSize, IN CONST CHAR16 *Source, IN UINTN Count ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellLib.h1016 will fit within Destination (whose Size is given as CurrentSize) and
1022 given in CurrentSize the string will be grown such that the copy can be performed
1023 and CurrentSize will be updated to the new size.
1030 CurrentSize, then ASSERT().
1033 @param[in, out] CurrentSize On call, the number of bytes in Destination. On
1046 IN OUT UINTN *CurrentSize,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c1474 UINT16 CurrentSize; local
1514 CopyMem (&CurrentSize, PaletteInfo, sizeof (UINT16));
1515 CurrentSize += sizeof (UINT16);
1516 PaletteSize += (UINT32) CurrentSize;
1517 PaletteInfo = (EFI_HII_IMAGE_PALETTE_INFO *) ((UINT8 *) PaletteInfo + CurrentSize);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h1296 ULONG CurrentSize; member in struct:_SYSTEM_CACHE_INFORMATION
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h1267 ULONG CurrentSize; member in struct:_SYSTEM_CACHE_INFORMATION

Completed in 135 milliseconds