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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp2960 const Utf8Str &hdcVBox = vsdeHDCSATA.front()->strVBoxCurrent; local
2961 if (hdcVBox == "AHCI")
2971 hdcVBox.c_str());
2986 const Utf8Str &hdcVBox = vsdeHDCSCSI.front()->strVBoxCurrent; local
2987 if (hdcVBox == "LsiLogic")
2989 else if (hdcVBox == "LsiLogicSas")
2996 else if (hdcVBox == "BusLogic")
3001 hdcVBox.c_str());

Completed in 53 milliseconds