Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/resources/
Drscalc.c753 u32 table_index; in acpi_rs_get_pci_routing_table_length() local
790 for (table_index = 0; table_index < 4 && !name_found; table_index++) { in acpi_rs_get_pci_routing_table_length()
/linux-2.4.37.9/drivers/net/
Dmv64340_eth.c1879 int table_index; local
1882 for (table_index = 0; table_index <= 0xC; table_index += 4)
1885 (eth_port_num) + table_index), 0);
1887 for (table_index = 0; table_index <= 0xFC; table_index += 4) {
1891 (eth_port_num) + table_index), 0);
1894 (eth_port_num) + table_index), 0);
/linux-2.4.37.9/fs/jfs/
Djfs_dtree.c2074 u32 table_index, next_index; in dtDelete() local
2097 table_index = le32_to_cpu(ldtentry->index); in dtDelete()
2126 free_index(tid, ip, table_index, next_index); in dtDelete()