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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp94 typedef struct BUSLOGICDEVICE struct
132 } BUSLOGICDEVICE, *PBUSLOGICDEVICE; typedef in typeref:struct:BUSLOGICDEVICE
443 BUSLOGICDEVICE aDeviceStates[BUSLOGIC_MAX_DEVICES];
970 #define PDMIBASE_2_PBUSLOGICDEVICE(pInterface) ( (PBUSLOGICDEVICE)((uintptr_t)(pInterface) - RT_OFFSETOF(BUSLOGICDEVICE, IBase)) )
971 #define PDMISCSIPORT_2_PBUSLOGICDEVICE(pInterface) ( (PBUSLOGICDEVICE)((uintptr_t)(pInterface) - RT_OFFSETOF(BUSLOGICDEVICE, ISCSIPort)) )
972 #define PDMILEDPORTS_2_PBUSLOGICDEVICE(pInterface) ( (PBUSLOGICDEVICE)((uintptr_t)(pInterface) - RT_OFFSETOF(BUSLOGICDEVICE, ILed)) )

Completed in 61 milliseconds