Searched defs:paraNum (Results 1 – 5 of 5) sorted by relevance
/kernel/liteos_a/shell/full/include/ |
D | shcmd.h | 56 UINT32 paraNum; member 80 #define SHELLCMD_ENTRY(l, cmdType, cmdKey, paraNum, cmdHook) \ argument
|
/kernel/liteos_m/components/shell/include/ |
D | shcmd.h | 52 UINT32 paraNum; member 76 #define SHELLCMD_ENTRY(l, cmdType, cmdKey, paraNum, cmdHook) \ argument
|
/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/liteos_a/apps/tftp/include/ |
D | types_adapt.h | 80 #define SHELLCMD_ENTRY(l, cmdType, cmdKey, paraNum, cmdHook) \ argument
|
/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()
|