Home
last modified time | relevance | path

Searched refs:mpg_next (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Ddman.c6533 *plpp = tpg->mpg_next; in man_pg_unassign()
6537 for (tpg = tpg->mpg_next; tpg != NULL; tpg = tpg->mpg_next) { in man_pg_unassign()
6545 tppg->mpg_next = tpg->mpg_next; in man_pg_unassign()
6546 tpg->mpg_next = NULL; in man_pg_unassign()
6743 while (tpg->mpg_next != NULL) in man_pg_create()
6744 tpg = tpg->mpg_next; in man_pg_create()
6745 tpg->mpg_next = mpg; in man_pg_create()
6767 for (mpg = plp; mpg != NULL; mpg = mpg->mpg_next) { in man_find_path_by_dev()
6791 for (; mpg != NULL; mpg = mpg->mpg_next) { in man_find_pg_by_id()
7185 for (mpg = manp->man_pg; mpg != NULL; mpg = mpg->mpg_next) { in man_pathgroups_report()
[all …]
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h280 struct man_pg_s *mpg_next; member