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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp94 const char *pszHotPluggable = NULL; local
211 pszHotPluggable = ValueUnion.psz;
868 if ( pszHotPluggable
877 if (!RTStrICmp(pszHotPluggable, "on"))
882 else if (!RTStrICmp(pszHotPluggable, "off"))
888 throw Utf8StrFmt("Invalid --hotpluggable argument '%s'", pszHotPluggable);

Completed in 45 milliseconds