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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/evbmips/include/
endian_machdep.h 8 #error neither __MIPSEL__ nor __MIPSEB__ are defined.
  /src/sys/arch/sbmips/include/
endian_machdep.h 8 #error neither __MIPSEL__ nor __MIPSEB__ are defined.
  /src/usr.bin/make/unit-tests/
depsrc.exp 1 : 'Undefined variables are expanded directly in the dependency'
2 : 'declaration. They are not preserved and maybe expanded later.'
depsrc.mk 10 # Demonstrate when exactly undefined variables are expanded in a dependency
18 : 'Undefined variables are expanded directly in the dependency'
19 : 'declaration. They are not preserved and maybe expanded later.'
23 : 'Undefined variables are tried to be expanded in a dependency'
27 # Sources that look like keywords but are not known are interpreted as
opt-no-action.mk 5 # Only commands that are in a .MAKE target or prefixed by '+' are run.
16 # Both of these commands are printed, but only the '+' command is run.
21 # Both of these commands are printed, but only the '+' command is run.
26 # None of these commands is printed, but both are run, because this target
32 # Both of these commands are printed, but only the '+' command is run.
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.
sh-multi-line.mk 4 # are preserved.
depsrc-end.mk 4 # paradox but works since these special nodes are not in the dependency
5 # hierarchy where the cycles are detected.
suff-clear-regular.mk 10 # At this point, .a and .b are known suffixes, therefore the following
11 # targets are interpreted as transformation rules.
21 # XXX: .a belongs to "Files that are only sources".
22 # XXX: .a.b belongs to "Files that are only sources".
23 # XXX: .b.a belongs to "Files that are only sources".
dep-percent.mk 3 # Test for transformation rules of the form '%.o: %.c', which are supported
job-output-long-lines.mk 3 # The jobs may produce long lines of output. A practical case are the echoed
11 # output lines that are longer than this buffer size, these output pieces are
13 # markers "--- job-a ---" and "--- job-b ---" are not always written at the
opt-debug-varraw.mk 6 # TODO: Does this make -V and -v equivalent, or are there any other subtle
varmod-order-string.mk 6 # Simple words are sorted lexicographically.
12 # Double quotes and single quotes delimit words, while backticks are just
14 # and the additional spaces between them are removed.
20 # Numbers are sorted lexicographically as well.
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.
jobs-empty-commands-error.mk 3 # In jobs mode, the shell commands for creating a target are written to a
6 # 2021-01-29, these empty files are no longer created.
suff-transform-expand.mk 4 # Sources from transformation rules are expanded incorrectly.
9 # XXX: The dynamic sources are expanded before ${.PREFIX} and
varmod-order-numeric.mk 32 # Duplicate numbers are preserved in the output. In this case the
33 # equal-valued numbers are spelled the same, so they are indistinguishable in
40 # If there are several numbers that have the same integer value, they are
53 # The measurement units for suffixes are k, M, G, but not T.
cond-late.mk 4 # expressions that are evaluated late, at expansion time.
6 # Any expressions appearing in these conditions are expanded before parsing
8 # expressions are evaluated individually and only as far as necessary, see
11 # Because of this, variables that are used in these lazy conditions
14 # They should also not contain operators like == or <, since these are
35 # current "yes no" to "yes yes", since both variables are non-empty.
deptgt-end-jobs.mk 37 # The deferred commands are run in the order '.END .BEGIN all'.
41 # At the point where the commands of a node with deferred commands are run,
42 # the deferred commands are appended to the commands of the .END node.
44 # deferred commands of the .END node itself are not appended to itself.
45 # Instead, the deferred commands of the .END node are run as if they were
deptgt-end.mk 36 # The deferred commands are run in the order '.END .BEGIN all'.
40 # At the point where the commands of a node with deferred commands are run,
41 # the deferred commands are appended to the commands of the .END node.
43 # deferred commands of the .END node itself are not appended to itself.
44 # Instead, the deferred commands of the .END node are run as if they were
opt-no-action-touch.mk 6 # -t, so instead of being touched, the commands of the targets are printed.
18 # .PHONY targets are not touched since they do not represent actual files.
23 # .JOIN targets are not touched since they do not represent actual files.
28 # .USE targets are not touched since they do not represent actual files.
44 # Since none of the above targets are actually touched, the following command
  /src/tests/usr.bin/indent/
opt_version.c 9 When the option '--version' is given, any other options are ignored.
  /src/lib/libc/arch/hppa/string/
ffs.S 38 * are numbered as "32, 31, ... 1", 0 is returned if no bits are set.
45 extru,= %arg0,31,16,%r0 ; If low 16 bits are non-zero
48 extru,= %arg0,31,8,%r0 ; If low 8 bits are non-zero
51 extru,= %arg0,31,4,%r0 ; If low 4 bits are non-zero
54 extru,= %arg0,31,2,%r0 ; If low 2 bits are non-zero
  /src/doc/
TODO.modules 8 drivers are attempted to load as builtins).
10 The assumption is that dependencies are loaded before those
12 undefined global symbols are resolved; if any symbols can't
17 There are ways around this (such as, having the parent
37 exec_elf64) are still built-in so that we don't need to alter the boot
49 5. Not all parent bus drivers are capable of rescan, so some drivers
52 6. Many (most?) drivers are not yet modularized
55 modules are needed, and thus to load the required modules.
64 8. Even for existing modules, there are "surprise" dependencies with
91 we get more and more modules. There are hundreds of potential devic
    [all...]
  /src/sys/arch/acorn32/doc/
interrupts 8 * modification, are permitted provided that the following conditions
9 * are met:
24 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
40 The following return values are defined :
54 There are however some interrupt that should *always* be passed on down
55 the chain. These are interrupt which may commonly have multiple drivers
68 The following interrupts are recommended to be passed on
79 All other interrupts are not expected to be shared and may be claimed

Completed in 18 milliseconds

1 2 3 4 5 6 7 8 91011>>