/freebsd/sys/arm/conf/ |
H A D | GENERIC-MMCCAM | 2 # GENERIC-MMCCAM 4 # Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack. 9 include GENERIC 11 ident GENERIC-MMCCAM
|
H A D | GENERIC-NODEBUG | 2 # GENERIC-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file 8 # this kernel should be used instead of the standard GENERIC. 28 include GENERIC 31 ident GENERIC-NODEBUG
|
/freebsd/sys/amd64/conf/ |
H A D | GENERIC-MMCCAM | 2 # GENERIC-MMCCAM 4 # Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack. 9 include GENERIC 11 ident GENERIC-MMCCAM
|
H A D | GENERIC-KCSAN | 2 # GENERIC-KCSAN -- Kernel Concurrency Sanitizer kernel configuration file 8 # this kernel should be used instead of the standard GENERIC. 28 include GENERIC 30 ident GENERIC-KCSAN
|
H A D | GENERIC-NODEBUG | 2 # GENERIC-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file 8 # this kernel should be used instead of the standard GENERIC. 28 include GENERIC 31 ident GENERIC-NODEBUG
|
H A D | GENERIC-KASAN | 2 include GENERIC 4 ident GENERIC-KASAN
|
H A D | GENERIC-KMSAN | 2 include GENERIC 4 ident GENERIC-KMSAN
|
/freebsd/tools/tools/release/ |
H A D | chk_dokern.sh_and_drivers.conf | 33 egrep -qw "^((pseudo-)?device|options)[[:space:]]+$x" ../sys/${arch}/conf/GENERIC || \ 34 echo $x not found in $arch/GENERIC 49 ../sys/${arch}/conf/GENERIC || \ 50 echo $x not found in $arch/GENERIC
|
/freebsd/share/examples/jails/ |
H A D | VIMAGE | 9 # Inherit from, and override `GENERIC' 11 include GENERIC # Base configuration file 18 #################### Non-GENERIC options 35 #################### Non-GENERIC devices
|
/freebsd/tools/tools/genericize/ |
H A D | genericize.pl | 68 local *GENERIC; 69 open(GENERIC, "<", $generic) 72 while (<GENERIC>) { 116 close(GENERIC);
|
/freebsd/tools/test/stress2/misc/ |
H A D | 256m.sh | 41 [ -f /usr/src/sys/i386/conf/GENERIC ] || exit 0 44 make -j 2 buildkernel KERNCONF=GENERIC 45 rm -rf /usr/obj/usr/src/sys/GENERIC
|
/freebsd/sys/arm64/conf/ |
H A D | GENERIC-MMCCAM-NODEBUG | 2 # GENERIC-MMCCAM-NODEBUG 11 include GENERIC-MMCCAM 14 ident GENERIC-MMCCAM-NODEBUG
|
H A D | GENERIC-MMCCAM | 2 # GENERIC-MMCCAM 10 include GENERIC 11 ident GENERIC-MMCCAM
|
H A D | GENERIC-NODEBUG | 2 # GENERIC-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file 8 # this kernel should be used instead of the standard GENERIC. 28 include GENERIC 31 ident GENERIC-NODEBUG
|
H A D | GENERIC-UP | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/arm64 with SMP disabled 20 include GENERIC 21 ident GENERIC-UP
|
H A D | GENERIC-KASAN | 1 include GENERIC 3 ident GENERIC-KASAN
|
H A D | GENERIC-KMSAN | 1 include GENERIC 3 ident GENERIC-KMSAN
|
/freebsd/sys/riscv/conf/ |
H A D | GENERIC-NODEBUG | 2 # GENERIC-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file 8 # this kernel should be used instead of the standard GENERIC. 28 include GENERIC 31 ident GENERIC-NODEBUG
|
/freebsd/sys/powerpc/conf/ |
H A D | GENERIC-NODEBUG | 2 # GENERIC-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file 8 # this kernel should be used instead of the standard GENERIC. 28 include GENERIC 31 ident GENERIC-NODEBUG
|
/freebsd/sys/i386/conf/ |
H A D | GENERIC-NODEBUG | 2 # GENERIC-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file 8 # this kernel should be used instead of the standard GENERIC. 28 include GENERIC 31 ident GENERIC-NODEBUG
|
H A D | PAE | 5 include GENERIC 7 ident PAE-GENERIC
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | fse_compress.c | 260 if (remaining<1) return ERROR(GENERIC); in FSE_writeNCount_generic() 274 return ERROR(GENERIC); /* incorrect normalized distribution */ in FSE_writeNCount_generic() 292 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported */ in FSE_writeNCount() 426 return ERROR(GENERIC); in FSE_normalizeM2() 441 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported size */ in FSE_normalizeCount() 443 …if (tableLog < FSE_minTableLog(total, maxSymbolValue)) return ERROR(GENERIC); /* Too small table… in FSE_normalizeCount() 510 if (nbBits < 1) return ERROR(GENERIC); /* min size */ in FSE_buildCTable_raw()
|
H A D | zstd_compress_sequences.c | 102 return ERROR(GENERIC); in ZSTD_fseBitCost() 112 return ERROR(GENERIC); in ZSTD_fseBitCost() 191 …isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, count, max) : ERROR(GENERIC); in ZSTD_selectEncodingType() 192 …atCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max) : ERROR(GENERIC); in ZSTD_selectEncodingType() 263 default: assert(0); RETURN_ERROR(GENERIC, "impossible to reach"); in ZSTD_buildCTable()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | fse_compress.c | 300 if (remaining<1) return ERROR(GENERIC); in FSE_writeNCount_generic() 314 return ERROR(GENERIC); /* incorrect normalized distribution */ in FSE_writeNCount_generic() 332 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported */ in FSE_writeNCount() 465 return ERROR(GENERIC); in FSE_normalizeM2() 479 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported size */ in FSE_normalizeCount() 481 …if (tableLog < FSE_minTableLog(total, maxSymbolValue)) return ERROR(GENERIC); /* Too small table… in FSE_normalizeCount() 549 if (nbBits < 1) return ERROR(GENERIC); /* min size */ in FSE_buildCTable_raw()
|
H A D | zstd_compress_sequences.c | 117 return ERROR(GENERIC); in ZSTD_fseBitCost() 127 return ERROR(GENERIC); in ZSTD_fseBitCost() 206 …isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, count, max) : ERROR(GENERIC); in ZSTD_selectEncodingType() 207 …atCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max) : ERROR(GENERIC); in ZSTD_selectEncodingType() 286 default: assert(0); RETURN_ERROR(GENERIC, "impossible to reach"); in ZSTD_buildCTable()
|