Searched refs:USAGE_MEDIUMPROPERTY (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManage.cpp | 524 { "mediumproperty", USAGE_MEDIUMPROPERTY, handleMediumProperty }, 525 { "hdproperty", USAGE_MEDIUMPROPERTY, handleMediumProperty }, /* backward compatibility */
|
H A D | VBoxManage.h | 106 #define USAGE_MEDIUMPROPERTY RT_BIT_64(60) macro
|
H A D | VBoxManageHelp.cpp | 629 if (fCategory & USAGE_MEDIUMPROPERTY)
|
H A D | VBoxManageDisk.cpp | 1601 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 41 milliseconds