/openbmc/witherspoon-pfault-analysis/ |
H A D | pmbus.cpp | 68 return basePath; in getPath() 71 return basePath / "hwmon" / hwmonDir; in getPath() 92 auto path = basePath / "name"; in getDeviceName() 158 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in readBit() 196 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in read() 227 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in readString() 267 fs::canonical(basePath).c_str())); in readBinary() 302 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in write() 308 fs::path path{basePath}; in findHwmonDir() 335 entry("DEVICE_PATH=%s", basePath.c_str())); in findHwmonDir()
|
H A D | pmbus.hpp | 127 PMBus(const std::string& path) : basePath(path) in PMBus() 144 basePath(path), driverName(driverName), instance(instance) in PMBus() 232 return basePath; in path() 279 fs::path basePath; member in witherspoon::pmbus::PMBus
|
/openbmc/phosphor-power/ |
H A D | pmbus.cpp | 68 return basePath; in getPath() 71 return basePath / "hwmon" / hwmonDir; in getPath() 92 auto path = basePath / "name"; in getDeviceName() 164 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in readBit() 207 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in read() 245 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in readString() 287 fs::canonical(basePath).c_str())); in readBinary() 323 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in write() 361 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in writeBinary() 367 fs::path path{basePath}; in findHwmonDir() [all …]
|
H A D | pmbus.hpp | 223 PMBus(const std::string& path) : basePath(path) in PMBus() 240 basePath(path), driverName(driverName), instance(instance) in PMBus() 351 return basePath; in path() 398 fs::path basePath; member in phosphor::pmbus::PMBus
|
/openbmc/telemetry/tests/src/ |
H A D | test_path_append.cpp | 36 auto [basePath, extension, expectedPath] = GetParam(); in TEST_P() 37 EXPECT_EQ(pathAppend(basePath, extension), expectedPath); in TEST_P() 56 auto [basePath, extension] = GetParam(); in TEST_P() 57 EXPECT_THROW(pathAppend(basePath, extension), in TEST_P()
|
/openbmc/phosphor-led-manager/test/ |
H A D | utest-led-yaml-group-priority.cpp | 20 const std::string basePath = "/xyz/openbmc_project/led/groups/"; variable 24 const std::string groupPath = basePath + "group1"; in TEST() 42 const std::string groupPath = basePath + "group2"; in TEST() 60 const std::string groupPath = basePath + "group3"; in TEST() 80 const std::string groupPath = basePath + "group4"; in TEST()
|
H A D | utest-led-yaml-led-priority.cpp | 20 const std::string basePath = "/xyz/openbmc_project/led/groups/"; variable 24 const std::string groupPath = basePath + "group1"; in TEST() 42 const std::string groupPath = basePath + "group2"; in TEST() 60 const std::string groupPath = basePath + "group3"; in TEST()
|
H A D | utest-led-yaml-empty-group.cpp | 13 const std::string basePath = "/xyz/openbmc_project/led/groups/"; variable 24 const std::string emptyGroupPath = basePath + "emptygroup"; in TEST() 25 const std::string nonEmptyGroupPath = basePath + "nonemptygroup"; in TEST()
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | main.cpp | 124 std::string basePath = in main() 127 psuDevice->enableHistory(basePath, numRecords, syncGPIOPath, gpioNum); in main() 130 sdbusplus::server::manager_t objManager{bus, basePath.c_str()}; in main()
|
/openbmc/phosphor-power/power-supply/ |
H A D | main.cpp | 126 std::string basePath = in main() 129 psuDevice->enableHistory(basePath, numRecords, syncGPIOPath, gpioNum); in main() 132 sdbusplus::server::manager_t objManager{bus, basePath.c_str()}; in main()
|
/openbmc/phosphor-fan-presence/control/json/utils/ |
H A D | pcie_card_metadata.cpp | 50 const auto basePath = in loadCards() 54 confFile = fs::path{confOverridePath} / basePath; in loadCards() 58 confFile = fs::path{confBasePath} / basePath; in loadCards()
|
/openbmc/openpower-occ-control/ |
H A D | occ_device.cpp | 135 fs::path Device::getFilenameByRegex(fs::path basePath, in getFilenameByRegex() argument 140 for (auto& file : fs::directory_iterator(basePath)) in getFilenameByRegex()
|
H A D | occ_device.hpp | 298 fs::path getFilenameByRegex(fs::path basePath,
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | repository.hpp | 147 explicit Repository(const std::filesystem::path& basePath) : in Repository() argument 148 Repository(basePath, getPELRepoSize(), getMaxNumPELs()) in Repository() 159 Repository(const std::filesystem::path& basePath, size_t repoSize,
|
H A D | repository.cpp | 61 Repository::Repository(const std::filesystem::path& basePath, size_t repoSize, in Repository() argument 63 _logPath(basePath / "logs"), _maxRepoSize(repoSize), in Repository() 64 _maxNumPELs(maxNumPELs), _archivePath(basePath / "logs" / "archive") in Repository()
|
H A D | device_callouts.cpp | 39 auto basePath = getPELReadOnlyDataPath(); in getJSONFilename() local 63 path = basePath / filename; in getJSONFilename()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | util.hpp | 201 sdbusplus::message::object_path basePath{"/"}; in getChassis() local 207 bus, assocPath, basePath, interfaces, 0); in getChassis()
|
/openbmc/service-config-manager/src/ |
H A D | main.cpp | 240 sdbusplus::message::object_path basePath( in handleListUnitsResponse() local 242 std::string objPath(basePath / it.first); in handleListUnitsResponse()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | certificate_service.hpp | 257 const std::string& basePath, const nlohmann::json::json_pointer& listPtr, in getCertificateList() argument 263 basePath, 0, interfaces, in getCertificateList()
|
/openbmc/phosphor-user-manager/ |
H A D | user_mgr.cpp | 1041 std::string basePath = "/xyz/openbmc_project/user/ldap/openldap"; in getPrivilegeMapperObject() local 1045 getServiceName(std::move(basePath), std::move(interface)); in getPrivilegeMapperObject()
|
/openbmc/s2600wf-misc/hsbp-manager/src/ |
H A D | hsbp_manager.cpp | 690 constexpr const char* basePath = in Drive() local 693 objServer.add_interface(basePath + driveName, inventory::interface); in Drive()
|