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

/vbox/src/VBox/Main/src-client/
H A DEmulatedUSBImpl.cpp58 static DECLCALLBACK(int) emulatedWebcamAttach(PUVM pUVM, EUSBWEBCAM *pThis, const char *pszDriver);
100 const char *pszDriver);
148 /* static */ DECLCALLBACK(int) EUSBWEBCAM::emulatedWebcamAttach(PUVM pUVM, EUSBWEBCAM *pThis, const char *pszDriver) argument
164 CFGMR3InsertString(pLunL0, "Driver", pszDriver);
305 const char *pszDriver)
311 pUVM, this, pszDriver);
449 const char *pszDriver,
492 hrc = p->Attach(m.pConsole, ptrVM.rawUVM(), pszDriver);
303 Attach(Console *pConsole, PUVM pUVM, const char *pszDriver) argument
447 i_webcamAttachInternal(const com::Utf8Str &aPath, const com::Utf8Str &aSettings, const char *pszDriver, void *pvObject) argument
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevice.cpp979 * @param pszDriver The name of the driver which to detach. If NULL
987 const char *pszDriver, unsigned iOccurance, uint32_t fFlags)
989 LogFlow(("PDMR3DriverDetach: pszDevice=%p:{%s} iDevIns=%u iLun=%u pszDriver=%p:{%s} iOccurance=%u fFlags=%#x\n",
990 pszDevice, pszDevice, iDevIns, iLun, pszDriver, pszDriver, iOccurance, fFlags));
996 AssertPtrNull(pszDriver);
997 Assert(iOccurance == 0 || pszDriver);
1013 if (pszDriver)
1017 if (!strcmp(pDrvIns->pReg->szName, pszDriver))
1053 * @param pszDriver Th
986 PDMR3DriverDetach(PUVM pUVM, const char *pszDevice, unsigned iDevIns, unsigned iLun, const char *pszDriver, unsigned iOccurance, uint32_t fFlags) argument
1070 PDMR3DriverReattach(PUVM pUVM, const char *pszDevice, unsigned iDevIns, unsigned iLun, const char *pszDriver, unsigned iOccurance, uint32_t fFlags, PCFGMNODE pCfg, PPPDMIBASE ppBase) argument
[all...]
H A DPDM.cpp2317 * @param pszDriver The driver name.
2323 VMMR3DECL(int) PDMR3QueryDriverOnLun(PUVM pUVM, const char *pszDevice, unsigned iInstance, unsigned iLun, const char *pszDriver, PPPDMIBASE ppBase) argument
2325 LogFlow(("PDMR3QueryDriverOnLun: pszDevice=%p:{%s} iInstance=%u iLun=%u pszDriver=%p:{%s} ppBase=%p\n",
2326 pszDevice, pszDevice, iInstance, iLun, pszDriver, pszDriver, ppBase));
2340 if (!strcmp(pDrvIns->pReg->szName, pszDriver))
H A DPDMUsb.cpp1380 * @param pszDriver The name of the driver which to detach. If NULL
1388 const char *pszDriver, unsigned iOccurance, uint32_t fFlags)
1390 LogFlow(("PDMR3UsbDriverDetach: pszDevice=%p:{%s} iDevIns=%u iLun=%u pszDriver=%p:{%s} iOccurance=%u fFlags=%#x\n",
1391 pszDevice, pszDevice, iDevIns, iLun, pszDriver, iOccurance, fFlags));
1397 AssertPtrNull(pszDriver);
1398 Assert(iOccurance == 0 || pszDriver);
1414 if (pszDriver)
1418 if (!strcmp(pDrvIns->pReg->szName, pszDriver))
1387 PDMR3UsbDriverDetach(PUVM pUVM, const char *pszDevice, unsigned iDevIns, unsigned iLun, const char *pszDriver, unsigned iOccurance, uint32_t fFlags) argument
/vbox/src/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.cpp593 char *pszDriver, *pszInstance; local
594 pszDriver = strrchr(szBuf, '"');
595 if (pszDriver)
597 *pszDriver = '\0';
598 pszDriver = strrchr(szBuf, '"');
599 if (pszDriver)
601 *pszDriver++ = '\0';
610 strInstName = pszDriver;
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp737 const char *pszDriver = NULL; local
738 rc = usbReadStr(pszValue, &pszDriver);
739 if ( !pszDriver
740 || !*pszDriver
741 || !strcmp(pszDriver, "(none)")
742 || !strcmp(pszDriver, "(no driver)"))
744 else if (!strcmp(pszDriver, "hub"))
748 RTStrFree((char *)pszDriver);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp4205 * @param pszDriver The driver name.
4207 static bool supR3HardenedWinDriverExists(const char *pszDriver) argument
4250 && RTUtf16ICmpAscii(pObjDir->Name.Buffer, pszDriver) == 0)
4962 const char *pszDriver; member in struct:__anon16398
5203 if (RTUtf16ICmpAscii(pObjDir->Name.Buffer, s_aDrivers[i].pszDriver) == 0)
5206 SUP_DPRINTF(("Found driver %s (%#x)\n", s_aDrivers[i].pszDriver, s_aDrivers[i].fAdversary));

Completed in 74 milliseconds