Home
last modified time | relevance | path

Searched refs:CmdType (Results 1 – 11 of 11) sorted by relevance

/kernel/liteos_m/components/shell/include/
Dshell.h106 } CmdType; typedef
124 typedef CmdType CMD_TYPE_E;
126 extern UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc cmdProc…
Dshcmdparse.h56 CmdType cmdType; /* cmd type, judge cmd keyword */
Dshcmd.h50 CmdType cmdType;
/kernel/liteos_a/shell/full/include/
Dshell.h108 } CmdType; typedef
126 typedef CmdType CMD_TYPE_E;
128 extern UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc cmdProc…
Dshcmdparse.h57 CmdType cmdType; /* cmd type, judge cmd keyword */
Dshcmd.h54 CmdType cmdType;
/kernel/liteos_a/apps/shell/include/
Dshcmdparse.h49 CmdType cmdType; /* cmd type, judge cmd keyword */
Dshell.h93 } CmdType; typedef
/kernel/liteos_m/components/shell/src/base/
Dshcmd.c402 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/
Dr8190P_def.h247 u8 CmdType:3; member
/kernel/liteos_a/shell/full/src/base/
Dshcmd.c794 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()