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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp2937 const char *pcszIDEType = vsdeHDCIDE.front()->strVBoxCurrent.c_str(); local
2938 if (!strcmp(pcszIDEType, "PIIX3"))
2940 else if (!strcmp(pcszIDEType, "PIIX4"))
2942 else if (!strcmp(pcszIDEType, "ICH6"))
2947 pcszIDEType);

Completed in 56 milliseconds