Lines Matching +defs:table +defs:list
12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
77 /* Handlers for each table */
134 static void acpi_walk_subtables(ACPI_TABLE_HEADER *table, void *first,
136 static void acpi_walk_nfit(ACPI_TABLE_HEADER *table, void *first,
142 /* Strings used in the TCPA table */
858 acpi_walk_subtables(ACPI_TABLE_HEADER *table, void *first,
865 end = (char *)table + table->Length;
879 acpi_walk_nfit(ACPI_TABLE_HEADER *table, void *first,
886 end = (char *)table + table->Length;
2319 struct iort_node_list *list;
2330 for (list = iort_node_list; list->gname != NULL; list++) {
2331 if (node->Type == list->Type) {
2332 printf("%s\n", list->gname);
2334 (*list->func)(node);
2338 if (list->gname == NULL)
2431 acpi_walk_lpit(ACPI_TABLE_HEADER *table, void *first,
2438 end = (char *)table + table->Length;
3515 printf("\tEmpty TCPA table\n");
4752 /* Fetch a table matching the given signature via the RSDT. */