Home
last modified time | relevance | path

Searched refs:idepon_list (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.bin/dsynth/
H A Dpkglist.c72 pkg->idepon_list.next = &pkg->idepon_list; in allocpkg()
73 pkg->idepon_list.prev = &pkg->idepon_list; in allocpkg()
131 ddassert(scan->idepon_list.next == &scan->idepon_list); in pkg_enter()
504 PKGLIST_FOREACH(link, &scan->idepon_list) { in processPackageListBulk()
759 link->next = &pkg->idepon_list; in resolveFlavors()
760 link->prev = pkg->idepon_list.prev; in resolveFlavors()
870 link->next = &pkg->idepon_list; in resolveDepString()
871 link->prev = pkg->idepon_list.prev; in resolveDepString()
H A Dstatus.c139 PKGLIST_FOREACH(link, &pkg->idepon_list) { in status_find_leaves()
326 PKGLIST_FOREACH(link, &pkg->idepon_list) { in status_clear_trav()
H A Dbuild.c450 PKGLIST_FOREACH(link, &pkg->idepon_list) { in build_find_leaves()
758 PKGLIST_FOREACH(link, &pkg->idepon_list) { in build_clear_trav()
1075 childInstallPkgDeps_recurse(NULL, &pkg->idepon_list, 0, 1, 0); in startworker()
1076 childInstallPkgDeps_recurse(NULL, &pkg->idepon_list, 1, 1, 0); in startworker()
1704 if (PKGLIST_EMPTY(&work->pkg->idepon_list)) in childInstallPkgDeps()
1714 childInstallPkgDeps_recurse(fp, &work->pkg->idepon_list, 0, 1, 0); in childInstallPkgDeps()
1715 childInstallPkgDeps_recurse(fp, &work->pkg->idepon_list, 1, 1, 0); in childInstallPkgDeps()
1779 pkg_t *spkg = pkg->idepon_list.next->pkg; in childInstallPkgDeps_recurse()
1805 &pkg->idepon_list, in childInstallPkgDeps_recurse()
1824 tot += childInstallPkgDeps_recurse(fp, &pkg->idepon_list, in childInstallPkgDeps_recurse()
[all …]
H A Ddsynth.h141 pkglink_t idepon_list; /* I need these pkgs */ member
H A Drepo.c415 PKGLIST_FOREACH(link, &pkg->idepon_list) { in removePackagesMetaRecurse()