Searched refs:GENERIC (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/tools/tools/release/
H A Dchk_dokern.sh_and_drivers.conf34 egrep -qw "^((pseudo-)?device|options)[[:space:]]+$x" ../sys/${arch}/conf/GENERIC || \
35 echo $x not found in $arch/GENERIC
47 grep -v '^ident\.\*GENERIC$' |
50 ../sys/${arch}/conf/GENERIC || \
51 echo $x not found in $arch/GENERIC
/freebsd-11-stable/tools/tools/genericize/
H A Dgenericize.pl65 $generic = "/usr/src/sys/$machine/conf/GENERIC";
67 ($generic = $ARGV) =~ s|([^/])+$|GENERIC|;
69 local *GENERIC;
70 open(GENERIC, "<", $generic)
73 while (<GENERIC>) {
117 close(GENERIC);
/freebsd-11-stable/tools/regression/security/cap_test/
H A DMakefile17 KERNCONF?= GENERIC
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtracepoint.h98 GENERIC = 0, enumerator in enum:actionline_type
H A Dtracepoint.c929 return GENERIC;
1003 return GENERIC;
/freebsd-11-stable/tools/tools/kerninclude/
H A Dkerninclude.sh24 kernels="LINT GENERIC GENERIC98"
59 rm -rf ../../compile/LINT ../../compile/GENERIC
62 config GENERIC
66 cp -f GENERIC GENERIC98
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h90 GENERIC = 0, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::AddressSpace
H A DNVPTXISelDAGToDAG.cpp660 return NVPTX::PTXLdStInstCode::GENERIC;
667 case llvm::ADDRESS_SPACE_GENERIC: return NVPTX::PTXLdStInstCode::GENERIC;
673 return NVPTX::PTXLdStInstCode::GENERIC;
877 CodeAddrSpace != NVPTX::PTXLdStInstCode::GENERIC)
1020 CodeAddrSpace != NVPTX::PTXLdStInstCode::GENERIC)
1740 CodeAddrSpace != NVPTX::PTXLdStInstCode::GENERIC)
1896 CodeAddrSpace != NVPTX::PTXLdStInstCode::GENERIC)
/freebsd-11-stable/contrib/sendmail/cf/cf/
H A DMakefile44 GENERIC=generic-bsd4.4.cf generic-hpux9.cf generic-hpux10.cf \ macro
54 ALL= submit.cf $(GENERIC) $(OTHER)
59 generic: $(GENERIC)
213 $(GENERIC): $(M4FILES)
/freebsd-11-stable/tools/tools/build_option_survey/
H A Doption_survey.sh38 KERNCONF=GENERIC \
77 KERNCONF=GENERIC \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h36 UNKNOWN, NORMAL, GENERIC, REGBANK enumerator in enum:llvm::VRegInfo::uint8_t
/freebsd-11-stable/sys/dev/ppc/
H A Dppcreg.h44 #define GENERIC 6 macro
53 * Parallel Port Chipset Type. SMC versus GENERIC (others)
H A Dppc.c1767 ppc->ppc_model = GENERIC;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp246 case NVPTX::PTXLdStInstCode::GENERIC:
/freebsd-11-stable/etc/
H A DMakefile315 .if exists(${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints)
317 ${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints \
/freebsd-11-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh82 include GENERIC
H A Dmake_device_driver.sh98 include GENERIC
/freebsd-11-stable/lib/libnetgraph/
H A Ddebug.c152 COOKIE(GENERIC),
/freebsd-11-stable/tools/tools/tinybsd/
H A Dtinybsd344 install -o 0 -g 0 -m 444 /sys/${TINYARCH}/conf/GENERIC.hints ${WORKDIR}/boot/device.hints
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp521 Info.Kind = VRegInfo::GENERIC;
602 case VRegInfo::GENERIC:
H A DMIParser.cpp1297 case VRegInfo::GENERIC:
1316 case VRegInfo::GENERIC:
1318 RegInfo.Kind = RegBank ? VRegInfo::REGBANK : VRegInfo::GENERIC;
1510 if (RegInfo->Kind == VRegInfo::GENERIC ||
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbus_cis.c649 MAKETUPLE(GENERIC, generic),
/freebsd-11-stable/tools/tools/nanobsd/
H A Ddefaults.sh85 NANO_KERNEL=GENERIC
/freebsd-11-stable/tools/tools/sysbuild/
H A Dsysbuild.sh68 KERNCONF=GENERIC
/freebsd-11-stable/sys/sys/
H A Dpmc.h111 __PMC_CPU(GENERIC, 0x400, "Generic") \

Completed in 371 milliseconds

12