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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp959 const char *pszCtlType = NULL; local
1002 pszCtlType = ValueUnion.psz;
1115 if ( pszCtlType
1125 if (!RTStrICmp(pszCtlType, "lsilogic"))
1129 else if (!RTStrICmp(pszCtlType, "buslogic"))
1133 else if (!RTStrICmp(pszCtlType, "intelahci"))
1137 else if (!RTStrICmp(pszCtlType, "piix3"))
1141 else if (!RTStrICmp(pszCtlType, "piix4"))
1145 else if (!RTStrICmp(pszCtlType, "ich6"))
1149 else if (!RTStrICmp(pszCtlType, "i8207
[all...]

Completed in 166 milliseconds