Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/misc/
Dsysinfo_shellcmd.c161 INT32 OsShellCmdSystemInfo(INT32 argc, const CHAR **argv) in OsShellCmdSystemInfo() function
174 …MD_ENTRY(systeminfo_shellcmd, CMD_TYPE_EX, "systeminfo", 1, (CmdCallBackFunc)OsShellCmdSystemInfo);
/kernel/liteos_a/testsuites/unittest/common/include/
DosTest.h312 extern INT32 OsShellCmdSystemInfo(INT32 argc, const CHAR **argv);
/kernel/liteos_a/testsuites/kernel/src/
DiCunit.c436 OsShellCmdSystemInfo(0, NULL); in ICunitRunF()