Searched refs:action_table (Results 1 – 5 of 5) sorted by relevance
88 static struct action_entry action_table[]; variable465 for (i = 0; action_table[i].args != -1; i++) in parse_action()466 if (strcmp(string, action_table[i].name) == 0) in parse_action()469 if (action_table[i].args == -1) { in parse_action()474 action = &action_table[i]; in parse_action()3250 static struct action_entry action_table[] = { variable
225 action_table = [('recreate' , 'Fixing the serial device'),229 for i, (action, description) in enumerate(action_table):
11003 const unsigned char *const action_table = readp + call_site_table_len; in print_debug_exception_table() local11004 if (unlikely (action_table > dataend)) in print_debug_exception_table()11008 while (readp < action_table) in print_debug_exception_table()11031 if (readp != action_table) in print_debug_exception_table()11039 size_t maxdata = (size_t) (dataend - action_table); in print_debug_exception_table()11048 = action_table + max_action + 1; in print_debug_exception_table()
70793 struct acpi_whea_header *action_table; member