Lines Matching refs:pDrive
3863 PCFGMNODE pDrive = CFGMR3GetChild(pCfg, g_apszIDEDrives[uLUN]);
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());
3875 if (!pDrive)
3876 InsertConfigNode(pCfg, strPort.c_str(), &pDrive);
3879 CFGMR3RemoveValue(pDrive, "NonRotationalMedium");
3880 InsertConfigInteger(pDrive, "NonRotationalMedium", !!fNonRotational);