Home
last modified time | relevance | path

Searched refs:table_index (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/x86/pci/
H A Dpci_msi_machdep.c104 u_int table_index; in pci_msi_alloc_vectors() local
107 table_index = i; in pci_msi_alloc_vectors()
109 table_index = table_indexes[i]; in pci_msi_alloc_vectors()
111 pih = pci_msi_calculate_handle(msi_pic, table_index); in pci_msi_alloc_vectors()
/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dlua_module.cpp81 get_tree_key(lutok::state& state, const int table_index, const int field_index) in get_tree_key() argument
91 if (state.get_metafield(table_index, "tree_key")) { in get_tree_key()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ip2k.c349 int table_index = 0; in ip2k_is_switch_table_128() local
371 return table_index; in ip2k_is_switch_table_128()
377 table_index++; in ip2k_is_switch_table_128()
429 int table_index = 0; in ip2k_is_switch_table_256() local
456 return table_index; in ip2k_is_switch_table_256()
465 return table_index; in ip2k_is_switch_table_256()
471 table_index++; in ip2k_is_switch_table_256()
H A Darchive.c437 unsigned long table_index = 0; in get_extended_arelt_filename() local
444 table_index = strtol (name + 1, (char **) &endp, 10); in get_extended_arelt_filename()
445 if (errno != 0 || table_index >= bfd_ardata (arch)->extended_names_size) in get_extended_arelt_filename()
466 return bfd_ardata (arch)->extended_names + table_index; in get_extended_arelt_filename()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-ip2k.c349 int table_index = 0; in ip2k_is_switch_table_128() local
371 return table_index; in ip2k_is_switch_table_128()
377 table_index++; in ip2k_is_switch_table_128()
429 int table_index = 0; in ip2k_is_switch_table_256() local
456 return table_index; in ip2k_is_switch_table_256()
465 return table_index; in ip2k_is_switch_table_256()
471 table_index++; in ip2k_is_switch_table_256()
H A Darchive.c457 unsigned long table_index = 0; in get_extended_arelt_filename() local
464 table_index = strtol (name + 1, (char **) &endp, 10); in get_extended_arelt_filename()
465 if (errno != 0 || table_index >= bfd_ardata (arch)->extended_names_size) in get_extended_arelt_filename()
486 return bfd_ardata (arch)->extended_names + table_index; in get_extended_arelt_filename()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Damdgpu_bios_parser2.c358 unsigned int table_index = 0; in get_gpio_i2c_info() local
387 for (table_index = 0; table_index < count; table_index++) { in get_gpio_i2c_info()
389 header->gpio_pin[table_index].gpio_id & in get_gpio_i2c_info()
392 (header->gpio_pin[table_index].gpio_id & in get_gpio_i2c_info()
395 (header->gpio_pin[table_index].gpio_id & in get_gpio_i2c_info()
418 header->gpio_pin[table_index].data_a_reg_index); in get_gpio_i2c_info()
420 header->gpio_pin[table_index].gpio_bitshift; in get_gpio_i2c_info()
H A Damdgpu_bios_parser.c662 uint32_t table_index = 0; in get_ss_info_v3_1() local
686 if (table_index != index) { in get_ss_info_v3_1()
687 table_index++; in get_ss_info_v3_1()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_smu.c525 int smu_update_table(struct smu_context *smu, enum smu_table_id table_index, int argument, in smu_update_table() argument
531 int table_id = smu_table_get_index(smu, table_index); in smu_update_table()
538 table_size = smu_table->tables[table_index].size; in smu_update_table()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Damdgpu_smu.h673 int smu_update_table(struct smu_context *smu, enum smu_table_id table_index, int argument,
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1998246 __cp_eh_info for getting the eh info pointer. Add table_index to
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-1998638 * eh-common.h (struct eh_context): Add table_index for rethrows.