Home
last modified time | relevance | path

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

/kernel/liteos_a/shell/full/src/base/
H A 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 *)consoleC
[all...]
H A 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 *)param in ShellTask()
[all...]
/kernel/liteos_a/apps/shell/src/
H A 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()
H A 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 *shellC
[all...]
/kernel/liteos_a/shell/full/include/
H A Dshmsg.h46 extern UINT32 ShellTaskInit(ShellCB *shellCB);
47 extern UINT32 ShellEntryInit(ShellCB *shellCB);
48 extern VOID ShellCmdLineParse(CHAR c, pf_OUTPUT outputFunc, ShellCB *shellCB);
H A Dshcmd.h97 extern VOID OsShellHistoryShow(UINT32 value, ShellCB *shellCB);
98 extern UINT32 OsShellKeyInit(ShellCB *shellCB);
H A Dshell.h100 } ShellCB; typedef
/kernel/liteos_a/apps/shell/include/
H A Dshmsg.h64 extern int ShellTaskInit(ShellCB *shellCB);
66 extern void ShellCmdLineParse(char c, OutputFunc outputFunc, ShellCB *shellCB);
67 extern int ShellNotify(ShellCB *shellCB);
H A Dshow.h47 extern int OsShellDeinit(ShellCB *shellCB);
48 extern ShellCB *OsGetShellCb(void);
H A Dshcmd.h62 extern void OsShellHistoryShow(unsigned int value, ShellCB *shellCB);
63 extern unsigned int OsShellKeyInit(ShellCB *shellCB);
H A Dshell_pri.h43 extern void ShellEntry(ShellCB *shellCB);
H A Dshell.h85 } ShellCB; typedef
/kernel/liteos_m/components/shell/include/
H A Dshell.h98 } ShellCB; typedef
H A Dshcmd.h90 extern UINT32 OsShellKeyInit(ShellCB *shellCB);
/kernel/liteos_m/components/shell/src/base/
H A 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()

Completed in 7 milliseconds