Searched refs:pszAction (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcInternal.h42 int supSvcLogGetOptError(const char *pszAction, int rc, int argc, char **argv, int iArg, PCRTOPTIONUNION pValue);
43 int supSvcLogTooManyArgsError(const char *pszAction, int argc, char **argv, int iArg);
46 int supSvcDisplayGetOptError(const char *pszAction, int rc, int argc, char **argv, int iArg, PCRTOPTIONUNION pValue);
47 int supSvcDisplayTooManyArgsError(const char *pszAction, int argc, char **argv, int iArg);
H A DSUPSvc.cpp349 * @param pszAction The action name.
356 int supSvcLogGetOptError(const char *pszAction, int rc, int argc, char **argv, int iArg, PCRTOPTIONUNION pValue) argument
359 pszAction, rc, rc, iArg < argc ? argv[iArg] : "<null>");
368 * @param pszAction The action name.
373 int supSvcLogTooManyArgsError(const char *pszAction, int argc, char **argv, int iArg) argument
376 supSvcLogError("%s - Too many arguments: %s", pszAction, argv[iArg]);
416 * @param pszAction The action name.
423 int supSvcDisplayGetOptError(const char *pszAction, int rc, int argc, char **argv, int iArg, PCRTOPTIONUNION pValue)
426 pszAction, rc, rc, iArg < argc ? argv[iArg] : "<null>");
435 * @param pszAction Th
[all...]
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart.h270 * @param pszAction The action name.
277 DECLHIDDEN(RTEXITCODE) autostartSvcLogGetOptError(const char *pszAction, int rc, int argc, char **argv, int iArg, PCRTGETOPTUNION pValue);
283 * @param pszAction The action name.
288 DECLHIDDEN(RTEXITCODE) autostartSvcLogTooManyArgsError(const char *pszAction, int argc, char **argv, int iArg);
310 * @param pszAction The action name.
317 DECLHIDDEN(RTEXITCODE) autostartSvcDisplayGetOptError(const char *pszAction, int rc, int argc, char **argv, int iArg, PCRTGETOPTUNION pValue);
323 * @param pszAction The action name.
328 DECLHIDDEN(RTEXITCODE) autostartSvcDisplayTooManyArgsError(const char *pszAction, int argc, char **argv, int iArg);
H A DVBoxAutostartUtils.cpp188 DECLHIDDEN(RTEXITCODE) autostartSvcLogGetOptError(const char *pszAction, int rc, int argc, char **argv, int iArg, PCRTGETOPTUNION pValue) argument
192 pszAction, rc, rc, iArg < argc ? argv[iArg] : "<null>");
196 DECLHIDDEN(RTEXITCODE) autostartSvcLogTooManyArgsError(const char *pszAction, int argc, char **argv, int iArg) argument
199 autostartSvcLogError("%s - Too many arguments: %s", pszAction, argv[iArg]);
220 DECLHIDDEN(RTEXITCODE) autostartSvcDisplayGetOptError(const char *pszAction, int rc, int argc, char **argv, int iArg, PCRTGETOPTUNION pValue)
223 pszAction, rc, rc, iArg < argc ? argv[iArg] : "<null>");
227 DECLHIDDEN(RTEXITCODE) autostartSvcDisplayTooManyArgsError(const char *pszAction, int argc, char **argv, int iArg)
230 autostartSvcDisplayError("%s - Too many arguments: %s\n", pszAction, argv[iArg]);
H A DVBoxAutostart-win.cpp73 static SC_HANDLE autostartSvcWinOpenSCManager(const char *pszAction, DWORD dwAccess);
193 * @param pszAction The action which is requesting access to SCM.
196 static SC_HANDLE autostartSvcWinOpenSCManager(const char *pszAction, DWORD dwAccess) argument
205 autostartSvcDisplayError("%s - OpenSCManager failure: access denied\n", pszAction);
208 autostartSvcDisplayError("%s - OpenSCManager failure: %d\n", pszAction, err);
224 * @param pszAction The action which is requesting access to the service.
230 static SC_HANDLE autostartSvcWinOpenService(const char *pszAction, DWORD dwSCMAccess, DWORD dwSVCAccess, argument
233 SC_HANDLE hSCM = autostartSvcWinOpenSCManager(pszAction, dwSCMAccess);
257 autostartSvcDisplayError("%s - OpenService failure: access denied\n", pszAction);
260 autostartSvcDisplayError("%s - OpenService failure: The service does not exist. Reinstall it.\n", pszAction);
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPSvc-win.cpp71 static SC_HANDLE supSvcWinOpenSCManager(const char *pszAction, DWORD dwAccess);
82 * @param pszAction The action which is requesting access to SCM.
85 static SC_HANDLE supSvcWinOpenSCManager(const char *pszAction, DWORD dwAccess) argument
94 supSvcDisplayError("%s - OpenSCManager failure: access denied\n", pszAction);
97 supSvcDisplayError("%s - OpenSCManager failure: %d\n", pszAction, err);
113 * @param pszAction The action which is requesting access to the service.
119 static SC_HANDLE supSvcWinOpenService(const char *pszAction, DWORD dwSCMAccess, DWORD dwSVCAccess, argument
122 SC_HANDLE hSCM = supSvcWinOpenSCManager(pszAction, dwSCMAccess);
146 supSvcDisplayError("%s - OpenService failure: access denied\n", pszAction);
149 supSvcDisplayError("%s - OpenService failure: The service does not exist. Reinstall it.\n", pszAction);
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp1570 const char *pszAction = NULL; local
1603 pszAction = a->argv[0];
1604 if ( RTStrICmp(pszAction, "set")
1605 && RTStrICmp(pszAction, "get")
1606 && RTStrICmp(pszAction, "delete"))
1607 return errorSyntax(USAGE_MEDIUMPROPERTY, "Invalid action given: %s", pszAction);
1609 if ( ( !RTStrICmp(pszAction, "set")
1611 || ( RTStrICmp(pszAction, "set")
1613 return errorSyntax(USAGE_MEDIUMPROPERTY, "Invalid number of arguments given for action: %s", pszAction);
1632 if (!RTStrICmp(pszAction, "se
[all...]
H A DVBoxManageList.cpp531 const char *pszAction = "<invalid>"; local
535 pszAction = "Ignore";
538 pszAction = "Hold";
543 RTPrintf("Action: %s\n", pszAction);
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp182 static char* rtS3Canonicalize(const char* pszAction, const char* pszBucket, const char* pszKey, char** papszHeadEnts, size_t cHeadEnts) argument
189 pszAction,
210 static char* rtS3CreateSignature(PRTS3INTERNAL pS3Int, const char* pszAction, const char* pszBucket, const char* pszKey, argument
214 char* pszSig = rtS3Canonicalize(pszAction, pszBucket, pszKey, papszHeadEnts, cHeadEnts);
232 static char* rtS3CreateAuthHeader(PRTS3INTERNAL pS3Int, const char* pszAction, const char* pszBucket, const char* pszKey, argument
237 char *pszSigBase64Enc = rtS3CreateSignature(pS3Int, pszAction, pszBucket, pszKey, papszHeadEnts, cHeadEnts);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp3182 const char *pszAction = "Encrypting"; local
3185 pszAction = "Decrypting";
3190 BstrFmt(tr("%s medium '%s'"), pszAction, m->strLocationFull.c_str()).raw(),

Completed in 108 milliseconds