Searched refs:mpg_next (Results 1 – 2 of 2) sorted by relevance
6533 *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 …]
280 struct man_pg_s *mpg_next; member