Home
last modified time | relevance | path

Searched refs:firstCallout (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-mrw-tools/
H A Dgen_path_callouts.pl617 my ($firstCallout, $secondCallout) = @_;
624 push @calloutList, @{$firstCallout->calloutList()};
630 my $FSILink = $firstCallout->fsiLink() . "-" .
633 my $fsiCallout = new FSICallout($firstCallout->sourceChip(),
639 elsif (($firstCallout->type() eq "FSI") &&
642 my $i2cCallout = new FSII2CCallout($firstCallout->sourceChip(),
644 $firstCallout->fsiLink(), $secondCallout->i2cBus(),
650 elsif (($firstCallout->type() eq "FSI") &&
653 my $spiCallout = new FSISPICallout($firstCallout->sourceChip(),
655 $firstCallout->fsiLink(), $secondCallout->spiBus());
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.cpp105 bool firstCallout = true; in getLocationCodes() local
118 if (firstCallout) in getLocationCodes()
120 firstCallout = false; in getLocationCodes()