Home
last modified time | relevance | path

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

/kernel/liteos_a/shell/full/src/base/
Dshow.c50 STATIC UINT32 OsShellCreateTask(ShellCB *shellCB) in OsShellCreateTask()
67 consoleCB->shellHandle = LOS_MemAlloc((VOID *)m_aucSysMem0, sizeof(ShellCB));
71 ShellCB *shellCB = (ShellCB *)consoleCB->shellHandle;
72 if (memset_s(shellCB, sizeof(ShellCB), 0, sizeof(ShellCB)) != EOK) {
140 ShellCB *shellCB = NULL;
148 shellCB = (ShellCB *)consoleCB->shellHandle;
164 ShellCB *shellCB = NULL;
169 shellCB = (ShellCB *)consoleCB->shellHandle;
Dshmsg.c50 CHAR *ShellGetInputBuf(ShellCB *shellCB) in ShellGetInputBuf()
68 STATIC VOID ShellSaveHistoryCmd(const CHAR *string, ShellCB *shellCB) in ShellSaveHistoryCmd()
104 STATIC VOID ShellNotify(ShellCB *shellCB) in ShellNotify()
115 STATIC INT32 ShellCmdLineCheckUDRL(const CHAR ch, ShellCB *shellCB) in ShellCmdLineCheckUDRL()
152 LITE_OS_SEC_TEXT_MINOR VOID ShellCmdLineParse(CHAR c, pf_OUTPUT outputFunc, ShellCB *shellCB) in ShellCmdLineParse()
333 ShellCB *shellCB = (ShellCB *)param; in ShellEntry()
362 STATIC VOID ShellCmdProcess(ShellCB *shellCB) in ShellCmdProcess()
382 ShellCB *shellCB = (ShellCB *)param1; in ShellTask()
409 LITE_OS_SEC_TEXT_MINOR UINT32 ShellTaskInit(ShellCB *shellCB) in ShellTaskInit()
434 LITE_OS_SEC_TEXT_MINOR UINT32 ShellEntryInit(ShellCB *shellCB) in ShellEntryInit()
Dshcmd.c595 LITE_OS_SEC_TEXT_MINOR UINT32 OsShellKeyInit(ShellCB *shellCB) in OsShellKeyInit()
691 LITE_OS_SEC_TEXT_MINOR VOID OsShellHistoryShow(UINT32 value, ShellCB *shellCB) in OsShellHistoryShow()
/kernel/liteos_a/apps/shell/src/
Dmain.c45 ShellCB *g_shellCB = NULL;
47 ShellCB *OsGetShellCb(void) in OsGetShellCb()
52 static void ShellDeinit(ShellCB *shellCB) in ShellDeinit()
61 static int OsShellCreateTask(ShellCB *shellCB) in OsShellCreateTask()
134 ShellCB *shellCB = NULL; in main()
145 shellCB = (ShellCB *)malloc(sizeof(ShellCB)); in main()
149 ret = memset_s(shellCB, sizeof(ShellCB), 0, sizeof(ShellCB)); in main()
Dshmsg.c52 char *GetCmdline(ShellCB *shellCB) in GetCmdline()
80 static void ShellSaveHistoryCmd(char *string, ShellCB *shellCB) in ShellSaveHistoryCmd()
117 int ShellPend(ShellCB *shellCB) in ShellPend()
126 int ShellNotify(ShellCB *shellCB) in ShellNotify()
141 static int ShellCmdLineCheckUDRL(const char ch, ShellCB *shellCB) in ShellCmdLineCheckUDRL()
178 void ShellTaskNotify(ShellCB *shellCB) in ShellTaskNotify()
192 void ParseEnterKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseEnterKey()
212 void ParseCancelKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseCancelKey()
227 void ParseDeleteKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseDeleteKey()
240 void ParseTabKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseTabKey()
[all …]
Dshcmd.c464 unsigned int OsShellKeyInit(ShellCB *shellCB) in OsShellKeyInit()
539 void OsShellHistoryShow(unsigned int value, ShellCB *shellCB) in OsShellHistoryShow()
/kernel/liteos_a/shell/full/include/
Dshmsg.h46 extern UINT32 ShellTaskInit(ShellCB *shellCB);
47 extern UINT32 ShellEntryInit(ShellCB *shellCB);
48 extern VOID ShellCmdLineParse(CHAR c, pf_OUTPUT outputFunc, ShellCB *shellCB);
Dshcmd.h97 extern VOID OsShellHistoryShow(UINT32 value, ShellCB *shellCB);
98 extern UINT32 OsShellKeyInit(ShellCB *shellCB);
Dshell.h100 } ShellCB; typedef
/kernel/liteos_a/apps/shell/include/
Dshmsg.h64 extern int ShellTaskInit(ShellCB *shellCB);
66 extern void ShellCmdLineParse(char c, OutputFunc outputFunc, ShellCB *shellCB);
67 extern int ShellNotify(ShellCB *shellCB);
Dshow.h47 extern int OsShellDeinit(ShellCB *shellCB);
48 extern ShellCB *OsGetShellCb(void);
Dshcmd.h62 extern void OsShellHistoryShow(unsigned int value, ShellCB *shellCB);
63 extern unsigned int OsShellKeyInit(ShellCB *shellCB);
Dshell_pri.h43 extern void ShellEntry(ShellCB *shellCB);
Dshell.h85 } ShellCB; typedef
/kernel/liteos_m/components/shell/src/base/
Dshcmd.c53 ShellCB *g_shellCB = NULL;
241 LITE_OS_SEC_TEXT_MINOR UINT32 OsShellKeyInit(ShellCB *shellCB) in OsShellKeyInit()
348 ShellCB *OsGetShellCb(VOID) in OsGetShellCb()
361 ShellCB *shellCB = NULL; in OsShellCBInit()
363 shellCB = (ShellCB *)malloc(sizeof(ShellCB)); in OsShellCBInit()
367 ret = memset_s(shellCB, sizeof(ShellCB), 0, sizeof(ShellCB)); in OsShellCBInit()
/kernel/liteos_m/components/shell/include/
Dshell.h98 } ShellCB; typedef
Dshcmd.h90 extern UINT32 OsShellKeyInit(ShellCB *shellCB);