Searched refs:commCmds (Results 1 – 1 of 1) sorted by relevance
631 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetCmdByName() local633 if (strncmp(startCmd, commCmds[i].name, strlen(commCmds[i].name)) == 0) { in GetCmdByName()634 return &commCmds[i]; in GetCmdByName()654 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetMatchCmd() local656 if (strncmp(startCmd, commCmds[i].name, strlen(commCmds[i].name)) == 0) { in GetMatchCmd()658 return commCmds[i].name; in GetMatchCmd()675 const struct CmdTable *commCmds = GetCommCmdTable(&cmdCnt); in GetCmdTableByIndex() local678 cmdTable = &commCmds[index]; in GetCmdTableByIndex()