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

/vbox/src/VBox/Devices/Storage/
H A DDrvSCSIHost.cpp47 typedef struct DRVSCSIHOST struct
66 } DRVSCSIHOST, *PDRVSCSIHOST; typedef in typeref:struct:DRVSCSIHOST
68 /** Converts a pointer to DRVSCSIHOST::ISCSIConnecotr to a PDRVSCSIHOST. */
69 #define PDMISCSICONNECTOR_2_DRVSCSIHOST(pInterface) ( (PDRVSCSIHOST)((uintptr_t)pInterface - RT_OFFSETOF(DRVSCSIHOST, ISCSIConnector)) )
517 sizeof(DRVSCSIHOST),

Completed in 45 milliseconds