Lines Matching refs:systable
29 static struct efi_system_table *systable; variable
182 void *get_dtb(struct efi_system_table *systable) in get_dtb() argument
187 for (i = 0; i < systable->nr_tables; ++i) { in get_dtb()
188 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in get_dtb()
190 dtb = systable->tables[i].table; in get_dtb()
433 dtb = get_dtb(systable); in do_save()
504 systable = systab; in efi_main()
505 cerr = systable->std_err; in efi_main()
506 cout = systable->con_out; in efi_main()
507 cin = systable->con_in; in efi_main()
508 bs = systable->boottime; in efi_main()