Searched refs:kernel (Results 51 - 75 of 3503) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/smbfs/
H A DMakefile.inc13 CFLAGS += -Wall -I../kernel/mysys
24 CFLAGS += -I../kernel
/freebsd-12-stable/contrib/gdb/gdb/config/
H A Dnm-lynx.h29 #include <sys/kernel.h>
30 /* sys/kernel.h should define this, but doesn't always, sigh. */
/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_misc.c32 #include <sys/kernel.h>
/freebsd-12-stable/sys/dev/nvram2env/
H A Dnvram2env_mips.c30 * from various sources into the kernel environment.
38 #include <sys/kernel.h>
/freebsd-12-stable/sys/dev/pci/
H A Dignore_pci.c39 #include <sys/kernel.h>
/freebsd-12-stable/sys/dev/mlxfw/
H A Dmlxfw_mfa2_file.h38 #include <linux/kernel.h>
/freebsd-12-stable/sys/netinet/
H A Daccf_data.c35 #include <sys/kernel.h>
/freebsd-12-stable/sys/riscv/riscv/
H A Dautoconf.c50 #include <sys/kernel.h>
/freebsd-12-stable/sys/kern/
H A Dstack_protector.c6 #include <sys/kernel.h>
/freebsd-12-stable/sys/kgssapi/
H A Dgss_create_empty_oid_set.c34 #include <sys/kernel.h>
H A Dgss_release_oid_set.c34 #include <sys/kernel.h>
H A Dgss_test_oid_set_member.c34 #include <sys/kernel.h>
H A Dgss_wrap_size_limit.c34 #include <sys/kernel.h>
/freebsd-12-stable/sys/libkern/
H A Dstrdup.c38 #include <sys/kernel.h>
/freebsd-12-stable/sys/mips/cavium/octe/
H A Dethernet-sgmii.c39 #include <sys/kernel.h>
H A Dethernet-xaui.c39 #include <sys/kernel.h>
/freebsd-12-stable/sys/mips/mips/
H A Docteon_cop2.c36 #include <sys/kernel.h>
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dprof_machdep.c40 #include <sys/kernel.h>
/freebsd-12-stable/sys/x86/acpica/
H A Dsrat.c38 #include <sys/kernel.h>
/freebsd-12-stable/sys/arm64/arm64/
H A Ddump_machdep.c37 #include <sys/kernel.h>
/freebsd-12-stable/sys/arm64/linux/
H A Dlinux_ptrace.c34 #include <sys/kernel.h>
/freebsd-12-stable/share/examples/kld/syscall/module/
H A Dsyscall.c36 #include <sys/kernel.h>
46 printf("hello kernel\n");
/freebsd-12-stable/usr.bin/gprof/
H A DMakefile6 printgprof.c printlist.c kernel.c
/freebsd-12-stable/stand/defaults/
H A Dloader.conf14 kernel="kernel" # /boot sub-directory containing kernel and modules
15 bootfile="kernel" # Kernel name (possibly absolute path)
16 kernel_options="" # Flags to be passed to the kernel
48 entropy_cache_type="boot_entropy_cache" # Required for the kernel to find
58 ram_blacklist_type="ram_blacklist" # Required for the kernel to find
66 cpu_microcode_type="cpu_microcode" # Required for the kernel to find
100 #kernels="kernel kernel
[all...]
/freebsd-12-stable/share/examples/diskless/
H A Dclone_root38 # create a kernel config file in /sys/i386/conf/DISKLESS with
43 # and do a full build of the kernel.
44 # If you use the firewall, remember to default to open or your kernel
106 echo "+++ update: create mountpoints and device entries, kernel"
114 echo "+++ Copying kernel from /sys/compile/DISKLESS"
115 cp /sys/compile/DISKLESS/kernel $DEST/kernel

Completed in 187 milliseconds

1234567891011>>