Searched refs:shellHandle (Results 1 – 3 of 3) sorted by relevance
64 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;
92 VOID *shellHandle; member
654 static int ShellKernelReg(unsigned int shellHandle) in ShellKernelReg() argument656 return ioctl(STDIN_FILENO, CONSOLE_CONTROL_REG_USERTASK, shellHandle); in ShellKernelReg()