Searched refs:errorGetOptEx (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageHelp.cpp927 RTEXITCODE errorGetOptEx(USAGECATEGORY fCategory, uint32_t fSubCategory, int rc, union RTGETOPTUNION const *pValueUnion) function
989 return errorGetOptEx(fCategory, ~0U, rc, pValueUnion);
H A DVBoxManageGuestCtrl.cpp894 errorGetOptEx(USAGE_GUESTCONTROL, uUsage, ch, &ValueUnion);
1273 return errorGetOptEx(USAGE_GUESTCONTROL, USAGE_GSTCTRL_EXEC, ch, &ValueUnion);
2487 return errorGetOptEx(USAGE_GUESTCONTROL, uUsage, ch, &ValueUnion);
2711 return errorGetOptEx(USAGE_GUESTCONTROL, USAGE_GSTCTRL_CREATEDIR, ch, &ValueUnion);
2774 return errorGetOptEx(USAGE_GUESTCONTROL, USAGE_GSTCTRL_REMOVEDIR, ch, &ValueUnion);
2857 return errorGetOptEx(USAGE_GUESTCONTROL, USAGE_GSTCTRL_REMOVEFILE, ch, &ValueUnion);
2927 return errorGetOptEx(USAGE_GUESTCONTROL, USAGE_GSTCTRL_RENAME, ch, &ValueUnion);
3088 return errorGetOptEx(USAGE_GUESTCONTROL, USAGE_GSTCTRL_CREATETEMP, ch, &ValueUnion);
3172 return errorGetOptEx(USAGE_GUESTCONTROL, USAGE_GSTCTRL_STAT, ch, &ValueUnion);
3284 return errorGetOptEx(USAGE_GUESTCONTRO
[all...]
H A DVBoxManage.h176 RTEXITCODE errorGetOptEx(USAGECATEGORY fCategory, uint32_t fSubCategory, int rc, union RTGETOPTUNION const *pValueUnion);

Completed in 84 milliseconds