Home
last modified time | relevance | path

Searched defs:logSize (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/shell/full/src/cmds/
Ddmesg.c124 UINT32 logSize = g_dmesgInfo->logSize; in OsDmesgRead() local
430 UINT32 logSize = g_dmesgInfo->logSize; in OsWriteTailToHead() local
654 INT32 OsDmesgWrite2File(const CHAR *fullpath, const CHAR *buf, UINT32 logSize) in OsDmesgWrite2File()
674 UINT32 logSize, bufSize, head, tail, intSave; in LOS_DmesgToFile() local
/kernel/liteos_a/shell/full/include/
Ddmesg_pri.h48 UINT32 logSize; /* The size of log in buffer */ member
/kernel/linux/linux-5.10/fs/jfs/
Djfs_logmgr.c2365 int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize) in lmLogFormat()