Lines Matching defs:hdc
544 HardDiskController hdc;
545 hdc.system = HardDiskController::IDE;
546 hdc.idController = i.ulInstanceID;
547 hdc.strControllerType = i.strResourceSubType;
549 hdc.lAddress = i.lAddress;
553 hdc.fPrimary = true;
560 && hdc.lAddress == 1
564 hdc.fPrimary = false;
567 && hdc.lAddress == 0
571 hdc.fPrimary = false;
575 hdc.fPrimary = false;
578 vsys.mapControllers[i.ulInstanceID] = hdc;
594 HardDiskController hdc;
595 hdc.system = HardDiskController::SCSI;
596 hdc.idController = i.ulInstanceID;
597 hdc.strControllerType = i.strResourceSubType;
599 vsys.mapControllers[i.ulInstanceID] = hdc;
667 HardDiskController hdc;
668 hdc.system = HardDiskController::SATA;
669 hdc.idController = i.ulInstanceID;
670 hdc.strControllerType = i.strResourceSubType;
672 vsys.mapControllers[i.ulInstanceID] = hdc;