Lines Matching refs:sys_table
14 static const struct efi_system_table *sys_table; variable
76 sys_table = systable; in setup()
99 efi_uintn_t table_count = sys_table->nr_tables; in execute()
129 if (table_count != sys_table->nr_tables) { in execute()
131 (unsigned int)sys_table->nr_tables, in execute()
149 if (++table_count != sys_table->nr_tables) { in execute()
151 (unsigned int)sys_table->nr_tables, in execute()
156 for (i = 0; i < sys_table->nr_tables; ++i) { in execute()
157 if (!memcmp(&sys_table->tables[i].guid, &table_guid, in execute()
159 table = sys_table->tables[i].table; in execute()
169 if (check_table(sys_table) != EFI_ST_SUCCESS) { in execute()
187 if (table_count != sys_table->nr_tables) { in execute()
189 (unsigned int)sys_table->nr_tables, in execute()
195 for (i = 0; i < sys_table->nr_tables; ++i) { in execute()
196 if (!memcmp(&sys_table->tables[i].guid, &table_guid, in execute()
198 table = sys_table->tables[i].table; in execute()
214 if (check_table(sys_table) != EFI_ST_SUCCESS) { in execute()
231 if (--table_count != sys_table->nr_tables) { in execute()
233 (unsigned int)sys_table->nr_tables, in execute()
238 for (i = 0; i < sys_table->nr_tables; ++i) { in execute()
239 if (!memcmp(&sys_table->tables[i].guid, &table_guid, in execute()
241 table = sys_table->tables[i].table; in execute()
254 if (check_table(sys_table) != EFI_ST_SUCCESS) { in execute()