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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp95 const char *pszBandwidthGroup = NULL; local
220 pszBandwidthGroup = ValueUnion.psz;
338 else if (pszBandwidthGroup)
894 if ( pszBandwidthGroup
899 if (!RTStrICmp(pszBandwidthGroup, "none"))
914 CHECK_ERROR(bwCtrl, GetBandwidthGroup(Bstr(pszBandwidthGroup).raw(), bwGroup.asOutParam()));

Completed in 45 milliseconds