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

1 2

  /src/usr.bin/make/unit-tests/
lint.mk 3 # Demonstrates stricter checks that are only enabled in lint mode, using the
sh-jobs.mk 29 # Without the comment, the commands are run in the default mode, which checks
var-op-default.mk 20 # The '?=' operator only checks whether the variable is defined or not.
43 # At the point where the '?=' operator checks whether the variable exists,
opt-jobs-no-action.mk 23 # this is handled by the [0] != '\0' checks in Job_ParseShell.
opt-debug-lint.mk 3 # Tests for the -dL command line option, which runs additional checks
  /src/sys/arch/hppa/hppa/
machdep.c 1496 struct hppa_pim_checks *checks;
1503 checks = NULL;
1508 checks = &hpmc->pim_hpmc_checks;
1512 checks = &lpmc->pim_lpmc_checks;
1558 if (checks != NULL) {
1559 PIM_WORD("\n\n\tCheck Type", checks->pim_check_type,
1561 PIM_WORD("\n\tCPU State", checks->pim_check_cpu_state,
1563 PIM_WORD("\n\tCache Check", checks->pim_check_cache,
1565 PIM_WORD("\n\tTLB Check", checks->pim_check_tlb,
1567 PIM_WORD("\n\tBus Check", checks->pim_check_bus
    [all...]
  /src/sys/arch/i386/stand/dosboot/
Makefile 33 COPTS.doscommain.c+= -fno-delete-null-pointer-checks
  /src/tests/include/sys/
Makefile 25 COPTS.t_pslist.c+= ${${ACTIVE_CC} == "clang":? -fno-delete-null-pointer-checks :}
  /src/tests/usr.sbin/certctl/
t_certctl.sh 91 # checks <certsN>...
93 # Run various checks with certctl.
95 checks() function
227 checks certs1
238 checks certs1 certs2
250 checks certs1 certs3
387 checks certs1 "$(pwd)/$evildir"
412 checks certs1
  /src/sys/arch/hppa/stand/xxboot/
Makefile 18 COPTS+= -Os -fno-delete-null-pointer-checks -funsigned-char -mdisable-fpregs -mpa-risc-1-0
  /src/sys/arch/sparc64/doc/
TODO 8 - change run-time checks for cpu type to function pointers
  /src/usr.bin/xlint/lint1/
README.md 10 * The checks for declarations are in `decl.c`.
11 * The checks for initializations are in `init.c`.
12 * The checks for types and expressions are in `tree.c`.
213 | initialization_expr | init.c | Checks a single initializer |
214 | expr | tree.c | Checks a full expression |
215 | typeok | tree.c | Checks two types for compatibility |
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
dra7-evm-common.dtsi 148 * The ROM checks the first four physical blocks
am437x-idk-evm.dts 452 * MTD partition table. The ROM checks the first 512KiB for a
am57xx-idk-common.dtsi 539 * The ROM checks the first four physical blocks
dra72-evm-common.dtsi 487 * The ROM checks the first four physical blocks
meson8.dtsi 187 * The arc_power firmware then checks various wakeup sources
am437x-sk-evm.dts 761 * The ROM checks the first 512KiB
  /src/sys/arch/vax/boot/xxboot/
start.S 92 # disklabel(8) checks that before installing
  /src/tests/usr.bin/indent/
t_options.lua 72 local input_incl_comm = "" -- used for duplicate checks
76 local output_incl_comm = "" -- used for duplicate checks
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
CMakeLists.txt 4 # the runtime library and checks its functionality. These are the
  /src/sys/external/isc/libsodium/dist/m4/
ax_valgrind_check.m4 12 # AX_VALGRIND_CHECK checks whether Valgrind is present and, if so, allows
  /src/usr.bin/make/
test-variants.mk 29 # messages. Clang has a few stricter checks than GCC, concerning enums
  /src/common/dist/zlib/
Makefile.in 329 # The ranlib in install is needed on NeXTSTEP which checks file times
  /src/sys/arch/m68k/060sp/dist/
os.s 66 # Each IO routine checks to see if the memory write/read is to/from user

Completed in 26 milliseconds

1 2