Searched defs:Buffer (Results 176 - 200 of 359) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c34 CHAR16 *Buffer; local
42 Buffer = AllocateZeroPool(StrSize(ManFileName));
43 if (Buffer != NULL) {
44 StrCpy(Buffer, ManFileName);
47 Buffer = AllocateZeroPool(StrSize(ManFileName) + 4*sizeof(CHAR16));
48 if (Buffer != NULL) {
49 StrCpy(Buffer, ManFileName);
50 StrCat(Buffer, L".man");
53 return (Buffer);
102 parses through Buffer (whic
120 ManBufferFindSections( IN CONST CHAR16 *Buffer, IN CONST CHAR16 *Sections, IN CHAR16 **HelpText, IN UINTN *HelpSize ) argument
366 ManBufferFindTitleSection( IN CHAR16 **Buffer, IN CONST CHAR16 *Command, IN CHAR16 **BriefDesc, IN UINTN *BriefSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellCommandLib.h664 void *Buffer; member in struct:__anon12764
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditInputBar.c70 CHAR16 *Buffer; local
83 Buffer = mReturnString;
85 Buffer = mReturnString + Size - Limit;
90 ShellPrintEx (((INT32)mPromptLen), ((INT32)LastRow) - 1, L"%s", Buffer);
91 Size = StrLen (Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.c191 UINT8 Buffer[1024]; local
274 if (LibGetSmbiosStructure (&Handle, Buffer, &Length) != DMI_SUCCESS) {
278 SmbiosStruct.Raw = Buffer;
301 DumpHex (0, 0, Length, Buffer);
367 UINT8 Buffer[1024]; local
420 if (LibGetSmbiosStructure (&Handle, Buffer, &Length) != DMI_SUCCESS) {
424 SmbiosStruct.Raw = Buffer;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCp.c70 VOID *Buffer; local
175 Buffer = AllocateZeroPool(ReadSize);
176 ASSERT(Buffer != NULL);
178 Status = ShellReadFile(SourceHandle, &ReadSize, Buffer);
180 Status = ShellWriteFile(DestHandle, &ReadSize, Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/
H A DVBoxDebugLib.c241 DebugClearMemory(OUT VOID *Buffer, IN UINTN Length) argument
243 return Buffer;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmidles.h68 unsigned char *Buffer; member in struct:_MIDL_ES_MESSAGE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmidles.h68 unsigned char *Buffer; member in struct:_MIDL_ES_MESSAGE
/vbox/include/VBox/HGSMI/
H A DHGSMIDefs.h56 #define HGSMI_BUFFER_HEADER_F_SEQ_MASK 0x03 /* Buffer sequence type mask. */
81 } Buffer; member in union:HGSMIBUFFERHEADER::__anon5
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DRuntimeMemAllocation.c274 @param[in] Buffer Pointer to the buffer to free.
279 IN VOID *Buffer
285 StartOffset = (UINTN) ((UINT8 *)Buffer - mRTPageTable->DataAreaBase);
353 VOID *Buffer; local
358 Buffer = AllocateRuntimePool (MIN_REQUIRED_BLOCKS * 1024);
359 Status = InitializeScratchMemory (Buffer, MIN_REQUIRED_BLOCKS * 1024);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DCommPs2.c480 @param Buffer Buffer receive data of mouse
489 OUT VOID *Buffer,
518 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_DATA_PORT, 1, Buffer);
521 Buffer = (UINT8 *) Buffer + 1;
741 @param Data Buffer holding return value
787 @param Data Buffer holding return value.
487 PS2MouseRead( IN EFI_ISA_IO_PROTOCOL *IsaIo, OUT VOID *Buffer, IN OUT UINTN *BufSize, IN UINTN State ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DCommPs2.c480 @param Buffer Buffer receive data of mouse
489 OUT VOID *Buffer,
518 IsaIo->Io.Read (IsaIo, EfiIsaIoWidthUint8, KBC_DATA_PORT, 1, Buffer);
521 Buffer = (UINT8 *) Buffer + 1;
740 @param Data Buffer holding return value
786 @param Data Buffer holding return value.
487 PS2MouseRead( IN EFI_ISA_IO_PROTOCOL *IsaIo, OUT VOID *Buffer, IN OUT UINTN *BufSize, IN UINTN State ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DMisc.c449 VOID *Buffer; local
539 Status = gBS->AllocatePool (EfiLoaderData, Size, &Buffer);
545 // Buffer. This will be the argument stack for the call into the Undi Loader
547 StackPointer = (UINT16 *) Buffer;
556 StackPointer = (UINT16 *) Buffer;
728 Buffer, // Reference to Stack
759 // FreePool (Buffer);
836 VOID *Buffer; local
887 &Buffer
893 BPtr = (UINT16 *) Buffer;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
H A DAcpiS3Save.c82 VOID* Buffer; local
95 Buffer = (VOID *) (UINTN) Address;
96 ZeroMem (Buffer, Size);
98 return Buffer;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupportAcpiSupportProtocol.c68 @param Buffer Pointer to buffer to checksum
76 IN VOID *Buffer,
1606 @param Buffer Pointer to buffer to checksum
1615 IN VOID *Buffer,
1627 Ptr = Buffer;
1643 Ptr = Buffer;
1614 AcpiPlatformChecksum( IN VOID *Buffer, IN UINTN Size, IN UINTN ChecksumOffset ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DHotkey.c374 UINT16 Buffer[10]; local
434 UnicodeSPrint (Buffer, sizeof (Buffer), L"Boot%04x", Hotkey->BootOptionNumber);
435 mHotkeyBootOption = BdsLibVariableToOption (&BootLists, Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c24 @param Buffer Buffer data.
25 @param BufferSize Buffer Size.
36 IN UINT8 *Buffer,
46 PtrBuf = Buffer;
47 PtrEnd = (UINTN)Buffer + BufferSize;
69 Length = (UINTN) PtrBuf - (UINTN) Buffer + 2;
71 Length = (UINTN) PtrBuf - (UINTN) Buffer + 1;
81 CopyMem (LineBuffer, Buffer, Length);
87 Trim Buffer b
35 ProfileGetLine( IN UINT8 *Buffer, IN UINTN BufferSize, IN OUT UINT8 *LineBuffer, IN OUT UINTN *LineSize ) argument
96 ProfileTrim( IN OUT UINT8 *Buffer, IN OUT UINTN *BufferSize ) argument
180 ProfileGetComments( IN UINT8 *Buffer, IN UINTN BufferSize, IN OUT COMMENT_LINE **CommentHead ) argument
223 ProfileGetSection( IN UINT8 *Buffer, IN UINTN BufferSize, IN OUT SECTION_ITEM **SectionHead ) argument
309 ProfileGetEntry( IN UINT8 *Buffer, IN UINTN BufferSize, IN OUT SECTION_ITEM **SectionHead ) argument
578 UpdateValueToString( IN OUT UINT8 *Buffer, IN INT64 Value ) argument
670 UINT8 *Buffer; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFirmwareVolume.h128 and returns data in Buffer.
133 @param Buffer The pointer to pointer to buffer in which contents of file are returned.
135 If Buffer is NULL, only type, attributes, and size
138 If Buffer != NULL and *Buffer == NULL, the output
141 If Buffer != NULL and *Buffer != NULL, the output
167 IN OUT VOID **Buffer,
175 Read the requested section from the specified file and returns data in Buffer.
181 @param Buffer Pointe
228 VOID *Buffer; member in struct:__anon10708
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c64 CHAR16 *Buffer; local
73 Buffer = (CHAR16 *) AllocatePool(BufferSize);
74 ASSERT (Buffer != NULL);
76 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
82 Status = Console->OutputString (Console, Buffer);
88 FreePool (Buffer);
200 CHAR16 *Buffer; local
208 Buffer = (CHAR16 *) AllocatePool(BufferSize);
209 ASSERT (Buffer != NULL);
211 Return = UnicodeVSPrintAsciiFormat (Buffer, BufferSiz
341 InternalPrintGraphic( IN UINTN PointX, IN UINTN PointY, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background, IN CHAR16 *Buffer, IN UINTN PrintNum ) argument
609 CHAR16 *Buffer; local
688 CHAR16 *Buffer; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaBus.h114 // Buffer for the execution of ATA pass through protocol
155 UINT8 *Buffer; member in struct:__anon10811
201 @param Buffer The aligned buffer to be freed.
207 IN VOID *Buffer,
267 @param[in, out] Buffer The pointer to the current transaction buffer.
280 IN OUT UINT8 *Buffer,
294 @param Buffer The pointer to the current transaction buffer.
319 IN OUT VOID *Buffer,
607 Read BufferSize bytes from Lba into Buffer.
612 @param BufferSize Size of Buffer, mus
[all...]
H A DAtaPassThruExecute.c444 @param[in, out] Buffer The pointer to the current transaction buffer.
462 IN OUT VOID *Buffer,
507 Packet->OutDataBuffer = Buffer;
510 Packet->InDataBuffer = Buffer;
618 AtaTask->Buffer,
657 @param[in, out] Buffer The pointer to the current transaction buffer.
670 IN OUT UINT8 *Buffer,
718 AtaTask->Buffer = Buffer;
805 Status = TransferAtaDevice (AtaDevice, &SubTask->Packet, Buffer, StartLb
459 TransferAtaDevice( IN OUT ATA_DEVICE *AtaDevice, IN OUT EFI_ATA_PASS_THRU_COMMAND_PACKET *TaskPacket, OPTIONAL IN OUT VOID *Buffer, IN EFI_LBA StartLba, IN UINT32 TransferLength, IN BOOLEAN IsWrite, IN EFI_EVENT Event OPTIONAL ) argument
668 AccessAtaDevice( IN OUT ATA_DEVICE *AtaDevice, IN OUT UINT8 *Buffer, IN EFI_LBA StartLba, IN UINTN NumberOfBlocks, IN BOOLEAN IsWrite, IN OUT EFI_BLOCK_IO2_TOKEN *Token ) argument
885 TrustTransferAtaDevice( IN OUT ATA_DEVICE *AtaDevice, IN OUT VOID *Buffer, IN UINT8 SecurityProtocolId, IN UINT16 SecurityProtocolSpecificData, IN UINTN TransferLength, IN BOOLEAN IsTrustSend, IN UINT64 Timeout, OUT UINTN *TransferLengthOut ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c22 @param BufferSize On input the size of Buffer in bytes. On output with a return
23 code of EFI_SUCCESS, the amount of data transferred to Buffer.
25 the size of Buffer required to retrieve the requested file.
26 @param Buffer The memory buffer to transfer the file to. If Buffer is NULL,
42 IN VOID *Buffer OPTIONAL
102 if (Buffer == NULL || *BufferSize < ImageLength) {
108 CopyMem (Buffer, ImageBuffer, ImageLength);
130 if (Buffer == NULL || *BufferSize < DestinationSize) {
145 Buffer,
667 VOID *Buffer; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciSched.c36 VOID *Buffer; local
57 &Buffer,
68 Buffer,
79 Uhc->FrameBase = (UINT32 *) (UINTN) Buffer;
155 Uhc->PciIo->FreeBuffer (Uhc->PciIo, Pages, Buffer);
456 // It also set CRC/Timeout/NAK/Buffer Error/BitStuff Error
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVol.c67 @param Data Pointer to Buffer that the data will be read into.
186 UINT8 *Buffer; local
216 Buffer = (UINT8 *)*FwVolHeader + sizeof (EFI_FIRMWARE_VOLUME_HEADER);
217 Status = ReadFvbData (Fvb, &StartLba, &Offset, FvhLength, Buffer);
657 // Free FvDevice Buffer for the corrupt FV image.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.c1310 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *Buffer; local
1348 Buffer = AllocatePool (Size);
1349 if (Buffer == NULL) {
1360 Buffer[Count].AgentHandle = OpenData->AgentHandle;
1361 Buffer[Count].ControllerHandle = OpenData->ControllerHandle;
1362 Buffer[Count].Attributes = OpenData->Attributes;
1363 Buffer[Count].OpenCount = OpenData->OpenCount;
1366 *EntryBuffer = Buffer;
1416 EFI_GUID **Buffer; local
1451 Buffer
[all...]

Completed in 107 milliseconds

1234567891011>>