Home
last modified time | relevance | path

Searched refs:CustomFD (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/common/
H A Dutils.hpp79 /** @struct CustomFD
83 struct CustomFD
85 CustomFD(const CustomFD&) = delete;
86 CustomFD& operator=(const CustomFD&) = delete;
87 CustomFD(CustomFD&&) = delete;
88 CustomFD& operator=(CustomFD
84 struct CustomFD global() struct
91 CustomFDpldm::utils::CustomFD CustomFD() argument
93 ~CustomFDpldm::utils::CustomFD ~CustomFD() argument
101 operator ()pldm::utils::CustomFD operator ()() argument
107 fdpldm::utils::CustomFD global() argument
[all...]
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_by_type.cpp121 utils::CustomFD fd(file); in transferFileData()
H A Dfile_io_type_pcie.cpp189 pldm::utils::CustomFD topologyFd(fd); in parseTopologyData()
432 pldm::utils::CustomFD cableInfoFd(fd); in parseCableInfo()
H A Dfile_io.hpp125 pldm::utils::CustomFD fd(file); in transferAll()
H A Dfile_io.cpp77 pldm::utils::CustomFD xdmaFd(dmaFd); in transferHostDataToSocket()
158 pldm::utils::CustomFD xdmaFd(dmaFd); in transferDataHost()