Searched refs:isst_cmds (Results 1 – 1 of 1) sorted by relevance
1309 static struct process_cmd_struct isst_cmds[] = { variable1570 while (isst_cmds[i].feature) { in process_command()1571 if (!strcmp(isst_cmds[i].feature, feature) && in process_command()1572 !strcmp(isst_cmds[i].command, cmd)) { in process_command()1574 isst_cmds[i].process_fn(); in process_command()