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.cpp529 auto pSRC = primarySRC(); in isHwCalloutPresent() local
530 if (!pSRC) in isHwCalloutPresent()
536 if ((*pSRC)->callouts()) in isHwCalloutPresent()
538 for (auto& i : (*pSRC)->callouts()->callouts()) in isHwCalloutPresent()
628 auto pSRC = primarySRC(); in updateTerminateBitInSRCSection() local
629 if (pSRC) in updateTerminateBitInSRCSection()
631 (*pSRC)->setTerminateBit(); in updateTerminateBitInSRCSection()