Searched defs:pszSetupApplication (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDrvTAP.cpp96 char *pszSetupApplication; member in struct:DRVTAP
489 RTStrPrintf(szCommand, sizeof(szCommand), "%s %s", pThis->pszSetupApplication,
498 pThis->pszSetupApplication, strerror(errno)));
812 MMR3HeapFree(pThis->pszSetupApplication);
813 pThis->pszSetupApplication = NULL;
859 pThis->pszSetupApplication = NULL;
911 rc = CFGMR3QueryStringAlloc(pCfg, "TAPSetupApplication", &pThis->pszSetupApplication);
914 if (!RTPathExists(pThis->pszSetupApplication))
916 N_("Invalid TAP setup program path: %s"), pThis->pszSetupApplication);
936 if (pThis->pszSetupApplication)
[all...]

Completed in 43 milliseconds