Searched refs:ExAllocatePool (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthe-nt-kernel.h72 # define ExAllocatePoolWithTag(a,b,c) ExAllocatePool(a,b)
75 # undef ExAllocatePool macro
76 NTKERNELAPI PVOID NTAPI ExAllocatePool(IN POOL_TYPE PoolType, IN SIZE_T NumberOfBytes);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DSysHlp.h56 * The same for ExAllocatePool.
58 #undef ExAllocatePool macro
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.h187 * on NT4, so... The same for ExAllocatePool.
189 # undef ExAllocatePool macro
H A DVBoxGuest-win.cpp34 * on NT4, so... The same for ExAllocatePool.
37 # undef ExAllocatePool macro
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp38 #undef ExAllocatePool macro
1807 PINITEXT pInit = (PINITEXT)ExAllocatePool(NonPagedPool, sizeof(INITEXT));
1833 registryPath.Buffer = (PWSTR)ExAllocatePool(PagedPool, RegistryPath->Length + sizeof(UNICODE_NULL));
1864 DevNameSuff.Buffer = (PWSTR)ExAllocatePool(PagedPool, DevNameSuff.MaximumLength);
1875 KbdNameFull.Buffer = (PWSTR)ExAllocatePool(PagedPool, KbdNameFull.MaximumLength);
1917 resourceDeviceClass.Buffer = (PWSTR)ExAllocatePool(PagedPool, resourceDeviceClass.MaximumLength);
1977 ExAllocatePool(NonPagedPool, pDevExt->Cfg.KbdAttr.InputDataQueueLength);
1996 MouNameFull.Buffer = (PWSTR)ExAllocatePool(PagedPool, MouNameFull.MaximumLength);
2030 (PMOUSE_INPUT_DATA)ExAllocatePool(NonPagedPool, pDevExt->Cfg.MouAttr.InputDataQueueLength);
2252 *pResList = (PCM_RESOURCE_LIST)ExAllocatePool(PagedPoo
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbMon.cpp727 WCHAR *pId = (WCHAR *)ExAllocatePool(PagedPool, sizeof(szDeviceTextDescription));
780 pId = (WCHAR *)ExAllocatePool(PagedPool, sizeof(szBusQueryDeviceId));
783 WARN(("ExAllocatePool failed"));
820 pId = (WCHAR *)ExAllocatePool(PagedPool, sizeof(szBusQueryHardwareIDs));
823 WARN(("ExAllocatePool failed"));
874 pId = (WCHAR *)ExAllocatePool(PagedPool, sizeof(szBusQueryCompatibleIDs));
877 WARN(("ExAllocatePool failed"));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h1088 PVOID WINAPI ExAllocatePool(POOL_TYPE,SIZE_T);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h1201 PVOID WINAPI ExAllocatePool(POOL_TYPE,SIZE_T);

Completed in 93 milliseconds