Home
last modified time | relevance | path

Searched refs:closeFD (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpldm_interface.cpp46 closeFD(); in ~PLDMInterface()
49 void PLDMInterface::closeFD() in closeFD() function in openpower::pels::PLDMInterface
137 closeFD(); in startCommand()
385 closeFD();
H A Dpldm_interface.hpp142 void closeFD();
H A Dmanager.hpp345 void closeFD(int fd, sdeventplus::source::EventBase& source);
H A Dmanager.cpp464 _event, std::bind(std::mem_fn(&Manager::closeFD), this, fd, in scheduleFDClose()
468 void Manager::closeFD(int fd, sdeventplus::source::EventBase& /*source*/) in closeFD() function in openpower::pels::Manager
/openbmc/phosphor-logging/
H A Delog_entry.cpp120 event, std::bind(std::mem_fn(&Entry::closeFD), this, fd, in getEntry()
126 void Entry::closeFD(int fd, sdeventplus::source::EventBase& /*source*/) in closeFD() function in phosphor::logging::Entry
H A Delog_entry.hpp173 void closeFD(int fd, sdeventplus::source::EventBase& source);
/openbmc/phosphor-debug-collector/
H A Ddump_entry.hpp170 void closeFD() in closeFD() function in phosphor::dump::Entry
H A Ddump_entry.cpp59 event, [this](auto& /*source*/) { closeFD(); }); in getFileHandle()