/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/ |
H A D | UsbHcMem.c | 23 @param Pool The buffer pool to allocate memory for. 31 IN USBHC_MEM_POOL *Pool, 43 PciIo = Pool->PciIo; 100 if (Pool->Check4G && (Pool->Which4G != USB_HC_HIGH_32BIT (MappedAddr))) { 124 @param Pool The memory pool to free the block from. 130 IN USBHC_MEM_POOL *Pool, 136 ASSERT ((Pool != NULL) && (Block != NULL)); 138 PciIo = Pool->PciIo; 227 @param Pool Th 30 UsbHcAllocMemBlock( IN USBHC_MEM_POOL *Pool, IN UINTN Pages ) argument 129 UsbHcFreeMemBlock( IN USBHC_MEM_POOL *Pool, IN USBHC_MEM_BLOCK *Block ) argument 234 UsbHcGetPciAddressForHostMem( IN USBHC_MEM_POOL *Pool, IN VOID *Mem, IN UINTN Size ) argument 364 USBHC_MEM_POOL *Pool; local 431 UsbHcAllocateMem( IN USBHC_MEM_POOL *Pool, IN UINTN Size ) argument 506 UsbHcFreeMem( IN USBHC_MEM_POOL *Pool, IN VOID *Mem, IN UINTN Size ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/ |
H A D | UsbHcMem.c | 24 @param Pool The buffer pool to allocate memory for. 33 IN USBHC_MEM_POOL *Pool, 96 if (Pool->Check4G && (Pool->Which4G != USB_HC_HIGH_32BIT (MappedAddr))) { 112 @param Pool The memory pool to free the block from. 118 IN USBHC_MEM_POOL *Pool, 122 ASSERT ((Pool != NULL) && (Block != NULL)); 287 USBHC_MEM_POOL *Pool; local 304 Pool = (USBHC_MEM_POOL *) ((UINTN) TempPtr); 306 Pool 31 UsbHcAllocMemBlock( IN PEI_USB2_HC_DEV *Ehc, IN USBHC_MEM_POOL *Pool, IN UINTN Pages ) argument 117 UsbHcFreeMemBlock( IN USBHC_MEM_POOL *Pool, IN USBHC_MEM_BLOCK *Block ) argument 361 UsbHcAllocateMem( IN PEI_USB2_HC_DEV *Ehc, IN USBHC_MEM_POOL *Pool, IN UINTN Size ) argument 434 UsbHcFreeMem( IN USBHC_MEM_POOL *Pool, IN VOID *Mem, IN UINTN Size ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/ |
H A D | UsbHcMem.c | 22 @param Pool The buffer pool to allocate memory for. 30 IN USBHC_MEM_POOL *Pool, 42 PciIo = Pool->PciIo; 99 if (Pool->Check4G && (Pool->Which4G != USB_HC_HIGH_32BIT (MappedAddr))) { 123 @param Pool The memory pool to free the block from. 129 IN USBHC_MEM_POOL *Pool, 135 ASSERT ((Pool != NULL) && (Block != NULL)); 137 PciIo = Pool->PciIo; 226 @param Pool Th 29 UsbHcAllocMemBlock( IN USBHC_MEM_POOL *Pool, IN UINTN Pages ) argument 128 UsbHcFreeMemBlock( IN USBHC_MEM_POOL *Pool, IN USBHC_MEM_BLOCK *Block ) argument 233 UsbHcGetPciAddressForHostMem( IN USBHC_MEM_POOL *Pool, IN VOID *Mem, IN UINTN Size ) argument 362 USBHC_MEM_POOL *Pool; local 429 UsbHcAllocateMem( IN USBHC_MEM_POOL *Pool, IN UINTN Size ) argument 504 UsbHcFreeMem( IN USBHC_MEM_POOL *Pool, IN VOID *Mem, IN UINTN Size ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/ |
H A D | Pool.c | 73 // Pool header for each memory type. 120 POOL *Pool; local 134 Pool = CR(Link, POOL, Link, POOL_SIGNATURE); 135 if (Pool->MemoryType == MemoryType) { 136 return Pool; 140 Pool = CoreAllocatePoolI (EfiBootServicesData, sizeof (POOL)); 141 if (Pool == NULL) { 145 Pool->Signature = POOL_SIGNATURE; 146 Pool->Used = 0; 147 Pool 238 POOL *Pool; local 408 POOL *Pool; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/ |
H A D | PiHob.h | 446 EFI_HOB_MEMORY_POOL *Pool; member in union:__anon11995
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/ |
H A D | PiHob.h | 445 EFI_HOB_MEMORY_POOL *Pool; member in union:__anon15597
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/ |
H A D | UhcPeim.c | 2838 @param Pool Buffer pointer to store the buffer pointer. 2848 OUT UINT8 **Pool, 2859 *Pool = NULL; 2877 (VOID **) Pool, 2909 (VOID **) Pool, 2919 @param Pool Buffer pointer to store the buffer pointer. 2929 OUT VOID **Pool, 3045 *Pool = MemoryHeader->MemoryBlockPtr + (FoundBytePos * 8 + FoundBitPos) * 32; 3051 Uhci Free Pool. 3054 @param Pool 2846 UhcAllocatePool( IN USB_UHC_DEV *UhcDev, OUT UINT8 **Pool, IN UINTN AllocSize ) argument 2927 AllocMemInMemoryBlock( IN MEMORY_MANAGE_HEADER *MemoryHeader, OUT VOID **Pool, IN UINTN NumberOfMemoryUnit ) argument 3059 UhcFreePool( IN USB_UHC_DEV *UhcDev, IN UINT8 *Pool, IN UINTN AllocSize ) argument [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | utils.c | 2131 const char* debug_d3dpool(WINED3DPOOL Pool) { argument 2132 switch (Pool) { 2140 FIXME("Unrecognized %u WINED3DPOOL!\n", Pool);
|
H A D | device.c | 700 UINT Size, DWORD Usage, WINED3DPOOL Pool, IWineD3DBuffer **ppVertexBuffer, 708 iface, Size, Usage, Pool, ppVertexBuffer, parent, parent_ops); 710 if (Pool == WINED3DPOOL_SCRATCH) 729 Pool, GL_ARRAY_BUFFER_ARB, NULL, parent, parent_ops); 744 UINT Length, DWORD Usage, WINED3DPOOL Pool, IWineD3DBuffer **ppIndexBuffer, 763 WINED3DFMT_UNKNOWN, Pool, GL_ELEMENT_ARRAY_BUFFER_ARB, NULL, 809 DWORD Usage, WINED3DPOOL Pool, WINED3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, 824 ppSurface, debug_d3dusage(Usage), Usage, debug_d3dpool(Pool), Pool, MultiSample, MultisampleQuality); 841 Discard, MultiSample, MultisampleQuality, This, Usage, Format, Pool, paren 699 IWineD3DDeviceImpl_CreateVertexBuffer(IWineD3DDevice *iface, UINT Size, DWORD Usage, WINED3DPOOL Pool, IWineD3DBuffer **ppVertexBuffer, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument 743 IWineD3DDeviceImpl_CreateIndexBuffer(IWineD3DDevice *iface, UINT Length, DWORD Usage, WINED3DPOOL Pool, IWineD3DBuffer **ppIndexBuffer, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument 807 IWineD3DDeviceImpl_CreateSurface(IWineD3DDevice *iface, UINT Width, UINT Height, WINED3DFORMAT Format, BOOL Lockable, BOOL Discard, UINT Level, IWineD3DSurface **ppSurface, DWORD Usage, WINED3DPOOL Pool, WINED3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, WINED3DSURFTYPE Impl, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void *pvClientMem ) argument 884 IWineD3DDeviceImpl_CreateTexture(IWineD3DDevice *iface, UINT Width, UINT Height, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DTexture **ppTexture, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void **pavClientMem ) argument 930 IWineD3DDeviceImpl_CreateVolumeTexture(IWineD3DDevice *iface, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DVolumeTexture **ppVolumeTexture, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void **pavClientMem ) argument 974 IWineD3DDeviceImpl_CreateVolume(IWineD3DDevice *iface, UINT Width, UINT Height, UINT Depth, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DVolume **ppVolume, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void *pvClientMem ) argument 1017 IWineD3DDeviceImpl_CreateCubeTexture(IWineD3DDevice *iface, UINT EdgeLength, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DCubeTexture **ppCubeTexture, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void **pavClientMem ) argument [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/ |
H A D | device.c | 813 UINT Usage, D3DPOOL Pool, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality) 822 Usage, Pool, MultiSample, MultisampleQuality); 832 Level, Usage, Pool, MultiSample, MultisampleQuality); 811 IDirect3DDevice8Impl_CreateSurface(LPDIRECT3DDEVICE8 iface, UINT Width, UINT Height, D3DFORMAT Format, BOOL Lockable, BOOL Discard, UINT Level, IDirect3DSurface8 **ppSurface, UINT Usage, D3DPOOL Pool, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality) argument
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
H A D | device.c | 572 pool = volume_desc.Pool; 577 pool = index_desc.Pool; 582 pool = vertex_desc.Pool; 1197 UINT Usage, D3DPOOL Pool, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality 1211 Usage, Pool, MultiSample, MultisampleQuality); 1222 Level, Usage, Pool, MultiSample, MultisampleQuality 1406 static HRESULT WINAPI IDirect3DDevice9Impl_CreateOffscreenPlainSurface(LPDIRECT3DDEVICE9EX iface, UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSurface9 **ppSurface, HANDLE* pSharedHandle) { argument 1410 iface, Width, Height, Format, Pool, ppSurface, pSharedHandle); 1412 if(Pool == D3DPOOL_MANAGED ){ 1425 0 /* Level */, ppSurface, 0 /* Usage (undefined/none) */, (WINED3DPOOL)Pool, D3DMULTISAMPLE_NON 1195 IDirect3DDevice9Impl_CreateSurface(LPDIRECT3DDEVICE9EX iface, UINT Width, UINT Height, D3DFORMAT Format, BOOL Lockable, BOOL Discard, UINT Level, IDirect3DSurface9 **ppSurface, UINT Usage, D3DPOOL Pool, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality , HANDLE *shared_handle , void *pvClientMem ) argument [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | d3d8types.h | 1061 D3DPOOL Pool; member in struct:_D3DINDEXBUFFER_DESC 1179 D3DPOOL Pool; member in struct:_D3DSURFACE_DESC 1197 D3DPOOL Pool; member in struct:_D3DVERTEXBUFFER_DESC 1215 D3DPOOL Pool; member in struct:_D3DVOLUME_DESC
|
H A D | d3d9types.h | 1363 D3DPOOL Pool; member in struct:_D3DINDEXBUFFER_DESC 1486 D3DPOOL Pool; member in struct:_D3DSURFACE_DESC 1504 D3DPOOL Pool; member in struct:_D3DVERTEXBUFFER_DESC 1522 D3DPOOL Pool; member in struct:_D3DVOLUME_DESC
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | d3d8types.h | 1061 D3DPOOL Pool; member in struct:_D3DINDEXBUFFER_DESC 1176 D3DPOOL Pool; member in struct:_D3DSURFACE_DESC 1194 D3DPOOL Pool; member in struct:_D3DVERTEXBUFFER_DESC 1212 D3DPOOL Pool; member in struct:_D3DVOLUME_DESC
|
H A D | d3d9types.h | 1359 D3DPOOL Pool; member in struct:_D3DINDEXBUFFER_DESC 1482 D3DPOOL Pool; member in struct:_D3DSURFACE_DESC 1500 D3DPOOL Pool; member in struct:_D3DVERTEXBUFFER_DESC 1518 D3DPOOL Pool; member in struct:_D3DVOLUME_DESC
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | wined3d.h | 2283 WINED3DPOOL Pool; member in struct:_WINED3DVOLUME_DESC 2386 WINED3DPOOL Pool; member in struct:_WINED3DBUFFER_DESC
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | wined3d.h | 2284 WINED3DPOOL Pool; member in struct:_WINED3DVOLUME_DESC 2387 WINED3DPOOL Pool; member in struct:_WINED3DBUFFER_DESC
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 2283 WINED3DPOOL Pool; member in struct:_WINED3DVOLUME_DESC 2386 WINED3DPOOL Pool; member in struct:_WINED3DBUFFER_DESC
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | wined3d.h | 2278 WINED3DPOOL Pool; member in struct:_WINED3DVOLUME_DESC 2381 WINED3DPOOL Pool; member in struct:_WINED3DBUFFER_DESC
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 2283 WINED3DPOOL Pool; member in struct:_WINED3DVOLUME_DESC 2386 WINED3DPOOL Pool; member in struct:_WINED3DBUFFER_DESC
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |