Lines Matching refs:table
39 static int check_table(const void *table) in check_table() argument
44 struct efi_table_hdr *hdr = (struct efi_table_hdr *)table; in check_table()
52 ret = boottime->calculate_crc32(table, hdr->headersize, &res); in check_table()
95 void *table; in execute() local
155 table = NULL; in execute()
159 table = sys_table->tables[i].table; in execute()
161 if (!table) { in execute()
165 if (table != &tables[0]) { in execute()
193 table = NULL; in execute()
198 table = sys_table->tables[i].table; in execute()
202 if (!table) { in execute()
210 if (table != &tables[1]) { in execute()
237 table = NULL; in execute()
241 table = sys_table->tables[i].table; in execute()
244 if (table) { in execute()