Home
last modified time | relevance | path

Searched refs:g_dmesgInfo (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/shell/full/src/cmds/
H A Ddmesg.c68 STATIC DmesgInfo *g_dmesgInfo = NULL; variable
105 if (g_dmesgInfo == NULL) { in OsCheckError()
109 if (g_dmesgInfo->logSize > g_logBufSize) { in OsCheckError()
113 if (((g_dmesgInfo->logSize == g_logBufSize) || (g_dmesgInfo->logSize == 0)) && in OsCheckError()
114 (g_dmesgInfo->logTail != g_dmesgInfo->logHead)) { in OsCheckError()
124 UINT32 logSize = g_dmesgInfo->logSize; in OsDmesgRead()
125 UINT32 head = g_dmesgInfo->logHead; in OsDmesgRead()
126 UINT32 tail = g_dmesgInfo in OsDmesgRead()
[all...]

Completed in 1 milliseconds