Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_ffdc.cpp25 static constexpr size_t max_ffdc_size = 8192; variable
169 auto data = std::make_unique<unsigned char[]>(max_ffdc_size); in analyzeEvent()
170 while (total < max_ffdc_size) in analyzeEvent()
172 auto r = read(fd, data.get() + total, max_ffdc_size - total); in analyzeEvent()