Searched refs:dependencies (Results 1 - 20 of 20) 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...]
H A Dimplicit.cc371 (void) printf(gettext("%*sDate(%s)=%s Date-dependencies(%s)=%s\n"),
840 where ALL dependencies, including nonpattern ones, exist or
844 where all PATTERN dependencies can be build (no matter what
845 happens with nonpattern dependencies).
860 if (pat_rule->dependencies != NULL) {
861 for (pat_depe = pat_rule->dependencies;
960 /* this pattern rule is the needed one since all dependencies could be built */
965 /* Make does not know how to build some of dependencies from this rule.
966 But if all "pattern" dependencies can be built, we remember this rule
1000 for (pat_depe = pat_rule->dependencies;
[all...]
H A Dmisc.cc382 for (percent_depe = percent->dependencies;
437 /* All other dependencies */
466 (line->body.line.dependencies == NULL))) {
473 for (dependency = line->body.line.dependencies;
523 for (dependency = line->body.line.dependencies;
686 * targets with no dependencies.
H A Dstate.cc237 * Go through all the targets, dump their dependencies and
242 * If the target has no command used nor dependencies,
253 * Find out if any of the targets dependencies should
256 for (m = 0, dependency = lines->body.line.dependencies;
268 /* Only print if dependencies listed. */
284 /* If the target has dependencies, we dump them. */
299 lines->body.line.dependencies;
315 * wasn't done for the dependencies.
H A Ddoname.cc155 * Also, don't complain if just reporting the dependencies
195 for (dependency = source_line->body.line.dependencies;
365 * not all dependencies have to be built.
385 * building of it caused new automatic dependencies to be reported.
401 * of the dependencies as never built.
403 for (dependency = line->body.line.dependencies;
412 (line->body.line.dependencies != NULL)) {
419 for (dependency = line->body.line.dependencies;
430 for (p = automatics, dependency = line->body.line.dependencies;
467 * dependencies di
[all...]
H A Dread2.cc541 * Take one target and a list of dependencies and process the whole thing.
547 * depes A list of dependencies for the target
565 * automatic dependencies
595 /* Read the dependencies. They are "<directory> <target-made>*/
682 /* dependencies we add one "FRC" type */
790 /* dependencies. If this is the first time the target is */
799 for (dp = line->body.line.dependencies;
825 /* Enter the dependencies */
835 * dependencies at this point
878 for (insert = &line->body.line.dependencies, d
[all...]
H A Dparallel.cc817 * its dependencies built, and not be in a target group with a target
830 for (dep = line->body.line.dependencies;
1047 for (dp = line->body.line.dependencies; dp != NULL; dp = dp->next) {
1067 body.line.dependencies;
1399 * Check if we found any new auto dependencies when we
1406 (void) printf(gettext("%*sTarget `%s' acquired new dependencies from build, checking all dependencies\n"),
1472 * auto_count Count of automatic dependencies
1473 * automatics List of automatic dependencies
1486 * temp_file_name Temporary file for auto 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
H A Dttymux_rcm.c231 rsrc->dependencies = NULL;
345 linkhead = user->dependencies;
374 user->dependencies = link;
875 for (link = rs->dependencies;
898 for (link = rs->dependencies;
936 for (link = src->dependencies, cnt = 0;
1222 for (link = rsrc->dependencies; link != NULL; ) {
1266 * Search for any new dependencies since the last notification or
1282 if (rsrc->dependencies != NULL &&
1290 for (link = rsrc->dependencies; lin
[all...]
/illumos-gate/usr/src/grub/grub-0.97/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
39 Run PROGRAMS ARGS to compile a file, generating dependencies
46 DEPDIR directory where to store dependencies.
48 tmpdepfile Temporary file to use when outputing dependencies.
107 ## - Don't want to use -MD because we'd like the dependencies to end
134 ## dummy dependencies for each header file. Too bad gcc doesn't do
190 # The sourcefile does not contain any dependencies, so just
199 # The C for AIX Compiler uses -M and outputs the dependencies
233 # The sourcefile does not contain any dependencies, so just
280 # The Tru64 compiler uses -MD to generate dependencies a
[all...]
H A Dconfigure856 --enable-maintainer-mode enable make rules and dependencies not useful
3068 # We will build objects and dependencies in a subdirectory because
3070 # both Tru64's cc and ICC support -MD to output dependencies as a
3071 # side effect of compilation, but ICC will put the dependencies in
3081 # Setup a source with many dependencies, because some compilers
3179 # We will build objects and dependencies in a subdirectory because
3181 # both Tru64's cc and ICC support -MD to output dependencies as a
3182 # side effect of compilation, but ICC will put the dependencies in
3192 # Setup a source with many dependencies, because some compilers
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl98 print "\t -F force tests to be run, even if missing dependencies\n";
569 my @dependencies = ("gcc", "make", "java", "perl");
571 for my $dep (@dependencies) {
/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
H A Dipqosconf.c2497 for (dep = act->dependencies; dep; dep = dep->next) {
6700 free_arefs(act->dependencies);
8316 res = add_aref(&dact->dependencies, NULL, act->name);
8320 dact->dependencies->action = act;
8351 res = add_aref(&dact->dependencies, NULL,
8356 dact->dependencies->action = act;
8380 if (act->dependencies == NULL &&
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml76 among other things, collects such dependencies.
/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/uts/common/smbsrv/ndl/
H A Dsvcctl.ndl219 LPTSTR dependencies;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_svc.c860 cfg->dependencies = NDR_STRDUP(mxa, "");
867 bytes_needed += SVCCTL_WNSTRLEN((const char *)cfg->dependencies);
/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 160 milliseconds