Lines Matching full:ffdc
75 /** @class FFDC
76 * @brief Monitors for SBE FFDC availability
78 class FFDC : public Error class
81 FFDC() = delete;
82 FFDC(const FFDC&) = delete;
83 FFDC& operator=(const FFDC&) = delete;
84 FFDC(FFDC&&) = default;
85 FFDC& operator=(FFDC&&) = default;
87 /** @brief Constructs the FFDC object
90 * @param[in] file - File used by driver to communicate FFDC data
93 FFDC(EventPtr& event, const fs::path& file, unsigned int instance) : in FFDC() function in open_power::occ::FFDC
99 ~FFDC() in ~FFDC()
114 * @param[in] fd - the file descriptor for any FFDC