Lines Matching refs:gdp

344 			Grp_desc	*gdp;  in remove_so()  local
347 for (ALIST_TRAVERSE(ghp->gh_depends, idx2, gdp)) { in remove_so()
348 if (gdp->gd_depend != lmp) in remove_so()
613 Grp_desc *gdp; in gdp_collect() local
628 for (ALIST_TRAVERSE(ghp1->gh_depends, idx1, gdp)) { in gdp_collect()
629 Rt_map *lmp = gdp->gd_depend; in gdp_collect()
637 if ((gdp->gd_flags & GPD_PARENT) || in gdp_collect()
638 ((gdp->gd_flags & GPD_ADDEPS) == 0)) in gdp_collect()
752 Grp_desc *gdp; in remove_rescan() local
763 gdp)) { in remove_rescan()
764 Rt_map *dlmp = gdp->gd_depend; in remove_rescan()
804 Grp_desc *gdp; in free_hdl() local
808 for (ALIST_TRAVERSE(ghp->gh_depends, idx, gdp)) { in free_hdl()
809 Rt_map *lmp = gdp->gd_depend; in free_hdl()
853 Grp_desc *gdp; in remove_lmc() local
929 for (ALIST_TRAVERSE(ghp->gh_depends, idx, gdp)) { in remove_lmc()
930 Rt_map *lmp = gdp->gd_depend; in remove_lmc()
942 if (gdp->gd_flags & GPD_FILTER) { in remove_lmc()
1028 Grp_desc *gdp; in remove_hdl() local
1071 for (ALIST_TRAVERSE(ghp->gh_depends, idx2, gdp)) { in remove_hdl()
1081 if ((gdp->gd_flags & in remove_hdl()
1085 lmp = gdp->gd_depend; in remove_hdl()
1159 for (ALIST_TRAVERSE(ghp2->gh_depends, idx2, gdp)) in remove_hdl()
1160 gdp->gd_flags |= GPD_REMOVE; in remove_hdl()
1171 for (ALIST_TRAVERSE(ghp->gh_depends, idx2, gdp)) { in remove_hdl()
1175 lmp = gdp->gd_depend; in remove_hdl()
1202 if (gdp->gd_flags & GPD_REMOVE) in remove_hdl()
1203 gdp->gd_flags &= ~GPD_REMOVE; in remove_hdl()
1242 for (ALIST_TRAVERSE(ghp->gh_depends, idx2, gdp)) { in remove_hdl()
1243 lmp = gdp->gd_depend; in remove_hdl()
1252 (gdp->gd_flags & GPD_REMOVE)) in remove_hdl()
1255 if (gdp->gd_flags & GPD_REMOVE) in remove_hdl()
1256 gdp->gd_flags &= ~GPD_REMOVE; in remove_hdl()
1275 for (ALIST_TRAVERSE(ghp->gh_depends, idx2, gdp)) { in remove_hdl()
1280 lmp = gdp->gd_depend; in remove_hdl()
1290 ((gdp->gd_flags & GPD_PARENT) == 0)) { in remove_hdl()
1302 } else if (gdp->gd_flags & GPD_REMOVE) in remove_hdl()
1448 for (ALIST_TRAVERSE(ghp->gh_depends, idx2, gdp)) { in remove_hdl()
1449 uint_t flags = gdp->gd_flags; in remove_hdl()
1454 lmp = gdp->gd_depend; in remove_hdl()
1510 for (ALIST_TRAVERSE(ghp->gh_depends, idx1, gdp)) in remove_hdl()
1512 gdp->gd_depend, DBG_DEP_ORPHAN, 0)); in remove_hdl()