Searched refs:new_bus (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 4042 uint_t new_bus, num_slots; local 4149 new_bus = next_bus; 4151 DEBUG1("NEW bus found ->[%d]\n", new_bus); 4154 *highest_bus = new_bus; 4415 (void) pcicfg_set_bus_numbers(h, bus, new_bus, max_bus); 4440 bus_range[0] = new_bus; 4514 new_bus, trans_device, j & 7, highest_bus, 4519 "func [0x%x]\n", new_bus, 4528 "func [0x%x]\n", new_bus, 4639 uint8_t highest_bus_reqd = new_bus [all...] |
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 2362 uint_t new_bus; local 2428 new_bus = next_bus; 2430 "NEW bus found [%u]->[%u]\n", bus, new_bus); 2432 (void) cardbus_set_bus_numbers(config_handle, bus, new_bus); 2442 switch (cardbus_probe_children(cbp, attpt, new_bus, i, 2449 new_bus, i, j); 2500 uint_t new_bus; local 2643 new_bus = next_bus; 2646 "NEW bus found [%u]->[%u]\n", bus, new_bus); 2651 bus, new_bus); [all...] |
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 4896 uint_t new_bus, num_slots; local 4973 new_bus = next_bus; 4975 DEBUG1("NEW bus found ->[%d]\n", new_bus); 4978 *highest_bus = new_bus; 5070 pcicfg_set_bus_numbers(h, bus, new_bus, max_bus); 5075 bus_range[0] = new_bus; 5219 (int)bus, (int)new_bus) != PCICFG_SUCCESS) { 5257 new_bus, trans_device, (j & 7), highest_bus, 5263 "func [0x%x]\n", new_bus, 5271 "func [0x%x]\n", new_bus, [all...] |
Completed in 86 milliseconds