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

  /src/sys/arch/hppa/hppa/
machdep.c 1498 struct hppa_pim_checks *checks;
1505 checks = NULL;
1510 checks = &hpmc->pim_hpmc_checks;
1514 checks = &lpmc->pim_lpmc_checks;
1560 if (checks != NULL) {
1561 PIM_WORD("\n\n\tCheck Type", checks->pim_check_type,
1563 PIM_WORD("\n\tCPU State", checks->pim_check_cpu_state,
1565 PIM_WORD("\n\tCache Check", checks->pim_check_cache,
1567 PIM_WORD("\n\tTLB Check", checks->pim_check_tlb,
1569 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/usr.bin/make/unit-tests/
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/sparc64/doc/
TODO 8 - change run-time checks for cpu type to function pointers
  /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/usr.bin/make/
test-variants.mk 29 # messages. Clang has a few stricter checks than GCC, concerning enums
  /src/sys/arch/m68k/060sp/dist/
os.s 66 # Each IO routine checks to see if the memory write/read is to/from user
fpsp.s 975 # no underflow was called for. We do these checks only in
3977 # handler checks to see if an exception should occur as a result of the #
16273 # This routine checks which conditional predicate is specified by #
16902 # This routine checks which conditional predicate is specified by #
17474 # This routine checks which conditional predicate is specified by #
pfpsp.s 975 # no underflow was called for. We do these checks only in
  /src/usr.sbin/sysinst/
util.c 1612 struct check_table { unsigned int mode; const char *path;} checks[] = { variable in typeref:struct:check_table
1660 for (p = checks; p->path; p++) {
  /src/usr.sbin/postinstall/
postinstall.in 42 # checks to add:
2795 Perform post-installation checks and/or fixes on a system's
2797 If no items are provided, a default set of checks or fixes is applied.
2822 check ITEM ... Perform post-installation checks on ITEMs.
3108 plural="checks"
  /src/sbin/nvmectl/
bignum.c 5657 BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int, int, void *), BN_CTX *ctx, void *cb_arg)
5667 return (mp_prime_is_prime(__UNCONST(a), checks, &primality) == MP_OKAY) ? primality : 0;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 3350 // without reading any characters. So do additional checks only

Completed in 997 milliseconds