Searched refs:fullPath (Results 1 – 6 of 6) sorted by relevance
| /openbmc/phosphor-hwmon/ |
| H A D | hwmonio.cpp | 117 auto fullPath = sysfs::make_sysfs_path(_p, type, id, sensor); in read() local 123 val = _intf->read(fullPath); in read() 176 auto fullPath = sysfs::make_sysfs_path(_p, type, id, sensor); in write() local 185 _intf->write(fullPath, val); in write()
|
| H A D | fan_speed.cpp | 70 auto fullPath = sysfs::make_sysfs_path(_ioAccess->path(), type::pwm, in enable() local 74 fullPath, e.code().value()) in enable()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | device_callouts.cpp | 28 fs::path fullPath; in getJSONFilename() local 47 fullPath = path; in getJSONFilename() 55 fullPath = path; in getJSONFilename() 60 if (fullPath.empty()) in getJSONFilename() 66 return fullPath; in getJSONFilename()
|
| /openbmc/phosphor-buttons/src/ |
| H A D | gpio.cpp | 163 fs::path fullPath(devPath); in configGpio() local 165 if (fs::exists(fullPath)) in configGpio()
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_manager_bmc.hpp | 88 void createEntry(const std::filesystem::path& fullPath);
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | manufacturingcommands.cpp | 400 std::string pwmName, fullPath; in appMTMGetSignal() local 406 fullPath = fanPwmPath + pwmName; in appMTMGetSignal() 407 if (mtm.getProperty(fanService, fullPath, fanIntf, "Value", in appMTMGetSignal()
|