Home
last modified time | relevance | path

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

/kernel/liteos_a/shell/full/src/base/
Dshow.c64 if ((consoleCB == NULL) || (consoleCB->shellHandle != NULL)) {
67 consoleCB->shellHandle = LOS_MemAlloc((VOID *)m_aucSysMem0, sizeof(ShellCB));
68 if (consoleCB->shellHandle == NULL) {
71 ShellCB *shellCB = (ShellCB *)consoleCB->shellHandle;
120 consoleCB->shellHandle = NULL;
148 shellCB = (ShellCB *)consoleCB->shellHandle;
149 consoleCB->shellHandle = NULL;
169 shellCB = (ShellCB *)consoleCB->shellHandle;
/kernel/liteos_a/kernel/common/
Dconsole.h92 VOID *shellHandle; member
/kernel/liteos_a/apps/shell/src/
Dshmsg.c654 static int ShellKernelReg(unsigned int shellHandle) in ShellKernelReg() argument
656 return ioctl(STDIN_FILENO, CONSOLE_CONTROL_REG_USERTASK, shellHandle); in ShellKernelReg()