Searched defs:cbSession (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp431 * @param cbSession The size of the session structure. The size of
436 int VBOXCALL supdrvInitDevExt(PSUPDRVDEVEXT pDevExt, size_t cbSession) argument
513 pDevExt->cbSession = (uint32_t)cbSession;
715 pSession = *ppSession = (PSUPDRVSESSION)RTMemAllocZ(pDevExt->cbSession);
H A DSUPDrvInternal.h579 uint32_t cbSession; member in struct:SUPDRVDEVEXT
935 int VBOXCALL supdrvInitDevExt(PSUPDRVDEVEXT pDevExt, size_t cbSession);

Completed in 59 milliseconds