| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | pci.c | 63 uintptr_t bus_addr; in pcie_bus_walk_step() local 72 if (!pcie_bus_match(devi, &bus_addr)) { in pcie_bus_walk_step() 76 if (mdb_vread(&bus, sizeof (bus), bus_addr) == -1) { in pcie_bus_walk_step() 77 mdb_warn("failed to read pcie_bus_t at %p", bus_addr); in pcie_bus_walk_step() 81 return (wsp->walk_callback(bus_addr, &bus, wsp->walk_cbdata)); in pcie_bus_walk_step()
|
| H A D | devinfo.c | 1209 uintptr_t bus_addr; in devinfo() local 1210 if (pcie_bus_match(&devi, &bus_addr)) { in devinfo() 1211 mdb_printf("%p\n", bus_addr); in devinfo()
|
| /illumos-gate/usr/src/cmd/hotplugd/ |
| H A D | hotplugd_info.c | 459 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 D | pshot.c | 450 char *bus_addr; in pshot_probe() local 456 &bus_addr) == DDI_PROP_SUCCESS) { in pshot_probe() 457 if (strncmp(bus_addr, "failprobe", 9) == 0) { in pshot_probe() 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() 538 if (strncmp(bus_addr, "failattach", 10) == 0) { in pshot_attach() 542 instance, bus_addr); in pshot_attach() [all …]
|
| /illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
| H A D | ixgbe_e610.h | 88 u16 bus_addr, __le16 addr, u8 params, u8 *data); 91 u16 bus_addr, __le16 addr, u8 params, u8 *data); 98 s32 ixgbe_aci_sff_eeprom(struct ixgbe_hw *hw, u16 lport, u8 bus_addr,
|
| H A D | ixgbe_e610.c | 1774 u16 bus_addr, __le16 addr, u8 params, u8 *data) in ixgbe_aci_read_i2c() argument 1790 cmd->i2c_bus_addr = IXGBE_CPU_TO_LE16(bus_addr); in ixgbe_aci_read_i2c() 1826 u16 bus_addr, __le16 addr, u8 params, u8 *data) in ixgbe_aci_write_i2c() argument 1842 cmd->i2c_bus_addr = IXGBE_CPU_TO_LE16(bus_addr); in ixgbe_aci_write_i2c() 1959 s32 ixgbe_aci_sff_eeprom(struct ixgbe_hw *hw, u16 lport, u8 bus_addr, in ixgbe_aci_sff_eeprom() argument 1975 cmd->i2c_bus_addr = IXGBE_CPU_TO_LE16(((bus_addr >> 1) & in ixgbe_aci_sff_eeprom()
|
| /illumos-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | io.h | 30 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 D | piclfrutree.c | 325 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 D | scsi_vhci.c | 2146 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()
|