Searched refs:closeFD (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pldm_interface.cpp | 46 closeFD(); in ~PLDMInterface() 49 void PLDMInterface::closeFD() in closeFD() function in openpower::pels::PLDMInterface 137 closeFD(); in startCommand() 385 closeFD();
|
H A D | pldm_interface.hpp | 142 void closeFD();
|
H A D | manager.hpp | 345 void closeFD(int fd, sdeventplus::source::EventBase& source);
|
H A D | manager.cpp | 464 _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 D | elog_entry.cpp | 120 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 D | elog_entry.hpp | 173 void closeFD(int fd, sdeventplus::source::EventBase& source);
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_entry.hpp | 170 void closeFD() in closeFD() function in phosphor::dump::Entry
|
H A D | dump_entry.cpp | 59 event, [this](auto& /*source*/) { closeFD(); }); in getFileHandle()
|