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

/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpci_tools.h160 uint8_t ctlr; /* controller number - from kernel */ member in struct:pcitool_intr_get
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp211 StorageControllerType_T ctlr; local
212 rc = pIDEController->COMGETTER(ControllerType)(&ctlr);
214 switch(ctlr)
250 StorageControllerType_T ctlr; local
251 rc = pSCSIController->COMGETTER(ControllerType)(&ctlr);
255 switch(ctlr)

Completed in 54 milliseconds