Searched refs:cmd_list (Results 1 – 1 of 1) sorted by relevance
21 } cmd_list[] = { variable33 for (i = 0; i < ARRAY_SIZE(cmd_list); i++) { in handle_dbg_cmd()34 int32_t tmp = strnlen_s(cmd_list[i].str, MAX_CMD_LEN); in handle_dbg_cmd()35 int type = cmd_list[i].type; in handle_dbg_cmd()41 if (strncmp(cmd_list[i].str, cmd, tmp) != 0) in handle_dbg_cmd()61 return (i < ARRAY_SIZE(cmd_list)); in handle_dbg_cmd()
Completed in 6 milliseconds