Searched refs:commCmds (Results 1 – 1 of 1) sorted by relevance
615 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetCmdByName() local617 if (strncmp(startCmd, commCmds[i].name, strlen(commCmds[i].name)) == 0) { in GetCmdByName()618 return &commCmds[i]; in GetCmdByName()638 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetMatchCmd() local640 if (strncmp(startCmd, commCmds[i].name, strlen(commCmds[i].name)) == 0) { in GetMatchCmd()642 return commCmds[i].name; in GetMatchCmd()659 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetCmdKey() local661 return commCmds[index].name; in GetCmdKey()755 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in DoCmdByIndex() local758 cmdName = commCmds[index].name; in DoCmdByIndex()[all …]