Lines Matching refs:systab

1412 	struct efi_configuration_table *this = &systab.tables[i];  in efi_remove_configuration_table()
1413 struct efi_configuration_table *next = &systab.tables[i + 1]; in efi_remove_configuration_table()
1414 struct efi_configuration_table *end = &systab.tables[systab.nr_tables]; in efi_remove_configuration_table()
1417 systab.nr_tables--; in efi_remove_configuration_table()
1441 for (i = 0; i < systab.nr_tables; i++) { in efi_install_configuration_table()
1442 if (!guidcmp(guid, &systab.tables[i].guid)) { in efi_install_configuration_table()
1444 systab.tables[i].table = table; in efi_install_configuration_table()
1459 memcpy(&systab.tables[i].guid, guid, sizeof(*guid)); in efi_install_configuration_table()
1460 systab.tables[i].table = table; in efi_install_configuration_table()
1461 systab.nr_tables = i + 1; in efi_install_configuration_table()
1465 efi_update_table_header_crc32(&systab.hdr); in efi_install_configuration_table()
1538 info->system_table = &systab; in efi_setup_loaded_image()
1684 info->system_table = &systab; in efi_load_image()
1749 ret = EFI_CALL(image_obj->entry(image_handle, &systab)); in efi_start_image()
1757 return EFI_CALL(systab.boottime->exit(image_handle, ret, 0, NULL)); in efi_start_image()
1873 if (!systab.boottime) in efi_exit_boot_services()
1902 systab.con_in_handle = NULL; in efi_exit_boot_services()
1903 systab.con_in = NULL; in efi_exit_boot_services()
1904 systab.con_out_handle = NULL; in efi_exit_boot_services()
1905 systab.con_out = NULL; in efi_exit_boot_services()
1906 systab.stderr_handle = NULL; in efi_exit_boot_services()
1907 systab.std_err = NULL; in efi_exit_boot_services()
1908 systab.boottime = NULL; in efi_exit_boot_services()
1911 efi_update_table_header_crc32(&systab.hdr); in efi_exit_boot_services()
3132 struct efi_system_table __efi_runtime_data systab = { variable
3162 (void **)&systab.tables); in efi_initialize_system_table()
3165 efi_update_table_header_crc32(&systab.hdr); in efi_initialize_system_table()