Home
last modified time | relevance | path

Searched refs:paraNum (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_a/shell/full/include/
Dshcmd.h56 UINT32 paraNum; member
80 #define SHELLCMD_ENTRY(l, cmdType, cmdKey, paraNum, cmdHook) \ argument
84 paraNum, \
Dshell.h128 extern UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc cmdProc…
/kernel/liteos_m/components/shell/include/
Dshcmd.h52 UINT32 paraNum; member
76 #define SHELLCMD_ENTRY(l, cmdType, cmdKey, paraNum, cmdHook) \ argument
80 paraNum, \
Dshell.h126 extern UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc cmdProc…
/kernel/liteos_m/components/shell/src/base/
Dshcmd.c402 STATIC UINT32 OsCmdItemCreate(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc … in OsCmdItemCreate() argument
421 cmdItemNode->cmd->paraNum = paraNum; in OsCmdItemCreate()
434 LITE_OS_SEC_TEXT_MINOR UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCall… in osCmdReg() argument
451 if (paraNum > CMD_MAX_PARAS) { in osCmdReg()
452 if (paraNum != XARGS) { in osCmdReg()
472 return OsCmdItemCreate(cmdType, cmdKey, paraNum, cmdProc); in osCmdReg()
/kernel/liteos_a/shell/full/src/base/
Dshcmd.c794 STATIC UINT32 OsCmdItemCreate(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc … in OsCmdItemCreate() argument
813 cmdItemNode->cmd->paraNum = paraNum; in OsCmdItemCreate()
826 LITE_OS_SEC_TEXT_MINOR UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCall… in osCmdReg() argument
843 if (paraNum > CMD_MAX_PARAS) { in osCmdReg()
844 if (paraNum != XARGS) { in osCmdReg()
864 return OsCmdItemCreate(cmdType, cmdKey, paraNum, cmdProc); in osCmdReg()
/kernel/liteos_a/apps/tftp/include/
Dtypes_adapt.h80 #define SHELLCMD_ENTRY(l, cmdType, cmdKey, paraNum, cmdHook) \ argument