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

/vbox/src/VBox/Devices/Storage/
H A DDrvSCSI.cpp109 } DRVSCSI, *PDRVSCSI; typedef in typeref:struct:DRVSCSI
111 /** Converts a pointer to DRVSCSI::ISCSIConnector to a PDRVSCSI. */
112 #define PDMISCSICONNECTOR_2_DRVSCSI(pInterface) ( (PDRVSCSI)((uintptr_t)pInterface - RT_OFFSETOF(DRVSCSI, ISCSIConnector)) )
113 /** Converts a pointer to DRVSCSI::IPortAsync to a PDRVSCSI. */
114 #define PDMIBLOCKASYNCPORT_2_DRVSCSI(pInterface) ( (PDRVSCSI)((uintptr_t)pInterface - RT_OFFSETOF(DRVSCSI, IPortAsync)) )
115 /** Converts a pointer to DRVSCSI::IMountNotify to PDRVSCSI. */
116 #define PDMIMOUNTNOTIFY_2_DRVSCSI(pInterface) ( (PDRVSCSI)((uintptr_t)pInterface - RT_OFFSETOF(DRVSCSI, IMountNotify)) )
117 /** Converts a pointer to DRVSCSI::IPort to a PDRVSCSI. */
118 #define PDMIBLOCKPORT_2_DRVSCSI(pInterface) ( (PDRVSCSI)((uintptr_t)pInterface - RT_OFFSETOF(DRVSCSI, IPort)) )
132 static int drvscsiProcessRequestOne(PDRVSCSI pThi
[all...]

Completed in 43 milliseconds