Home
last modified time | relevance | path

Searched refs:n_commands (Results 1 – 1 of 1) sorted by relevance

/external/vboot_reference/utility/
Dtpmc.c416 static int n_commands = sizeof(command_table) / sizeof(command_table[0]); variable
438 for (c = command_table; c < command_table + n_commands; c++) { in main()
446 for (c = command_table; c < command_table + n_commands; c++) { in main()