Searched refs:USAGE_EXPORTAPPLIANCE (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageAppliance.cpp | 980 return errorSyntax(USAGE_EXPORTAPPLIANCE, "You can only specify --output once."); 1011 return errorSyntax(USAGE_EXPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong); 1017 return errorSyntax(USAGE_EXPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong); 1023 return errorSyntax(USAGE_EXPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong); 1029 return errorSyntax(USAGE_EXPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong); 1035 return errorSyntax(USAGE_EXPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong); 1041 return errorSyntax(USAGE_EXPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong); 1047 return errorSyntax(USAGE_EXPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong); 1053 return errorSyntax(USAGE_EXPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong); 1078 return errorSyntax(USAGE_EXPORTAPPLIANCE, "unhandle [all...] |
H A D | VBoxManage.h | 89 #define USAGE_EXPORTAPPLIANCE RT_BIT_64(45) macro
|
H A D | VBoxManageHelp.cpp | 419 if (fCategory & USAGE_EXPORTAPPLIANCE)
|
H A D | VBoxManage.cpp | 563 { "export", USAGE_EXPORTAPPLIANCE, handleExportAppliance },
|
Completed in 2719 milliseconds