Searched defs:dependencies (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc51 * Print all the dependencies of a target. First print all the Makefiles.
52 * Then print all the dependencies. Finally, print all the .INIT
53 * dependencies.
56 * target The target we print dependencies for
110 * Print some special dependencies.
111 * These are the dependencies for the .INIT and .DONE targets.
115 * name Special target to print dependencies for
123 register Dependency dependencies; local
126 if (line != NULL && line->body.line.dependencies != NULL) {
128 print_deplist(line->body.line.dependencies);
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm_impl.h59 * The dependencies list identifies which resources this resource is
68 struct link *dependencies; member in struct:rsrc
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h330 ipqos_conf_act_ref_t *dependencies; member in struct:ipqos_conf_action_s
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c35 * which dependencies are unsatisfied and recurse. If a causal service is not
44 * Computing an impact list is more involved because the dependencies in the
140 uu_list_t *dependencies; /* list of dependency_group's */ member in struct:__anon1865
293 assert(svcp->dependencies == NULL);
294 svcp->dependencies = uu_list_create(depgroups, svcp, UU_LIST_DEBUG);
295 if (svcp->dependencies == NULL)
400 r = uu_list_append(svcp->dependencies, dg);
1244 for (dg = uu_list_first(svcp->dependencies);
1246 dg = uu_list_next(svcp->dependencies, dg)) {
1445 ip->summary = gettext("has missing dependencies
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h542 struct _Percent *dependencies; member in struct:_Percent
563 * For "target : dependencies" constructs
568 struct _Dependency *dependencies; member in struct:Line
636 * For "target:: dependencies" constructs
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c109 xmlNodePtr dependencies; member in struct:entity_elts
3553 * which will change ud_cur_depts_pg or dependencies in other
9380 if (eelts->dependencies == NULL)
9381 eelts->dependencies = n;
9383 (void) xmlAddSibling(eelts->dependencies, n);
10666 elts.dependencies == NULL && elts.method_context == NULL &&
10687 (void) xmlAddChildList(n, elts.dependencies);
10804 (void) xmlAddChildList(snode, elts.dependencies);
12338 * running and delete dependencies in other entities which the instance
12339 * declared as "dependents". If there are dependencies whic
[all...]

Completed in 92 milliseconds