Home
last modified time | relevance | path

Searched defs:CustomFd (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dwatch.hpp31 struct CustomFd struct
44 explicit CustomFd(int fd) : fd(fd) {} in CustomFd() function
46 ~CustomFd() in ~CustomFd()
54 int operator()() const in operator ()()
61 int fd = -1;
/openbmc/openpower-pnor-code-mgmt/
H A Dimage_verify.hpp38 struct CustomFd struct
50 explicit CustomFd(int fd) : fd(fd) {} in CustomFd() argument
52 ~CustomFd() in ~CustomFd()
60 int operator()() const in operator ()()
67 int fd = -1;
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_verify.hpp43 struct CustomFd struct
55 explicit CustomFd(int fd) : fd(fd) {} in CustomFd() function
57 ~CustomFd() in ~CustomFd()
65 int operator()() const in operator ()()
72 int fd = -1;
/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp47 struct CustomFd struct
51 int fd = -1;
64 CustomFd(int fd) : fd(fd) {} in CustomFd() function
66 ~CustomFd() in ~CustomFd()
74 int operator()() const in operator ()()