Home
last modified time | relevance | path

Searched refs:busp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c331 if (busp == NULL) { in hpc_nexus_register_bus()
395 for (busp = hpc_bus_list_head; busp != NULL; busp_prev = busp, in hpc_nexus_unregister_bus()
396 busp = busp->bus_next) { in hpc_nexus_unregister_bus()
400 if (busp == NULL) { in hpc_nexus_unregister_bus()
465 if (busp == NULL) { in hpc_slot_register()
632 cv_wait(&busp->bus_thread_cv, &busp->bus_mutex); in hpc_slot_unregister()
643 for (busp = hpc_bus_list_head; busp != NULL; busp_prev = busp, in hpc_slot_unregister()
644 busp = busp->bus_next) in hpc_slot_unregister()
871 cv_wait(&busp->bus_thread_cv, &busp->bus_mutex); in hpc_slot_event_dispatcher()
912 for (busp = hpc_bus_list_head; busp != NULL; busp = busp->bus_next) { in hpc_find_bus_by_name()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1145 struct apic_bus *busp; in apic_parse_mpct() local
1238 apic_single_pci_busid = busp->bus_id; in apic_parse_mpct()
1240 busp++; in apic_parse_mpct()
1586 struct apic_bus *busp; in apic_find_bus() local
1588 busp = apic_busp; in apic_find_bus()
1590 if (busp->bus_id == busid) in apic_find_bus()
1592 busp++; in apic_find_bus()
1601 struct apic_bus *busp; in apic_find_bus_id() local
1603 busp = apic_busp; in apic_find_bus_id()
1606 return (busp->bus_id); in apic_find_bus_id()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c146 acpidev_bus_range_t *busp; in acpidev_resource_handle_grow() local
150 sz = sizeof (*busp) * rhdl->acpidev_bus_max; in acpidev_resource_handle_grow()
151 busp = kmem_zalloc(sz, KM_SLEEP); in acpidev_resource_handle_grow()
152 sz = sizeof (*busp) * rhdl->acpidev_bus_count; in acpidev_resource_handle_grow()
153 bcopy(rhdl->acpidev_busp, busp, sz); in acpidev_resource_handle_grow()
157 rhdl->acpidev_busp = busp; in acpidev_resource_handle_grow()
283 acpidev_bus_range_t *busp) in acpidev_resource_insert_bus() argument
286 ASSERT(busp != NULL); in acpidev_resource_insert_bus()
291 rhdl->acpidev_busp[rhdl->acpidev_bus_count] = *busp; in acpidev_resource_insert_bus()
299 acpidev_bus_range_t *busp, uint_t *cntp) in acpidev_resource_get_buses() argument
[all …]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcache.c78 static void update_desc_busp(descriptor_t *descp, bus_t *busp);
936 update_desc_busp(descriptor_t *descp, bus_t *busp) in update_desc_busp() argument
939 for (; busp; busp = busp->next) { in update_desc_busp()
940 if (libdiskmgt_str_eq(descp->p.bus->name, busp->name)) { in update_desc_busp()
941 descp->p.bus = busp; in update_desc_busp()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpidev_rsc.h162 acpidev_bus_range_t *busp);
164 acpidev_bus_range_t *busp, uint_t *cntp);
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c1297 pcie_bus_t *busp = NULL; in px_pci_config_get() local
1310 busp = PCIE_DIP2BUS(cdip); in px_pci_config_get()
1316 if (busp && PCIE_BUS2DOM(busp) && PCIE_IS_ASSIGNED(busp)) { in px_pci_config_get()
1318 rdata = busp->bus_dev_ven_id & 0xffff; in px_pci_config_get()
1320 rdata = busp->bus_dev_ven_id >> 16; in px_pci_config_get()
1322 rdata = busp->bus_dev_ven_id; in px_pci_config_get()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2145 char *busp, *modp, *atp; in x86_old_bootpath_name_addr_match() local
2149 bp1275 = bp = addrp = eoaddrp = busp = modp = atp = NULL; in x86_old_bootpath_name_addr_match()
2185 if ((busp = strchr(bp1275, '/')) != NULL) { in x86_old_bootpath_name_addr_match()
2186 if ((modp = strchr(busp + 1, '/')) != NULL) { in x86_old_bootpath_name_addr_match()
2221 if ((busp = strchr(bp, '/')) != NULL) { in x86_old_bootpath_name_addr_match()
2222 if ((modp = strchr(busp + 1, '/')) != NULL) { in x86_old_bootpath_name_addr_match()
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1145 get_busdevfn(dev_info_t *dip, int *busp, int *devfnp) in get_busdevfn() argument
1163 *busp = PCI_REG_BUS_G(regspec[0].pci_phys_hi); in get_busdevfn()