Searched defs:AllocateBuffer (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDeviceIo.h221 Frees pages that were allocated with AllocateBuffer().
229 AllocateBuffer().
261 EFI_IO_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_DEVICE_IO_PROTOCOL
H A DPciRootBridgeIo.h306 Frees memory that was allocated with AllocateBuffer().
314 was not allocated with AllocateBuffer().
436 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
H A DPciIo.h364 Frees memory that was allocated with AllocateBuffer().
372 was not allocated with AllocateBuffer().
532 EFI_PCI_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_PCI_IO_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Protocol/
H A DIsaIo.h190 However, only memory allocated via the EFI_ISA_IO_PROTOCOL.AllocateBuffer() interface
293 Frees a common buffer that was allocated with EFI_ISA_IO_PROTOCOL.AllocateBuffer().
340 EFI_ISA_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_ISA_IO_PROTOCOL
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DPciRootBridgeIo.h293 Frees memory that was allocated with AllocateBuffer().
301 was not allocated with AllocateBuffer().
423 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
H A DPciIo.h366 Frees memory that was allocated with AllocateBuffer().
374 was not allocated with AllocateBuffer().
534 EFI_PCI_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_PCI_IO_PROTOCOL
/vbox/src/libs/xpcom18a4/python/src/module/
H A D_xpcom.cpp497 PyObject *AllocateBuffer(PyObject *self, PyObject *args) function
688 {"AllocateBuffer", AllocateBuffer, 1},
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c314 @param AllocateBuffer Indicates whether the stream buffer is to be copied
328 IN BOOLEAN AllocateBuffer,
344 if (AllocateBuffer) {
325 OpenSectionStreamEx( IN UINTN SectionStreamLength, IN VOID *SectionStream, IN BOOLEAN AllocateBuffer, IN UINT32 AuthenticationStatus, OUT UINTN *SectionStreamHandle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c306 @param AllocateBuffer Indicates whether the stream buffer is to be
338 IN BOOLEAN AllocateBuffer,
354 if (AllocateBuffer) {
335 OpenSectionStreamEx( IN UINTN SectionStreamLength, IN VOID *SectionStream, IN BOOLEAN AllocateBuffer, IN UINT32 AuthenticationStatus, OUT UINTN *SectionStreamHandle ) argument

Completed in 80 milliseconds