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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.cpp524 { "mediumproperty", USAGE_MEDIUMPROPERTY, handleMediumProperty },
525 { "hdproperty", USAGE_MEDIUMPROPERTY, handleMediumProperty }, /* backward compatibility */
H A DVBoxManage.h106 #define USAGE_MEDIUMPROPERTY RT_BIT_64(60) macro
H A DVBoxManageHelp.cpp629 if (fCategory & USAGE_MEDIUMPROPERTY)
H A DVBoxManageDisk.cpp1601 return errorSyntax(USAGE_MEDIUMPROPERTY, "Missing action");
1607 return errorSyntax(USAGE_MEDIUMPROPERTY, "Invalid action given: %s", pszAction);
1613 return errorSyntax(USAGE_MEDIUMPROPERTY, "Invalid number of arguments given for action: %s", pszAction);

Completed in 2888 milliseconds