Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp196 std::ofstream ofunbind(unbindPath, std::ofstream::out); in unbindEEPROM() local
197 if (!ofunbind) in unbindEEPROM()
202 ofunbind << i2cDeviceId; in unbindEEPROM()
203 ofunbind.close(); in unbindEEPROM()
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.cpp181 std::ofstream ofunbind(spiNorPath + "/unbind", std::ofstream::out); in unbindSPIFlash() local
182 ofunbind << name; in unbindSPIFlash()
183 ofunbind.close(); in unbindSPIFlash()