Home
last modified time | relevance | path

Searched refs:bus_path (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c48 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 …]
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c39 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()
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c324 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()
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c1263 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()
/illumos-gate/usr/src/uts/common/sys/hotplug/
H A Dhpctrl.h273 extern int hpc_slot_register(dev_info_t *dip, char *bus_path,