Home
last modified time | relevance | path

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

/openbmc/openpower-proc-control/
H A Dcfam_access.cpp66 metadata::PATH(target->getCFAMPath().c_str())); in writeReg()
78 metadata::CALLOUT_DEVICE_PATH(target->getCFAMPath().c_str())); in writeReg()
100 metadata::PATH(target->getCFAMPath().c_str())); in readReg()
110 metadata::CALLOUT_DEVICE_PATH(target->getCFAMPath().c_str())); in readReg()
H A Dtargeting.hpp51 inline auto getCFAMPath() const in getCFAMPath() function in openpower::targeting::Target
H A Dtargeting.cpp42 std::make_unique<openpower::util::FileDescriptor>(getCFAMPath()); in getCFAMFD()
/openbmc/openpower-proc-control/test/
H A Dutest.cpp69 ASSERT_EQ((*t)->getCFAMPath(), masterDir); in TEST_F()
105 ASSERT_EQ(t->getCFAMPath(), path); in TEST_F()