Searched refs:USAGECATEGORY (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManage.h | 130 typedef uint64_t USAGECATEGORY; typedef 172 void printUsage(USAGECATEGORY fCategory, uint32_t fSubCategory, PRTSTREAM pStrm); 173 RTEXITCODE errorSyntax(USAGECATEGORY fCategory, const char *pszFormat, ...); 174 RTEXITCODE errorSyntaxEx(USAGECATEGORY fCategory, uint32_t fSubCategory, const char *pszFormat, ...); 175 RTEXITCODE errorGetOpt(USAGECATEGORY fCategory, int rc, union RTGETOPTUNION const *pValueUnion); 176 RTEXITCODE errorGetOptEx(USAGECATEGORY fCategory, uint32_t fSubCategory, int rc, union RTGETOPTUNION const *pValueUnion); 179 void printUsageInternal(USAGECATEGORY fCategory, PRTSTREAM pStrm);
|
H A D | VBoxManageHelp.cpp | 49 void printUsage(USAGECATEGORY fCategory, uint32_t fSubCategory, PRTSTREAM pStrm) 881 RTEXITCODE errorSyntax(USAGECATEGORY fCategory, const char *pszFormat, ...) 901 RTEXITCODE errorSyntaxEx(USAGECATEGORY fCategory, uint32_t fSubCategory, const char *pszFormat, ...) 927 RTEXITCODE errorGetOptEx(USAGECATEGORY fCategory, uint32_t fSubCategory, int rc, union RTGETOPTUNION const *pValueUnion) 987 RTEXITCODE errorGetOpt(USAGECATEGORY fCategory, int rc, union RTGETOPTUNION const *pValueUnion)
|
H A D | VBoxManage.cpp | 514 USAGECATEGORY help;
|
H A D | VBoxInternalManage.cpp | 135 void printUsageInternal(USAGECATEGORY u64Cmd, PRTSTREAM pStrm)
|
Completed in 3112 milliseconds