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.cpp164 std::array<char, pel::asciiStringSize> srcChars{'0'}; in createPelCustom() local
184 srcString.copy(srcChars.data(), in createPelCustom()
187 tiPel->setAsciiString(srcChars); // pel object src is char array in createPelCustom()
223 std::array<char, pel::asciiStringSize> srcChars{'0'}; in createPelCustom() local
243 srcString.copy(srcChars.data(), in createPelCustom()
246 tiPel->setAsciiString(srcChars); // pel object src is char array in createPelCustom()