Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp165 std::array<char, pel::asciiStringSize> srcChars{'0'}; in createPelCustom() local
185 srcString.copy(srcChars.data(), in createPelCustom()
188 tiPel->setAsciiString(srcChars); // pel object src is char array in createPelCustom()
224 std::array<char, pel::asciiStringSize> srcChars{'0'}; in createPelCustom() local
244 srcString.copy(srcChars.data(), in createPelCustom()
247 tiPel->setAsciiString(srcChars); // pel object src is char array in createPelCustom()