Lines Matching full:targets
7 use mrw::Targets;
31 my $targets = Targets->new;
32 $targets->loadXML($mrwFile);
36 my @inventory = Inventory::getInventory($targets);
55 my $bmc = Util::getBMCTarget($targets);
56 my $connections = $targets->findConnections($bmc, "I2C");
57 # hash of arrays - {I2C master port : list of connected slave Targets}
63 my $port = $targets->getAttribute($master,"I2C_PORT");
73 my $addr = $targets->getAttribute($s,"I2C_ADDRESS");
80 my $fru = Util::getEnclosingFru($targets, $s);
90 for my $target (keys %{$targets->getAllTargets()})
92 if ($targets->getType($target) eq "PROC")
100 my $connections = $targets->findConnections($proc, "FSIM");
105 my $fru = Util::getEnclosingFru($targets, $proc);
111 my $link = $targets->getAttribute($master, "FSI_LINK");
113 my $fru = Util::getEnclosingFru($targets, $slave);