/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | picllibdevinfo.c | 54 char bus_addr[PICL_PROPNAMELEN_MAX]; member 65 char bus_addr[20]; member 106 return (strcmp(pinfo1->bus_addr, pinfo2->bus_addr)); in compare() 241 "r", port_info->bus_addr, in create_port_config_info() 317 char *bus_addr = NULL; in probe_tree() local 354 bus_addr = di_bus_addr(node); in probe_tree() 357 if ((bus_addr == NULL) || (drv_name == NULL)) { in probe_tree() 370 (void) strncpy(port_info->bus_addr, bus_addr, in probe_tree() 371 sizeof (port_info->bus_addr)); in probe_tree() 497 char *bus_addr = NULL; in walk_tree() local [all …]
|
H A D | piclscsi.c | 272 get_scsislot_name(char *devfs_path, char *bus_addr, char *name) in get_scsislot_name() argument 307 target_id = strtol(bus_addr, (char **)NULL, 16); in get_scsislot_name() 332 get_bus_addr(char *scsi_loc, char **bus_addr) in get_bus_addr() argument 400 *bus_addr = (char *)malloc(strlen(addr)+1); in get_bus_addr() 401 if ((*bus_addr) == NULL) in get_bus_addr() 403 (void) strcpy((char *)*bus_addr, addr); in get_bus_addr() 418 char *bus_addr = NULL; in dyn_probe_for_scsi_frus() local 456 get_bus_addr(cfgalist[i].ap_log_id, &bus_addr); in dyn_probe_for_scsi_frus() 457 if (bus_addr == NULL) { in dyn_probe_for_scsi_frus() 461 bus_addr, geo_addr, SANIBEL_SCSI_SLOT, B_TRUE); in dyn_probe_for_scsi_frus() [all …]
|
H A D | piclfrutree.c | 3523 char bus_addr[PICL_PROPNAMELEN_MAX]; in add_node2cache() local 3568 if ((rc = ptree_get_propval_by_name(nodeh, PICL_PROP_BUS_ADDR, bus_addr, in add_node2cache() 3569 sizeof (bus_addr))) != PICL_SUCCESS) { in add_node2cache() 3571 PICL_PROP_UNIT_ADDRESS, bus_addr, in add_node2cache() 3572 sizeof (bus_addr))) != PICL_SUCCESS) { in add_node2cache() 3599 "PROP", PICL_PROP_BUS_ADDR, "string", "r", bus_addr, in add_node2cache() 4053 char bus_addr[PICL_PROPNAMELEN_MAX]; in init_scsi_slot() local 4078 PICL_PROP_BUS_ADDR, bus_addr, in init_scsi_slot() 4079 sizeof (bus_addr))) != PICL_SUCCESS) { in init_scsi_slot() 4084 if ((rc = get_scsislot_name(devfs_path, bus_addr, in init_scsi_slot() [all …]
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | pshot.c | 448 char *bus_addr; in pshot_probe() local 454 &bus_addr) == DDI_PROP_SUCCESS) { in pshot_probe() 455 if (strncmp(bus_addr, "failprobe", 9) == 0) { in pshot_probe() 459 instance, bus_addr); in pshot_probe() 460 ddi_prop_free(bus_addr); in pshot_probe() 463 ddi_prop_free(bus_addr); in pshot_probe() 510 char *bus_addr; in pshot_attach() local 535 &bus_addr) == DDI_PROP_SUCCESS) && bus_addr != NULL) { in pshot_attach() 536 if (strncmp(bus_addr, "failattach", 10) == 0) { in pshot_attach() 540 instance, bus_addr); in pshot_attach() [all …]
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | io.h | 29 static inline void *ioremap(unsigned long bus_addr, unsigned long length __unused) in ioremap() argument 31 return bus_to_virt(bus_addr); in ioremap()
|
/titanic_41/usr/src/uts/intel/io/drm/ |
H A D | radeon_cp.c | 1307 (long)dev_priv->gart_info.bus_addr, in radeon_set_pciegart() 1312 dev_priv->gart_info.bus_addr); in radeon_set_pciegart() 1345 RADEON_WRITE(RADEON_AIC_PT_BASE, dev_priv->gart_info.bus_addr); in radeon_set_pcigart() 1659 dev_priv->gart_info.bus_addr = in radeon_do_init_cp() 1662 dev_priv->gart_info.bus_addr; in radeon_do_init_cp() 1681 dev_priv->gart_info.bus_addr = 0; in radeon_do_init_cp() 1741 if (dev_priv->gart_info.bus_addr) { in radeon_do_cleanup_cp()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_subr.c | 161 char *bus_addr[MAX_DIPATH_DEPTH] = { NULL }; in pi_get_dipath() local 174 bus_addr[depth] = topo_mod_strdup(mod, in pi_get_dipath() 186 int len = strlen(bus_addr[i]) + strlen("/@") + 1; in pi_get_dipath() 189 rv = snprintf(dev_path[j], len, "/@%s", bus_addr[i]); in pi_get_dipath() 207 if (bus_addr[i] != NULL) { in pi_get_dipath() 208 topo_mod_strfree(mod, bus_addr[i]); in pi_get_dipath()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4/hostbridge/ |
H A D | hb_sun4.c | 42 busorrc_new(topo_mod_t *mod, const char *bus_addr, di_node_t di) in busorrc_new() argument 52 bac = topo_mod_strdup(mod, bus_addr); in busorrc_new()
|
/titanic_41/usr/src/uts/common/io/drm/ |
H A D | ati_pcigart.c | 69 gart_info->bus_addr = entry->dmah_gart->paddr; in drm_ati_pcigart_init()
|
H A D | drmP.h | 631 dma_addr_t bus_addr; member
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 327 char bus_addr, char *slot_name); 1161 add_pci_location(picl_nodehdl_t childh, char *parent_addr, char bus_addr, in add_pci_location() argument 1185 if (err == PICL_SUCCESS && addr[0] == bus_addr && in add_pci_location() 1192 if (err == PICL_SUCCESS && addr[0] == bus_addr && in add_pci_location() 1223 PICL_SUCCESS && addr[0] == bus_addr && in add_pci_location() 1227 PICL_SUCCESS && addr[0] == bus_addr && in add_pci_location()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 2143 char *name, int len, int bus_addr) in vhci_scsi_get_name_bus_addr() argument 2172 if (bus_addr == 0) { in vhci_scsi_get_name_bus_addr()
|