Searched defs:next_path (Results 1 - 3 of 3) sorted by relevance

/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);

Completed in 70 milliseconds