Searched defs:cmd_config_speed_all (Results 1 – 1 of 1) sorted by relevance
1477 struct cmd_config_speed_all { struct1478 cmdline_fixed_string_t port;1479 cmdline_fixed_string_t keyword;1480 cmdline_fixed_string_t all;1481 cmdline_fixed_string_t item1;1482 cmdline_fixed_string_t item2;1483 cmdline_fixed_string_t value1;1484 cmdline_fixed_string_t value2;1586 cmdline_parse_inst_t cmd_config_speed_all = { variable