Lines Matching full:targets
11 use mrw::Targets;
26 my $targets = Targets->new;
27 $targets->loadXML($serverwizFile);
29 my @inventory = Inventory::getInventory($targets);
55 for my $target (keys %{$targets->getAllTargets()})
57 my $connections = $targets->findConnections($target, "TACH");
69 my $fru = Util::getEnclosingFru($targets, $tach->{SOURCE});
76 my $part = $targets->getTargetParent($tach->{SOURCE});
77 my $zone = $targets->getAttribute($part, "COOLING_ZONE");
85 if (!$targets->isBadAttribute($part, "COOLING_ZONE_PROFILE"))
87 $profile = $targets->getAttribute($part,
111 my @hwmons = Util::getChildUnitsWithTargetType($targets,
116 my $name = $targets->getAttributeField($hwmons[0],