Searched refs:kernel (Results 26 - 50 of 3400) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/cxgbe/
H A Dif_ccv.c32 #include <sys/kernel.h>
H A Dif_cc.c32 #include <sys/kernel.h>
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_limits.h28 #include <linux/kernel.h>
/freebsd-11-stable/sys/kern/
H A Dkern_priv.c36 #include <sys/kernel.h>
50 * uid 0 is offered no special privilege in the kernel security policy.
66 "Unprivileged processes may read the kernel message buffer");
69 SDT_PROBE_DEFINE1(priv, kernel, priv_check, priv__ok, "int");
70 SDT_PROBE_DEFINE1(priv, kernel, priv_check, priv__err, "int");
117 * Allow an unprivileged user to read the kernel message
157 * Writes to kernel/physical memory are a typical root-only operation,
184 SDT_PROBE1(priv, kernel, priv_check, priv__err, priv);
186 SDT_PROBE1(priv, kernel, priv_check, priv__ok, priv);
/freebsd-11-stable/release/picobsd/build/
H A DMakefile.conf9 # When building a kernel, also need ${name} from the environment
21 # These 3 variables determine where the kernel is built.
29 # We can, however, compile the kernel somewhere else
33 KERNFILE=${COMPILE}/kernel
35 ${BUILDDIR}/kernel: ${KERNFILE}
43 (cd ${COMPILE}; ${BINMAKE} KERNEL=kernel ${MODULES} )
/freebsd-11-stable/etc/
H A Dfreebsd-update.conf15 Components src world kernel
17 # Example for updating the userland and the kernel source code only:
67 # When installing a new kernel perform a backup of the old one first
68 # so it is possible to boot the old kernel in case of problems.
71 # If BackupKernel is enabled, the backup kernel is saved to this
73 # BackupKernelDir /boot/kernel.old
75 # When backing up a kernel also back up debug symbol files?
/freebsd-11-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
42 entropy_cache_type="boot_entropy_cache" # Required for the kernel to find
52 ram_blacklist_type="ram_blacklist" # Required for the kernel to find
60 cpu_microcode_type="cpu_microcode" # Required for the kernel to find
86 #kernels="kernel kernel
[all...]
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_misc.h49 #include <kernel/OS.h>
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_memdrv.h39 #include <linux/kernel.h>
/freebsd-11-stable/sys/arm64/acpica/
H A Dacpi_wakeup.c35 #include <sys/kernel.h>
H A Dpci_cfgreg.c35 #include <sys/kernel.h>
/freebsd-11-stable/share/mk/
H A Dbsd.dtb.mk3 # Search for kernel source tree in standard places.
12 .error Unable to locate the kernel source tree. Set SYSDIR to override.
H A Dbsd.kmod.mk3 # Search for kernel source tree in standard places.
12 .error Unable to locate the kernel source tree. Set SYSDIR to override.
H A Dbsd.sysdir.mk3 # Search for kernel source tree in standard places.
15 .error Unable to locate the kernel source tree. Set SYSDIR to override.
/freebsd-11-stable/sys/kgssapi/
H A Dgss_release_buffer.c32 #include <sys/kernel.h>
/freebsd-11-stable/sys/libkern/
H A Dstrdup.c36 #include <sys/kernel.h>
H A Dstrndup.c36 #include <sys/kernel.h>
/freebsd-11-stable/sys/mips/mips/
H A Dinckern.S39 #error Need a kernel name here
/freebsd-11-stable/usr.bin/gprof/
H A DMakefile6 printgprof.c printlist.c kernel.c
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.mod.ksh66 script | tee /dev/fd/2 | grep kernel > /dev/null
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dmain.c74 static char *kernel; variable
87 "\t[kernel [core]]\n", getprogname());
101 * If there's a kernel image right here in the crash directory, then
102 * use it. The kernel image is either called kernel.<nr> or is in a
103 * subdirectory kernel.<nr> and called kernel. The latter allows us
106 snprintf(path, sizeof(path), "%s/kernel.%d", crashdir, nr);
109 kernel = strdup(path);
113 snprintf(path, sizeof(path), "%s/kernel
[all...]
/freebsd-11-stable/
H A DMakefile13 # world - buildworld + installworld, no kernel.
14 # buildkernel - Rebuild the kernel and the kernel-modules.
15 # installkernel - Install the kernel and the kernel-modules.
17 # reinstallkernel - Reinstall the kernel and the kernel-modules.
19 # kernel - buildkernel + installkernel.
20 # kernel-toolchain - Builds the subset of world necessary to build a kernel
[all...]
/freebsd-11-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-11-stable/contrib/smbfs/
H A DMakefile.inc13 CFLAGS += -Wall -I../kernel/mysys
24 CFLAGS += -I../kernel
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_misc.c32 #include <sys/kernel.h>

Completed in 118 milliseconds

1234567891011>>