Searched refs:pszBootable (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp961 const char *pszBootable = NULL; local
1028 pszBootable = ValueUnion.psz;
1224 if ( pszBootable
1229 if (!RTStrICmp(pszBootable, "on"))
1233 else if (!RTStrICmp(pszBootable, "off"))
1239 errorArgument("Invalid --bootable argument '%s'", pszBootable);

Completed in 44 milliseconds