Searched refs:CmdType (Results 1 – 11 of 11) sorted by relevance
| /kernel/liteos_m/components/shell/include/ |
| D | shell.h | 106 } CmdType; typedef 124 typedef CmdType CMD_TYPE_E; 126 extern UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc cmdProc…
|
| D | shcmdparse.h | 56 CmdType cmdType; /* cmd type, judge cmd keyword */
|
| D | shcmd.h | 50 CmdType cmdType;
|
| /kernel/liteos_a/shell/full/include/ |
| D | shell.h | 108 } CmdType; typedef 126 typedef CmdType CMD_TYPE_E; 128 extern UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc cmdProc…
|
| D | shcmdparse.h | 57 CmdType cmdType; /* cmd type, judge cmd keyword */
|
| D | shcmd.h | 54 CmdType cmdType;
|
| /kernel/liteos_a/apps/shell/include/ |
| D | shcmdparse.h | 49 CmdType cmdType; /* cmd type, judge cmd keyword */
|
| D | shell.h | 93 } CmdType; typedef
|
| /kernel/liteos_m/components/shell/src/base/ |
| D | shcmd.c | 402 STATIC UINT32 OsCmdItemCreate(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc … in OsCmdItemCreate() 434 LITE_OS_SEC_TEXT_MINOR UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCall… in osCmdReg()
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
| D | r8190P_def.h | 247 u8 CmdType:3; member
|
| /kernel/liteos_a/shell/full/src/base/ |
| D | shcmd.c | 794 STATIC UINT32 OsCmdItemCreate(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc … in OsCmdItemCreate() 826 LITE_OS_SEC_TEXT_MINOR UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCall… in osCmdReg()
|