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

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp2359 PSOLARISDVD pDrive = (PSOLARISDVD)RTMemAllocZ(sizeof(SOLARISDVD)); local
2360 if (RT_LIKELY(pDrive))
2362 RTStrPrintf(pDrive->szDescription, sizeof(pDrive->szDescription),
2364 RTStrCopy(pDrive->szRawDiskPath, sizeof(pDrive->szRawDiskPath), pszDevLinkPath);
2366 pDrive->pNext = *ppDrives;
2367 *ppDrives = pDrive;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3863 PCFGMNODE pDrive = CFGMR3GetChild(pCfg, g_apszIDEDrives[uLUN]); local
3864 if (!pDrive)
3865 InsertConfigNode(pCfg, g_apszIDEDrives[uLUN], &pDrive);
3868 CFGMR3RemoveValue(pDrive, "NonRotationalMedium");
3869 InsertConfigInteger(pDrive, "NonRotationalMedium", !!fNonRotational);
3874 PCFGMNODE pDrive = CFGMR3GetChild(pCfg, strPort.c_str()); local
3875 if (!pDrive)
3876 InsertConfigNode(pCfg, strPort.c_str(), &pDrive);
3879 CFGMR3RemoveValue(pDrive, "NonRotationalMedium");
3880 InsertConfigInteger(pDrive, "NonRotationalMediu
[all...]

Completed in 76 milliseconds