Searched defs:packages (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Ddepend.c42 static pkg_list *packages[HASH_SIZE]; variable
53 for (tmp = packages[bucket]; tmp != NULL; tmp = tmp->next) {
70 tmp->next = packages[bucket];
71 packages[bucket] = tmp;
153 * depend won't exist in ON packages until a build
156 * packages would copy in during the build.
171 * We have to be careful with some of the packages that are
175 * packages, since on x86 we only want the .i one, and on sparc
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c123 struct dr_pkg_entry *packages; /* pointer to the list of packages */ member in struct:drinfo
127 int total_pkgs; /* total number of dryrun packages */
171 pkg_entry = &(dr_info.packages);
191 pkg_entry = dr_info.packages;
387 pkg_entry = dr_info.packages;
447 * Now all of the entries about the various packages that own
501 dr_info.packages = NULL;
615 * Now all of the entries about the various packages that own

Completed in 51 milliseconds