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

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

Completed in 93 milliseconds