Searched refs:fSubCategory (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageHelp.cpp49 void printUsage(USAGECATEGORY fCategory, uint32_t fSubCategory, PRTSTREAM pStrm) argument
753 usageGuestControl(pStrm, SEP, fSubCategory);
901 RTEXITCODE errorSyntaxEx(USAGECATEGORY fCategory, uint32_t fSubCategory, const char *pszFormat, ...) argument
909 printUsage(fCategory, fSubCategory, g_pStdErr);
923 * @param fSubCategory The usage sub-category of the command.
927 RTEXITCODE errorGetOptEx(USAGECATEGORY fCategory, uint32_t fSubCategory, int rc, union RTGETOPTUNION const *pValueUnion) argument
945 printUsage(fCategory, fSubCategory, g_pStdOut);
958 printUsage(fCategory, fSubCategory, g_pStdErr);
H A DVBoxManage.h172 void printUsage(USAGECATEGORY fCategory, uint32_t fSubCategory, PRTSTREAM pStrm);
174 RTEXITCODE errorSyntaxEx(USAGECATEGORY fCategory, uint32_t fSubCategory, const char *pszFormat, ...);
176 RTEXITCODE errorGetOptEx(USAGECATEGORY fCategory, uint32_t fSubCategory, int rc, union RTGETOPTUNION const *pValueUnion);
214 extern void usageGuestControl(PRTSTREAM pStrm, const char *pcszSep1, const char *pcszSep2, uint32_t fSubCategory);

Completed in 59 milliseconds