Searched refs:pszArgs (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/HostServices/GuestControl/
H A Dgctrl.h26 int gctrlPrepareExecArgv(char *pszArgs, void **ppvList, uint32_t *pcbList, uint32_t *pcArgs);
H A Dgctrl.cpp57 int gctrlPrepareExecArgv(char *pszArgs, void **ppvList, uint32_t *pcbList, uint32_t *pcArgs) argument
61 int rc = RTGetOptArgvFromString(&ppaArg, &iArgs, pszArgs, NULL);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFInfo.cpp50 static DECLCALLBACK(void) dbgfR3InfoHelp(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
673 * @param pszArgs Arguments, optional.
676 static DECLCALLBACK(int) dbgfR3Info(PUVM pUVM, VMCPUID idCpu, const char *pszName, const char *pszArgs, PCDBGFINFOHLP pHlp) argument
682 AssertPtrNullReturn(pszArgs, VERR_INVALID_POINTER);
718 rc = VMR3ReqCallVoidWaitU(pUVM, idCpu, (PFNRT)Info.u.Dev.pfnHandler, 3, Info.u.Dev.pDevIns, pHlp, pszArgs);
720 Info.u.Dev.pfnHandler(Info.u.Dev.pDevIns, pHlp, pszArgs);
725 rc = VMR3ReqCallVoidWaitU(pUVM, idCpu, (PFNRT)Info.u.Drv.pfnHandler, 3, Info.u.Drv.pDrvIns, pHlp, pszArgs);
727 Info.u.Drv.pfnHandler(Info.u.Drv.pDrvIns, pHlp, pszArgs);
734 rc = VMR3ReqCallVoidWaitU(pUVM, idCpu, (PFNRT)Info.u.Int.pfnHandler, 3, pUVM->pVM, pHlp, pszArgs);
736 Info.u.Int.pfnHandler(pUVM->pVM, pHlp, pszArgs);
771 DBGFR3Info(PUVM pUVM, const char *pszName, const char *pszArgs, PCDBGFINFOHLP pHlp) argument
789 DBGFR3InfoEx(PUVM pUVM, VMCPUID idCpu, const char *pszName, const char *pszArgs, PCDBGFINFOHLP pHlp) argument
807 DBGFR3InfoLogRel(PUVM pUVM, const char *pszName, const char *pszArgs) argument
821 DBGFR3InfoStdErr(PUVM pUVM, const char *pszName, const char *pszArgs) argument
863 const char *pszArgs = ""; local
974 dbgfR3InfoHelp(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
[all...]
H A DPGMHandler.cpp535 * @param pszArgs The arguments. phys or virt.
537 DECLCALLBACK(void) pgmR3InfoHandlers(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
543 bool fPhysical = !pszArgs || !*pszArgs;
548 bool fAll = strstr(pszArgs, "all") != NULL;
549 fPhysical = fAll || strstr(pszArgs, "phys") != NULL;
550 fVirtual = fAll || strstr(pszArgs, "virt") != NULL;
551 fHyper = fAll || strstr(pszArgs, "hyper")!= NULL;
552 Args.fStats = strstr(pszArgs, "nost") == NULL;
H A DDBGFR3Trace.cpp43 static DECLCALLBACK(void) dbgfR3TraceInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
434 static DECLCALLBACK(void) dbgfR3TraceInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
445 NOREF(pszArgs);
H A DCPUM.cpp103 static DECLCALLBACK(void) cpumR3InfoAll(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
104 static DECLCALLBACK(void) cpumR3InfoGuest(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
105 static DECLCALLBACK(void) cpumR3InfoGuestInstr(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
106 static DECLCALLBACK(void) cpumR3InfoHyper(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
107 static DECLCALLBACK(void) cpumR3InfoHost(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
1683 * @param pszArgs Arguments, ignored.
1685 static DECLCALLBACK(void) cpumR3InfoAll(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
1687 cpumR3InfoGuest(pVM, pHlp, pszArgs);
1688 cpumR3InfoGuestInstr(pVM, pHlp, pszArgs);
1689 cpumR3InfoHyper(pVM, pHlp, pszArgs);
1704 cpumR3InfoParseArg(const char *pszArgs, CPUMDUMPTYPE *penmType, const char **ppszComment) argument
1742 cpumR3InfoGuest(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
1767 cpumR3InfoGuestInstr(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
1790 cpumR3InfoHyper(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
1811 cpumR3InfoHost(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
[all...]
H A DPDM.cpp2773 * @param pszArgs The optional user arguments.
2777 static DECLCALLBACK(void) pdmR3InfoTracingIds(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
2782 if ( pszArgs
2783 && *pszArgs
2784 && strcmp(pszArgs, "all")
2785 && strcmp(pszArgs, "devices")
2786 && strcmp(pszArgs, "drivers")
2787 && strcmp(pszArgs, "usb"))
2789 pHlp->pfnPrintf(pHlp, "Unable to grok '%s'\n", pszArgs);
2792 bool fAll = !pszArgs || !*pszArg
[all...]
H A DVMMGuruMeditation.cpp625 const char *pszArgs; member in struct:__anon16864
648 aInfo[i].pszInfo, aInfo[i].pszArgs);
649 DBGFR3Info(pVM->pUVM, aInfo[i].pszInfo, aInfo[i].pszArgs, pHlp);
H A DPGM.cpp655 static DECLCALLBACK(void) pgmR3PhysInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
656 static DECLCALLBACK(void) pgmR3InfoMode(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
657 static DECLCALLBACK(void) pgmR3InfoCr3(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
2661 * @param pszArgs "all" (default), "guest", "shadow" or "host".
2663 static DECLCALLBACK(void) pgmR3InfoMode(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
2667 if (pszArgs)
2668 pszArgs = RTStrStripL(pszArgs);
2669 if (!pszArgs || !*pszArgs || strst
2720 pgmR3PhysInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
2747 pgmR3InfoCr3(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
[all...]
H A DIOM.cpp132 static DECLCALLBACK(void) iomR3IOPortInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
133 static DECLCALLBACK(void) iomR3MMIOInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
1305 * @param pszArgs Arguments, ignored.
1307 static DECLCALLBACK(void) iomR3IOPortInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
1309 NOREF(pszArgs);
1716 * @param pszArgs Arguments, ignored.
1718 static DECLCALLBACK(void) iomR3MMIOInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
1720 NOREF(pszArgs);
H A DSELM.cpp100 static DECLCALLBACK(void) selmR3InfoGdt(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
101 static DECLCALLBACK(void) selmR3InfoGdtGuest(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
102 static DECLCALLBACK(void) selmR3InfoLdt(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
103 static DECLCALLBACK(void) selmR3InfoLdtGuest(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
104 //static DECLCALLBACK(void) selmR3InfoTss(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
105 //static DECLCALLBACK(void) selmR3InfoTssGuest(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
2558 * @param pszArgs Arguments, ignored.
2560 static DECLCALLBACK(void) selmR3InfoGdt(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
2562 NOREF(pszArgs);
2592 * @param pszArgs Argument
2594 selmR3InfoGdtGuest(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
2637 selmR3InfoLdt(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
2662 selmR3InfoLdtGuest(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
[all...]
/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp52 char *pszArgs, unsigned *piArg, unsigned *pcArgs);
410 * @param pszArgs The start of the arguments (after parenthesis).
416 static int dbgcEvalSubCall(PDBGC pDbgc, char *pszFuncNm, size_t cchFuncNm, bool fExternal, char *pszArgs, size_t cchArgs, argument
431 pszArgs[cchArgs] = '\0';
434 pszArgs, &iArg, &cArgs);
1051 char *pszArgs, unsigned *piArg, unsigned *pcArgs)
1053 Log2(("dbgcProcessArguments: pszCmdOrFunc=%s pszArgs='%s'\n", pszCmdOrFunc, pszArgs));
1061 while (*pszArgs && RT_C_IS_BLANK(*pszArgs))
1048 dbgcProcessArguments(PDBGC pDbgc, const char *pszCmdOrFunc, uint32_t const cArgsMin, uint32_t const cArgsMax, PCDBGCVARDESC const paVarDescs, uint32_t const cVarDescs, char *pszArgs, unsigned *piArg, unsigned *pcArgs) argument
1337 char *pszArgs = pszCmd; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2misc.c370 char *pszArgs = NULL;
380 pszArgs = pszFormatResult + cbArg0 + 1;
381 sprintf(pszArgs, pszFormatString, path, cmdLine);
390 pszArgs = pszFormatResult + cbArg0 + 1;
391 strcpy(pszArgs, cmdLine);
396 pszArgs[strlen(pszArgs) + 1] = '\0';
/vbox/src/VBox/Devices/Audio/
H A DDevIchHdaCodec.h133 DECLR3CALLBACKMEMBER(void, pfnCodecDbgListNodes, (PHDACODEC pThis, PCDBGFINFOHLP pHlp, const char *pszArgs));
134 DECLR3CALLBACKMEMBER(void, pfnCodecDbgSelector, (PHDACODEC pThis, PCDBGFINFOHLP pHlp, const char *pszArgs));
/vbox/include/VBox/vmm/
H A Ddbgf.h466 * @param pszArgs Argument string. Optional and specific to the handler.
468 typedef DECLCALLBACK(void) FNDBGFHANDLERDEV(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs);
477 * @param pszArgs Argument string. Optional and specific to the handler.
479 typedef DECLCALLBACK(void) FNDBGFHANDLERUSB(PPDMUSBINS pUsbIns, PCDBGFINFOHLP pHlp, const char *pszArgs);
488 * @param pszArgs Argument string. Optional and specific to the handler.
490 typedef DECLCALLBACK(void) FNDBGFHANDLERDRV(PPDMDRVINS pDrvIns, PCDBGFINFOHLP pHlp, const char *pszArgs);
499 * @param pszArgs Argument string. Optional and specific to the handler.
501 typedef DECLCALLBACK(void) FNDBGFHANDLERINT(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);
510 * @param pszArgs Argument string. Optional and specific to the handler.
512 typedef DECLCALLBACK(void) FNDBGFHANDLEREXT(void *pvUser, PCDBGFINFOHLP pHlp, const char *pszArgs);
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dlibslirp.h95 void slirp_info(PNATState pData, const void *pvArg, const char *pszArgs);
/vbox/src/VBox/Devices/Network/
H A DDrvTAP.cpp543 char *pszArgs[3]; local
544 pszArgs[0] = pThis->pszTerminateApplication;
545 pszArgs[1] = pThis->pszDeviceName;
546 pszArgs[2] = NULL;
550 int rc = RTProcCreate(pszArgs[0], pszArgs, RTENV_DEFAULT, 0, &pid);
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp104 VMMR3DECL(int) DBGFR3Info(PUVM pUVM, const char *pszName, const char *pszArgs, PCDBGFINFOHLP pHlp) argument
108 VMMR3DECL(int) DBGFR3InfoEx(PUVM pUVM, VMCPUID idCpu, const char *pszName, const char *pszArgs, PCDBGFINFOHLP pHlp) argument
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrv-os2.cpp89 * @param pszArgs Pointer to the device arguments.
91 DECLASM(int) VBoxDrvInit(const char *pszArgs) argument
99 Log(("VBoxDrvInit: pszArgs=%s\n", pszArgs));
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-os2.cpp124 * @param pszArgs Pointer to the device arguments.
126 DECLASM(int) VBoxGuestOS2Init(const char *pszArgs) argument
128 Log(("VBoxGuestOS2Init: pszArgs='%s' MMIO=0x%RX32 IOPort=0x%RX16 Int=%#x Bus=%#x Dev=%#x Fun=%d\n",
129 pszArgs, g_PhysMMIOBase, g_IOPortBase, g_bInterruptLine, g_bPciBusNo, g_bPciDevFunNo >> 3, g_bPciDevFunNo & 7));
/vbox/src/VBox/Devices/PC/
H A DDevLPC.cpp179 * @param pszArgs Argument string. Optional and specific to the handler.
181 static DECLCALLBACK(void) lpcInfo(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
/vbox/src/VBox/Main/src-client/
H A DGuestProcessImpl.cpp1023 char *pszArgs = NULL; local
1043 vrc = RTGetOptArgvToString(&pszArgs, papszArgv, RTGETOPTARGV_CNV_QUOTE_MS_CRT);
1057 cbArgs = pszArgs ? strlen(pszArgs) + 1 : 0; /* Include terminating zero. */
1078 paParms[i++].setPointer((void*)pszArgs, (uint32_t)cbArgs);
1121 if (pszArgs)
1122 RTStrFree(pszArgs);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp4072 static DECLCALLBACK(void) vgaInfoState(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
4080 NOREF(pszArgs);
4229 static DECLCALLBACK(void) vgaInfoText(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
4237 if (pszArgs && *pszArgs)
4239 if (!strcmp(pszArgs, "all"))
4241 else if (!strcmp(pszArgs, "scr") || !strcmp(pszArgs, "screen"))
4245 pHlp->pfnPrintf(pHlp, "Invalid argument: '%s'\n", pszArgs);
4302 static DECLCALLBACK(void) vgaInfoSR(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
4319 vgaInfoCR(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
4343 vgaInfoGR(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
4363 vgaInfoAR(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
4385 vgaInfoDAC(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
4401 vgaInfoVBE(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
4433 vgaInfoPlanar(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dshobjidl.idl739 [out, size_is(cch)] LPSTR pszArgs,
742 HRESULT SetArguments( [in] LPCSTR pszArgs );
806 [out, size_is(cch)] LPWSTR pszArgs,
809 HRESULT SetArguments( [in] LPCWSTR pszArgs );
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h528 DECLCALLBACK(void) cpumR3CpuIdInfo(PVM pVM, PCDBGFINFOHLP pHlp, const char *pszArgs);

Completed in 208 milliseconds

123