Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c796 ASSERT(adapter->next_path == NULL); in rsmka_remove_adapter()
2035 current = adapter->next_path; in lookup_path()
2043 current = current->next_path; in lookup_path()
2088 current = adapter->next_path; in rsm_find_path()
2095 current = current->next_path; in rsm_find_path()
2128 first_path = adapter->next_path; in link_path()
2129 adapter->next_path = path; in link_path()
2130 path->next_path = first_path; in link_path()
2162 current = adapter->next_path; in destroy_path()
2170 current = current->next_path; in destroy_path()
[all …]
/titanic_44/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h144 struct path *next_path; member
180 path_t *next_path; member
/titanic_44/usr/src/cmd/luxadm/
H A Dfchba.c1324 struct lun_tracking *next_path; member
1461 for (cmp = tmp; cmp->next_path != NULL; in add_lun_path()
1462 cmp = cmp->next_path) { in add_lun_path()
1472 cmp->next_path = (struct lun_tracking *)calloc(1, in add_lun_path()
1474 cmp = cmp->next_path; in add_lun_path()
1702 inner = inner->next_path) { in fchba_display_config()
1761 tmp_path = tmp_path->next_path) { in fchba_display_config()
1866 tmp_path = tmp_path->next_path) { in fchba_display_config()
1993 path = path->next_path) { in fchba_display_config()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c346 char next_path[256]; in psvcplugin_add_children() local
352 (void) snprintf(next_path, sizeof (next_path), "%s/%s", in psvcplugin_add_children()
354 psvcplugin_add_children(next_path); in psvcplugin_add_children()
/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c2731 goto next_path; in vhci_run_cmd()
2734 goto next_path; in vhci_run_cmd()
2739 next_path: in vhci_run_cmd()