Home
last modified time | relevance | path

Searched refs:bus_addr (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dpci.c60 uintptr_t bus_addr; in pcie_bus_walk_step() local
69 if (!pcie_bus_match(devi, &bus_addr)) { in pcie_bus_walk_step()
73 if (mdb_vread(&bus, sizeof (bus), bus_addr) == -1) { in pcie_bus_walk_step()
74 mdb_warn("failed to read pcie_bus_t at %p", bus_addr); in pcie_bus_walk_step()
78 return (wsp->walk_callback(bus_addr, &bus, wsp->walk_cbdata)); in pcie_bus_walk_step()
H A Ddevinfo.c1208 uintptr_t bus_addr; in devinfo() local
1209 if (pcie_bus_match(&devi, &bus_addr)) { in devinfo()
1210 mdb_printf("%p\n", bus_addr); in devinfo()
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c459 char *node_name, *bus_addr; in new_device_node() local
469 bus_addr = di_bus_addr(dev); in new_device_node()
470 if (bus_addr && (strlen(bus_addr) > 0)) { in new_device_node()
472 bus_addr) >= sizeof (name)) { in new_device_node()
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c450 char *bus_addr; in pshot_probe() local
461 instance, bus_addr); in pshot_probe()
462 ddi_prop_free(bus_addr); in pshot_probe()
465 ddi_prop_free(bus_addr); in pshot_probe()
512 char *bus_addr; in pshot_attach() local
537 &bus_addr) == DDI_PROP_SUCCESS) && bus_addr != NULL) { in pshot_attach()
546 ddi_prop_free(bus_addr); in pshot_attach()
1665 char *bus_addr; in pshot_initchild() local
1726 ddi_prop_free(bus_addr); in pshot_initchild()
1735 ddi_prop_free(bus_addr); in pshot_initchild()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h30 static inline void *ioremap(unsigned long bus_addr, unsigned long length __unused) in ioremap() argument
32 return bus_to_virt(bus_addr); in ioremap()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c325 char bus_addr, char *slot_name);
1159 add_pci_location(picl_nodehdl_t childh, char *parent_addr, char bus_addr, in add_pci_location() argument
1183 if (err == PICL_SUCCESS && addr[0] == bus_addr && in add_pci_location()
1190 if (err == PICL_SUCCESS && addr[0] == bus_addr && in add_pci_location()
1221 PICL_SUCCESS && addr[0] == bus_addr && in add_pci_location()
1225 PICL_SUCCESS && addr[0] == bus_addr && in add_pci_location()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c2146 char *name, int len, int bus_addr) in vhci_scsi_get_name_bus_addr() argument
2175 if (bus_addr == 0) { in vhci_scsi_get_name_bus_addr()