Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dradio.cpp531 static char *sDiagOutput = nullptr; variable
539 VerifyOrExit((sDiagOutput != nullptr) && (sDiagOutputLen > 0)); in handleDiagOutput()
540 charsWritten = vsnprintf(sDiagOutput, sDiagOutputLen, aFormat, aArguments); in handleDiagOutput()
543 sDiagOutput += charsWritten; in handleDiagOutput()
552 sDiagOutput = aOutput; in setDiagOutput()
559 sDiagOutput = nullptr; in freeDiagOutput()