Home
last modified time | relevance | path

Searched refs:GENERIC (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd/sys/arm/conf/
H A DGENERIC-MMCCAM2 # 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 DGENERIC-NODEBUG2 # 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 DGENERIC-MMCCAM2 # 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 DGENERIC-KCSAN2 # 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 DGENERIC-NODEBUG2 # 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 DGENERIC-KASAN2 include GENERIC
4 ident GENERIC-KASAN
H A DGENERIC-KMSAN2 include GENERIC
4 ident GENERIC-KMSAN
/freebsd/tools/tools/release/
H A Dchk_dokern.sh_and_drivers.conf33 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 DVIMAGE9 # 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 Dgenericize.pl68 local *GENERIC;
69 open(GENERIC, "<", $generic)
72 while (<GENERIC>) {
116 close(GENERIC);
/freebsd/tools/test/stress2/misc/
H A D256m.sh41 [ -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 DGENERIC-MMCCAM-NODEBUG2 # GENERIC-MMCCAM-NODEBUG
11 include GENERIC-MMCCAM
14 ident GENERIC-MMCCAM-NODEBUG
H A DGENERIC-MMCCAM2 # GENERIC-MMCCAM
10 include GENERIC
11 ident GENERIC-MMCCAM
H A DGENERIC-NODEBUG2 # 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 DGENERIC-UP2 # GENERIC -- Generic kernel configuration file for FreeBSD/arm64 with SMP disabled
20 include GENERIC
21 ident GENERIC-UP
H A DGENERIC-KASAN1 include GENERIC
3 ident GENERIC-KASAN
H A DGENERIC-KMSAN1 include GENERIC
3 ident GENERIC-KMSAN
/freebsd/sys/riscv/conf/
H A DGENERIC-NODEBUG2 # 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 DGENERIC-NODEBUG2 # 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 DGENERIC-NODEBUG2 # 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 DPAE5 include GENERIC
7 ident PAE-GENERIC
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c260 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 Dzstd_compress_sequences.c102 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 Dfse_compress.c300 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 Dzstd_compress_sequences.c117 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()

12345