Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp520 auto pSRC = primarySRC(); in isHwCalloutPresent() local
521 if (!pSRC) in isHwCalloutPresent()
527 if ((*pSRC)->callouts()) in isHwCalloutPresent()
529 for (auto& i : (*pSRC)->callouts()->callouts()) in isHwCalloutPresent()
618 auto pSRC = primarySRC(); in updateTerminateBitInSRCSection() local
619 if (pSRC) in updateTerminateBitInSRCSection()
621 (*pSRC)->setTerminateBit(); in updateTerminateBitInSRCSection()