Searched refs:bus_path (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_ctl.c | 48 static int get_hba_children(char *bus_path, char *dev_excl, char ***dev_list); 720 char *bus_path, *bus_end; in quiesce_required() local 725 bus_path = apidp->hba_phys + strlen(DEVICES_DIR); in quiesce_required() 726 bus_end = strrchr(bus_path, ':'); in quiesce_required() 730 bus_node = di_init(bus_path, DINFOSUBTREE|DINFOPROP); in quiesce_required() 875 char *bus_path = NULL; in suspend_in_rcm() local 886 if ((bus_path = get_node_path(apidp->hba_phys)) == NULL) in suspend_in_rcm() 901 if ((ret = get_hba_children(bus_path, dev_path, &suspend_list)) in suspend_in_rcm() 916 S_FREE(bus_path); in suspend_in_rcm() 1495 get_hba_children(char *bus_path, char *dev_excl, char ***dev_listp) in get_hba_children() argument [all …]
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rcm.c | 39 char *bus_path; member 226 walkargs.bus_path = rsrc_fixed; in fp_rcm_suspend() 319 walkargs.bus_path = rsrc_fixed; in fp_rcm_resume() 460 if (strcmp(disk_path, walkargs->bus_path) != 0 && in fp_rcm_process_node()
|
/titanic_50/usr/src/uts/common/io/hotplug/hpcsvc/ |
H A D | hpcsvc.c | 324 char bus_path[MAXPATHLEN + 1]; in hpc_nexus_register_bus() local 329 (void) ddi_pathname(dip, bus_path); in hpc_nexus_register_bus() 330 busp = hpc_find_bus_by_name(bus_path); in hpc_nexus_register_bus() 341 (void) strcpy(busp->bus_name, bus_path); in hpc_nexus_register_bus()
|
/titanic_50/usr/src/cmd/luxadm/ |
H A D | hotplug.c | 1263 char bus_path[MAXPATHLEN]; in hotplug_e() local 1354 (void) strcpy(bus_path, path_phys); in hotplug_e() 1355 if (g_get_pathlist(bus_path, &pathlist)) { in hotplug_e() 1386 (void) strcpy(bus_path, in hotplug_e() 1391 (void) strcpy(bus_path, in hotplug_e() 1395 (void) strcpy(bus_path, in hotplug_e() 1401 (void) strcpy(bus_path, path_phys); in hotplug_e() 1402 ptr = strrchr(bus_path, '/'); in hotplug_e() 1414 if ((dcp = devctl_bus_acquire(bus_path, in hotplug_e() 1420 bus_path, strerror(errno)); in hotplug_e()
|
/titanic_50/usr/src/uts/common/sys/hotplug/ |
H A D | hpctrl.h | 273 extern int hpc_slot_register(dev_info_t *dip, char *bus_path,
|
/titanic_50/usr/src/uts/sun4u/montecarlo/io/ |
H A D | hsc.c | 928 char *bus_path, /* PCI nexus pathname */ in hsc_slot_register() argument 971 bus_path, in hsc_slot_register() 981 bus_path, device_number); in hsc_slot_register()
|