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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp958 const char *pszBusType = NULL; local
993 pszBusType = ValueUnion.psz;
1068 if (pszBusType)
1072 if (!RTStrICmp(pszBusType, "ide"))
1078 else if (!RTStrICmp(pszBusType, "sata"))
1084 else if (!RTStrICmp(pszBusType, "scsi"))
1090 else if (!RTStrICmp(pszBusType, "floppy"))
1096 else if (!RTStrICmp(pszBusType, "sas"))
1102 else if (!RTStrICmp(pszBusType, "usb"))
1110 errorArgument("Invalid --add argument '%s'", pszBusType);
[all...]

Completed in 35 milliseconds