Searched refs:paraNum (Results 1 - 5 of 5) sorted by relevance
/kernel/liteos_a/shell/full/include/ |
H A D | shcmd.h | 56 UINT32 paraNum; member 80 #define SHELLCMD_ENTRY(l, cmdType, cmdKey, paraNum, cmdHook) \ 84 paraNum, \
|
H A D | shell.h | 128 extern UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc cmdProc);
|
/kernel/liteos_m/components/shell/include/ |
H A D | shcmd.h | 52 UINT32 paraNum; member 76 #define SHELLCMD_ENTRY(l, cmdType, cmdKey, paraNum, cmdHook) \ 80 paraNum, \
|
H A D | shell.h | 126 extern UINT32 osCmdReg(CmdType cmdType, const CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc cmdProc);
|
/kernel/liteos_a/apps/tftp/include/ |
H A D | types_adapt.h | 80 #define SHELLCMD_ENTRY(l, cmdType, cmdKey, paraNum, cmdHook) \
|
Completed in 2 milliseconds