Home
last modified time | relevance | path

Searched refs:tmp_res (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc/kernel/
Dpci.c1184 struct resource tmp_res; in do_fixup_p2p_level() local
1188 memset(&tmp_res, 0, sizeof(tmp_res)); in do_fixup_p2p_level()
1189 tmp_res.start = bus->resource[parent_io]->start; in do_fixup_p2p_level()
1194 if (tmp_res.start == 0) in do_fixup_p2p_level()
1195 tmp_res.start = 0x1000; in do_fixup_p2p_level()
1200 check_for_io_childs(b, &tmp_res, &found_vga)) { in do_fixup_p2p_level()
1222 *res = tmp_res; in do_fixup_p2p_level()
/linux-2.4.37.9/drivers/net/bonding/
Dbond_main.c3927 int tmp_res; in bond_change_mtu() local
3930 tmp_res = slave->dev->change_mtu(slave->dev, bond_dev->mtu); in bond_change_mtu()
3931 if (tmp_res) { in bond_change_mtu()
3932 dprintk("unwind err %d dev %s\n", tmp_res, in bond_change_mtu()
4012 int tmp_res; in bond_set_mac_address() local
4014 tmp_res = slave->dev->set_mac_address(slave->dev, &tmp_sa); in bond_set_mac_address()
4015 if (tmp_res) { in bond_set_mac_address()
4016 dprintk("unwind err %d dev %s\n", tmp_res, in bond_set_mac_address()