Searched defs:command_table (Results 1 - 1 of 1) sorted by relevance

/external/vboot_reference/utility/
H A Dtpmc.c368 command_record command_table[] = { variable
416 static int n_commands = sizeof(command_table) / sizeof(command_table[0]);
438 for (c = command_table; c < command_table + n_commands; c++) {
446 for (c = command_table; c < command_table + n_commands; c++) {

Completed in 119 milliseconds