Lines Matching refs:tables
95 const unsigned int tables[2]; in execute() local
137 (void *)&tables[0]); in execute()
156 if (!efi_st_memcmp(&sys_table->tables[i].guid, &table_guid, in execute()
158 table = sys_table->tables[i].table; in execute()
164 if (table != &tables[0]) { in execute()
175 (void *)&tables[1]); in execute()
195 if (!efi_st_memcmp(&sys_table->tables[i].guid, &table_guid, in execute()
197 table = sys_table->tables[i].table; in execute()
209 if (table != &tables[1]) { in execute()
238 if (!efi_st_memcmp(&sys_table->tables[i].guid, &table_guid, in execute()
240 table = sys_table->tables[i].table; in execute()