HomeSort by: relevance | last modified time | path
    Searched refs:targets (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
deptgt.mk 3 # Tests for special targets like .BEGIN or .SUFFIXES in dependency
8 # Just in case anyone tries to compile several special targets in a single
13 # The following lines demonstrate how 'targets' is set and reset during
17 # FinishDependencyGroup at "targets = NULL"
18 # Parse_File at "Lst_Free(targets)"
19 # Parse_File at "targets = Lst_New()"
20 # ParseLine_ShellCommand at "targets == NULL"
23 # parse.c:targets
25 target1 target2: sources # targets := [target1, target2] macro
26 : command1 # targets == [target1, target2 macro
27 : command2 # targets == [target1, target2] macro
    [all...]
varname-dot-alltargets.mk 14 # Since the tests are run with the -r option, no targets are
18 # Only first and second are "real" targets.
19 # The .ALLTARGETS variable is not about targets though, but
deptgt-delete_on_error.mk 7 # In compatibility mode, regular and phony targets are deleted, but precious
8 # targets are preserved.
10 # In parallel mode, regular targets are deleted, while phony and precious
11 # targets are preserved.
18 TARGETS= ${THIS}-regular ${THIS}-regular-delete
19 TARGETS+= ${THIS}-phony ${THIS}-phony-delete
20 TARGETS+= ${THIS}-precious ${THIS}-precious-delete
23 @rm -f ${TARGETS}
25 @-${.MAKE} -f ${MAKEFILE} -k ${TARGETS}
26 @rm -f ${TARGETS}
    [all...]
deptgt.exp 2 make: deptgt.mk:30: Unassociated shell command ": command3 # parse error, since targets == NULL"
5 Parsing deptgt.mk:37: : command for empty targets list
8 Parsing deptgt.mk:39: : command for empty targets list
23 make: deptgt.mk:64: warning: Special and mundane targets don't mix. Mundane ones ignored
dotwait.mk 18 # Within each test, the names of the sub-targets follow these
20 # * If it's expected that two or more targets may be made in parallel,
23 # * If it's expected that two or more targets should be made in sequence
26 # in which the targets should be made.
28 # Targets may echo ${PARALLEL_TARG} to print a modified version
30 # are converted to ".*". Two targets that are expected to
32 # output is independent of the order in which these targets are made.
opt-query.mk 5 # The -q option only looks at the dependencies between the targets.
6 # None of the commands in the targets are run, not even those that are
13 # commands Ensures that none of the targets is made.
17 # kinds of make targets.
suff-rebuild.exp 11 Adding "suff-rebuild-example.a" to all targets.
36 Adding ".END" to all targets.
51 Adding "suff-rebuild-example.b" to all targets.
53 Adding "suff-rebuild-example.c" to all targets.
opt-jobs.mk 3 # Tests for the -j command line option, which creates the targets in parallel.
6 # The option '-j <integer>' specifies the number of targets that can be made
  /src/etc/iscsi/
Makefile 13 CONFIGFILES+= auths targets
  /src/sys/dev/ic/
siop_common.c 128 sc->targets[i] = NULL;
260 siop_cmd->siop_tables->id = siop_htoc32(sc, sc->targets[target]->id);
267 (sc->targets[target]->flags & TARF_ISWIDE) == 0)
280 if ((sc->targets[target]->flags & TARF_TAG) == 0) {
296 if (sc->targets[target]->status == TARST_ASYNC) {
297 if ((sc->targets[target]->flags & TARF_DT) &&
299 sc->targets[target]->status = TARST_PPR_NEG;
302 } else if (sc->targets[target]->flags & TARF_WIDE) {
303 sc->targets[target]->status = TARST_WIDE_NEG;
306 } else if (sc->targets[target]->flags & TARF_SYNC)
    [all...]
siop.c 252 if (sc->sc_c.targets[i] == NULL)
258 target = (struct siop_target *)sc->sc_c.targets[i];
649 (struct siop_target *)sc->sc_c.targets[target];
1076 ((struct siop_target *)sc->sc_c.targets[target])->siop_lun[lun];
1129 ((struct siop_target*)sc->sc_c.targets[target])->siop_lun[lun];
1190 if (sc->sc_c.targets[target] == NULL)
1194 (struct siop_target *)sc->sc_c.targets[target];
1199 ((sc->sc_c.targets[target]->flags & TARF_TAG) ?
1216 sc->sc_c.targets[target]->status = TARST_ASYNC;
1217 sc->sc_c.targets[target]->flags &= ~TARF_ISWIDE
    [all...]
esiop.c 226 /* then the targets DSA table */
367 /* register existing targets */
369 if (sc->sc_c.targets[i])
453 esiop_target = (struct esiop_target *)sc->sc_c.targets[target];
1269 (struct esiop_target *)sc->sc_c.targets[target] : NULL;
1323 ((struct esiop_target *)sc->sc_c.targets[target])->esiop_lun[lun];
1368 (struct esiop_target*)sc->sc_c.targets[target];
1430 (struct esiop_target *)sc->sc_c.targets[target];
1438 ((sc->sc_c.targets[target]->flags & TARF_TAG) ?
1462 sc->sc_c.targets[target]->status = TARST_ASYNC
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_bvgraph.h 110 // to any of the nodes in 'targets'.
111 bool isReachable(uptr from, const BV &targets) {
122 return targets.intersectsWith(visited);
128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) {
132 if (targets.getBit(from))
138 if (uptr res = findPath(idx, targets, path + 1, path_size - 1))
145 uptr findShortestPath(uptr from, const BV &targets, uptr *path,
148 if (findPath(from, targets, path, p) == p)
  /src/sys/arch/arm/cortex/
gic.c 157 uint32_t targets = 0; local
166 targets = gicd_read(sc, GICD_ITARGETSRn(i));
167 if (targets != 0)
170 targets |= (targets >> 16);
171 targets |= (targets >> 8);
172 targets &= 0xff;
174 return targets ? targets : 1
256 const uint32_t targets = gicd_read(sc, targets_reg); local
285 uint32_t targets = gicd_read(sc, targets_reg); local
432 uint32_t targets = gicd_read(sc, targets_reg); local
529 uint32_t targets = gicd_read(sc, targets_reg); local
    [all...]
  /src/share/mk/
bsd.hostlib.mk 6 ##### Basic targets
57 ${TARGETS}: # ensure existence
bsd.inc.mk 5 ##### Basic targets
bsd.nls.mk 5 ##### Basic targets
bsd.clean.mk 5 # Public targets:
12 # CLEANFILES Files to remove for both the clean and cleandir targets.
bsd.info.mk 5 ##### Basic targets
94 ${TARGETS}: # ensure existence
bsd.kinc.mk 22 ##### Basic targets
  /src/usr.bin/make/
parse.c 94 * Parse_MainName Populate the list of targets to create.
155 SP_MAIN, /* .MAIN and no user-specified targets to make */
204 * The target to be made if no targets are specified in the command line.
210 * During parsing, the targets from the left-hand side of the currently
214 * See unit-tests/deptgt.mk, keyword "parse.c:targets".
216 static GNodeList *targets; variable
220 * All shell commands for all targets, in no particular order and possibly
677 * Add the child to the parent's children, and for non-special targets, vice
690 * Special targets like .END do not need to be informed once the child
710 for (ln = targets->first; ln != NULL; ln = ln->next
    [all...]
suff.c 705 * During Suff_AddSuffix, search through the list of existing targets and find
706 * if any of the existing targets can be turned into a transformation rule.
784 * Look at all existing targets to see if adding this suffix will make one
785 * of the current targets mutate into a suffix rule.
787 * This is ugly, but other makes treat all targets that start with a '.' as
1311 * expressions or file wildcards into actual targets.
1653 CandidateList *sources, CandidateList *targets)
1671 Lst_Append(targets, targ);
1677 CandidateList *sources, CandidateList *targets)
1681 if (!Lst_IsEmpty(targets) || nullSuff == NULL
1770 CandidateList targets = LST_INIT; local
    [all...]
compat.c 74 * targets without parallelism and without a custom shell.
77 * Compat_MakeAll Initialize this module and make the given targets.
727 Compat_MakeAll(GNodeList *targets)
750 Make_ExpandUse(targets);
752 while (!Lst_IsEmpty(targets)) {
753 GNode *gn = Lst_Dequeue(targets);
  /src/sys/kern/
sys_lwp.c 620 syscallarg(const lwpid_t *) targets;
624 lwpid_t targets[32], *tp; local
630 if (SCARG(uap, targets) == NULL) {
646 if (sz <= sizeof(targets))
647 tp = targets;
650 error = copyin(SCARG(uap, targets), tp, sz);
652 if (tp != targets) {
658 if (tp != targets)
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 9 # However, it has been pared down to a minimum of targets, and
225 # More standard targets start here.
229 # adding pre-* or post-* targets/scripts, override these.
294 # six main targets. See below for more.
303 # Skeleton targets start here
306 # post-* targets/scripts or redefine the do-* targets. These
307 # targets don't do anything other than checking for cookies and
308 # call the necessary targets/scripts.
318 # Empty pre-* and post-* targets, note we can't use .if !target(
    [all...]

Completed in 676 milliseconds

1 2 3