Searched refs:USAGE_CLONEMEDIUM (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManage.cpp | 532 { "clonemedium", USAGE_CLONEMEDIUM, handleCloneMedium }, 533 { "clonehd", USAGE_CLONEMEDIUM, handleCloneMedium }, /* backward compatibility */ 534 { "clonevdi", USAGE_CLONEMEDIUM, handleCloneMedium }, /* backward compatibility */
|
H A D | VBoxManageDisk.cpp | 752 return errorSyntax(USAGE_CLONEMEDIUM, "Only one command can be specified: '%s'", ValueUnion.psz); 758 return errorSyntax(USAGE_CLONEMEDIUM, "Only one command can be specified: '%s'", ValueUnion.psz); 764 return errorSyntax(USAGE_CLONEMEDIUM, "Only one command can be specified: '%s'", ValueUnion.psz); 796 return errorSyntax(USAGE_CLONEMEDIUM, "Invalid parameter '%s'", ValueUnion.psz); 803 return errorSyntax(USAGE_CLONEMEDIUM, "unhandled option: -%c", c); 805 return errorSyntax(USAGE_CLONEMEDIUM, "unhandled option: %i", c); 808 return errorSyntax(USAGE_CLONEMEDIUM, "unknown option: %s", ValueUnion.psz); 810 return errorSyntax(USAGE_CLONEMEDIUM, "%s: %Rrs", ValueUnion.pDef->pszLong, c); 812 return errorSyntax(USAGE_CLONEMEDIUM, "error: %Rrs", c); 819 return errorSyntax(USAGE_CLONEMEDIUM, "Mandator [all...] |
H A D | VBoxManage.h | 58 #define USAGE_CLONEMEDIUM RT_BIT_64(15) macro
|
H A D | VBoxManageHelp.cpp | 621 if (fCategory & USAGE_CLONEMEDIUM)
|
Completed in 912 milliseconds