Searched refs:ShellCB (Results 1 – 17 of 17) sorted by relevance
/kernel/liteos_a/shell/full/src/base/ |
D | show.c | 50 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;
|
D | shmsg.c | 50 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()
|
D | shcmd.c | 595 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/ |
D | main.c | 45 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()
|
D | shmsg.c | 52 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 …]
|
D | shcmd.c | 464 unsigned int OsShellKeyInit(ShellCB *shellCB) in OsShellKeyInit() 539 void OsShellHistoryShow(unsigned int value, ShellCB *shellCB) in OsShellHistoryShow()
|
/kernel/liteos_a/shell/full/include/ |
D | shmsg.h | 46 extern UINT32 ShellTaskInit(ShellCB *shellCB); 47 extern UINT32 ShellEntryInit(ShellCB *shellCB); 48 extern VOID ShellCmdLineParse(CHAR c, pf_OUTPUT outputFunc, ShellCB *shellCB);
|
D | shcmd.h | 97 extern VOID OsShellHistoryShow(UINT32 value, ShellCB *shellCB); 98 extern UINT32 OsShellKeyInit(ShellCB *shellCB);
|
D | shell.h | 100 } ShellCB; typedef
|
/kernel/liteos_a/apps/shell/include/ |
D | shmsg.h | 64 extern int ShellTaskInit(ShellCB *shellCB); 66 extern void ShellCmdLineParse(char c, OutputFunc outputFunc, ShellCB *shellCB); 67 extern int ShellNotify(ShellCB *shellCB);
|
D | show.h | 47 extern int OsShellDeinit(ShellCB *shellCB); 48 extern ShellCB *OsGetShellCb(void);
|
D | shcmd.h | 62 extern void OsShellHistoryShow(unsigned int value, ShellCB *shellCB); 63 extern unsigned int OsShellKeyInit(ShellCB *shellCB);
|
D | shell_pri.h | 43 extern void ShellEntry(ShellCB *shellCB);
|
D | shell.h | 85 } ShellCB; typedef
|
/kernel/liteos_m/components/shell/src/base/ |
D | shcmd.c | 53 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/ |
D | shell.h | 98 } ShellCB; typedef
|
D | shcmd.h | 90 extern UINT32 OsShellKeyInit(ShellCB *shellCB);
|