Searched refs:closeFD (Results 1 – 8 of 8) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | pldm_interface.cpp | 34 closeFD(); in ~PLDMInterface() 37 void PLDMInterface::closeFD() in closeFD() function in openpower::pels::PLDMInterface 125 closeFD(); in startCommand() 378 closeFD(); in cleanupCmd()
|
| 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 | 461 _event, std::bind(std::mem_fn(&Manager::closeFD), this, fd, in scheduleFDClose() 465 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 | 119 event, std::bind(std::mem_fn(&Entry::closeFD), this, fd, in getEntry() 125 void Entry::closeFD(int fd, sdeventplus::source::EventBase& /*source*/) in closeFD() function in phosphor::logging::Entry
|
| H A D | elog_entry.hpp | 171 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()
|