Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/presence/
H A Deeprom_device.hpp107 auto unbindPath = path / "unbind"; in unbindDevice() local
108 std::ofstream unbind{unbindPath}; in unbindDevice()
118 "PATH", unbindPath, "ADDR", address); in unbindDevice()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp195 auto unbindPath = driverPath + "/unbind"; in unbindEEPROM() local
196 std::ofstream ofunbind(unbindPath, std::ofstream::out); in unbindEEPROM()
199 error("Failed to open unbind file: {PATH}", "PATH", unbindPath); in unbindEEPROM()