Lines Matching defs:dependency
41 * we can always merge the unsatisfied dependency's causes into the
46 * offline services. For each unsatisfied dependency of an offline service,
47 * a svcptr to the dependent is added to the dependency's impact_dependents
49 * impact list. The direct dependency is used so that a path from the
145 uu_list_t *baddeps; /* list of dependency's */
168 uu_list_t *entities; /* List of struct dependency's */
172 struct dependency {
233 gettext("svc:/%s:%s has invalid dependency \"%s\".\n");
247 deps = uu_list_pool_create("deps", sizeof (struct dependency),
248 offsetof(struct dependency, node), NULL, UU_LIST_POOL_DEBUG);
290 struct dependency *d;
344 "dependency with unknown type \"%s\".\n"),
359 "dependency without an entities "
751 struct dependency *d;
825 struct dependency *d;
865 * The dependency group is not satisfied. Add all unsatisfied members
922 struct dependency *d;
984 struct dependency *d;
1057 "%s:%d: Unknown dependency grouping %d.\n", __FILE__,
1100 struct dependency *d, **deps;
1241 * dependency, unsatisfied file dependency), or to our cause list
1242 * (unsatisfied dependency).
1261 "dependency group with invalid type \"%s\".\n"),
1312 * ELOOP - dependency cycle detected
1455 ip->summary = gettext("completed a dependency cycle.");
1461 ip->summary = gettext("has an invalid dependency.");
1550 struct dependency *d;
1761 "Reason: Completes a dependency cycle."));
1777 (void) puts(gettext("Reason: Has invalid dependency."));