Searched defs:next_bus (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c337 uint64_t next_bus; local
347 &next_bus, &blen, NDI_RA_TYPE_PCI_BUSNUM,
384 "already set up %x\n", (int)next_bus);
385 (void) ndi_ra_free(dip, next_bus, (uint64_t)1,
2431 uint64_t next_bus, blen; local
2447 &next_bus, &blen, NDI_RA_TYPE_PCI_BUSNUM,
2497 &next_bus, &blen, NDI_RA_TYPE_PCI_BUSNUM,
2503 (int)next_bus, (int)req.ra_len);
2521 (uint64_t)next_bus, req.ra_len,
H A Dcardbus_cfg.c2364 uint64_t next_bus; local
2422 &next_bus, &blen, NDI_RA_TYPE_PCI_BUSNUM,
2428 new_bus = next_bus;
2496 uint64_t next_bus; local
2635 &next_bus, &blen,
2643 new_bus = next_bus;
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c793 uint64_t next_bus; local
828 if (ndi_ra_alloc(ddi_get_parent(new_device), &req, &next_bus, &blen,
834 DEBUG1("ntbridge bus range start ->[%d]\n", next_bus);
840 bus_range[0] = (int)next_bus;
841 bus_range[1] = (int)next_bus;
883 if (pcicfg_add_config_reg(new_ntbridgechild, next_bus, devno, 0)
4041 uint64_t next_bus; local
4146 next_bus = pcibus_base;
4149 new_bus = next_bus;
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c914 uint64_t next_bus; local
950 &next_bus, &blen, NDI_RA_TYPE_PCI_BUSNUM,
956 DEBUG1("ntbridge bus range start ->[%d]\n", next_bus);
962 bus_range[0] = (int)next_bus;
963 bus_range[1] = (int)next_bus;
1012 if (pcicfg_add_config_reg(new_ntbridgechild, next_bus, devno, 0)
4895 uint64_t next_bus; local
4970 next_bus = pcibus_base;
4973 new_bus = next_bus;

Completed in 178 milliseconds