Searched defs:ulSize (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPCommon.cpp22 int VBoxMPCmnMapAdapterMemory(PVBOXMP_COMMON pCommon, void **ppv, uint32_t ulOffset, uint32_t ulSize) argument
26 LOGF(("0x%08X[0x%X]", ulOffset, ulSize));
28 if (!ulSize)
38 ULONG VideoRamLength = ulSize;
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsfhlp.c242 PVOID vbsfAllocNonPagedMem (ULONG ulSize) argument
252 pMemory = ExAllocatePoolWithTag(NonPagedPool, ulSize, 'LFHS');
256 RtlZeroMemory(pMemory, ulSize);
258 Log(("vbsfAllocNonPagedMem: Allocated %d bytes of memory at %p.\n", ulSize, pMemory));
264 Log(("vbsfAllocNonPagedMem: ERROR: Could not allocate %d bytes of memory!\n", ulSize));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPIOCTL.cpp267 ULONG ulSize = VBoxMPXpdmGetVideoModesCount(pExt)*sizeof(VIDEO_MODE_INFORMATION); local
268 pStatus->Information = ulSize;
269 VideoPortMoveMemory(pModes, VBoxMPCmnGetVideoModeInfo(pExt, 0), ulSize);
H A DVBoxMPInternal.cpp54 ULONG ulSize = ulAvailable / pCommon->cDisplays; local
56 ulSize &= ~0xFFF;
58 LOG(("cbVRAM = 0x%08X, cDisplays = %d, ulSize = 0x%08X, ulSize * cDisplays = 0x%08X, slack = 0x%08X",
60 ulSize, ulSize * pCommon->cDisplays,
61 ulAvailable - ulSize * pCommon->cDisplays));
64 pPrimaryExt->u.primary.ulMaxFrameBufferSize = ulSize;
/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c102 ULONG ulSize; member in struct:__anon16413
110 ULONG ulSize; member in struct:__anon16414
339 # define IsBadReadPointer(pBase, ulSize) (FALSE)
340 # define IsBadWritePointer(pBase, ulSize) (FALSE)
342 static BOOL IsBadReadPointer(PVOID pBase, ULONG ulSize) argument
346 rc = DosQueryMem(pBase, &ulSize, &ulFlags);
351 static BOOL IsBadWritePointer(PVOID pBase, ULONG ulSize) argument
355 rc = DosQueryMem(pBase, &ulSize, &ulFlags);
412 ULONG ulSize; local
421 ulSize
488 ULONG ulCnt,ulSize; local
567 ULONG Index, ulFunction, ulSize; local
[all...]

Completed in 61 milliseconds