Searched refs:kernel (Results 451 - 475 of 3420) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/powerpc/booke/
H A Dplatform_bare.c34 #include <sys/kernel.h>
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dds1553_bus_fdt.c39 #include <sys/kernel.h>
H A Dpci_mpc85xx_pcib.c40 #include <sys/kernel.h>
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_initrd.c29 #include <sys/kernel.h>
102 printf("ofw_initrd: initrd is kernel image!\n");
/freebsd-13-stable/tools/tools/vhba/
H A Dvhba.h35 #include <sys/kernel.h>
/freebsd-13-stable/sys/x86/isa/
H A Disa.c64 #include <sys/kernel.h>
/freebsd-13-stable/sys/x86/xen/
H A Dxen_msi.c32 #include <sys/kernel.h>
H A Dxen_pci_bus.c33 #include <sys/kernel.h>
/freebsd-13-stable/sys/xen/interface/
H A Dxenoprof.h115 uint32_t kernel; member in struct:xenoprof_counter
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dippool.c437 char *kernel, *core; local
442 kernel = NULL;
461 kernel = optarg;
692 char *kernel, *core, *poolname; local
697 kernel = NULL;
718 kernel = optarg;
776 poollist_dead(role, poolname, type, kernel, core);
782 poollist_dead(role, poolname, type, kernel, core)
784 char *poolname, *kernel, *core;
789 if (openkmem(kernel, cor
[all...]
H A Dipnat.c96 char *file, *core, *kernel; local
105 kernel = NULL;
140 kernel = optarg;
177 if ((kernel != NULL) || (core != NULL)) {
195 fprintf(stderr, "User/kernel version check failed\n");
200 if (!(opts & OPT_DONOTHING) && (kernel == NULL) && (core == NULL)) {
212 } else if ((kernel != NULL) || (core != NULL)) {
213 if (openkmem(kernel, core) == -1)
216 natstat_dead(nsp, kernel);
237 void natstat_dead(nsp, kernel)
[all...]
/freebsd-13-stable/stand/lua/
H A Dcli.lua124 local kernel, argstr = parseBootArgs(argv)
125 if kernel ~= nil then
127 config.selectKernel(kernel)
140 local kernel, argstr = parseBootArgs(argv)
141 if kernel ~= nil then
143 config.selectKernel(kernel)
H A Dcore.lua52 -- it will generally be set upon execution of the kernel. Because of
198 -- Clear the kernel cache on config changes, autodetect might have
200 -- a new kernel set.
209 local k = loader.getenv("kernel")
240 -- Automatically detect other bootable kernel directories using a
242 -- named "kernel" is considered eligible.
258 if lfs.attributes(fname .. "/kernel", "mode") ~= "file" then
355 -- loadelf() only if we've not already loaded a kernel
363 -- loadelf() only if we've not already loaded a kernel
/freebsd-13-stable/stand/common/
H A Dload_elf.c73 int kernel; member in struct:elf_file
99 const char *__elfN(kerneltype) = "elf kernel";
333 * kernel. This assumption will be checked later.
336 ef.kernel = 1;
338 if (ef.kernel || ehdr->e_type == ET_EXEC) {
339 /* Looks like a kernel */
342 "_loadfile: kernel already loaded\n");
347 * Calculate destination address based on kernel entrypoint.
350 * in the elf header (an ARM kernel can be loaded at any 2MB
360 "_loadfile: not a kernel (mayb
[all...]
/freebsd-13-stable/
H A DMakefile.inc147 # doxygen - build API documentation of the kernel
336 .if (make(buildworld) || make(buildkernel) || make(kernel-toolchain) || \
656 TAGS+= kernel
657 PACKAGE= kernel
764 # kernel-tools stage
774 OBJTOP='${WORLDTMP}/obj-kernel-tools' \
965 # kernel stage
1100 ${_+_}cd ${.CURDIR}; ${XMAKE} kernel-tools
1218 .if make(kernel-toolchain)
1221 kernel
[all...]
/freebsd-13-stable/crypto/openssl/crypto/rand/
H A Drand_unix.c230 * sysctl_random(): Use sysctl() to read a random number from the kernel
440 int kernel[2]; local
450 * Check the kernel's version and fail if it is too recent.
459 kernel[0] = atoi(un.release);
461 kernel[1] = p == NULL ? 0 : atoi(p + 1);
462 if (kernel[0] > kernel_version[0]
463 || (kernel[0] == kernel_version[0]
464 && kernel[1] >= kernel_version[1])) {
/freebsd-13-stable/sys/conf/
H A Dkern.opts.mk3 # Options set in the build system that affect the kernel somehow.
21 # These options are used by the kernel build process (kern.mk and kmod.mk)
90 # Things that don't work because the kernel doesn't have the support
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c353 char *kernel = NULL; local
361 * and use that to load the kernel. However, if we only find
436 * component of the path. If it's a file, then we set the default kernel
446 return (BOOT_INFO_OK); /* use currdir, default kernel */
449 ucs2_to_utf8(fp->PathName, &kernel);
450 if (kernel == NULL) {
451 printf("Not using Boot%04x: can't decode kernel\n", boot_current);
454 if (*kernel == '\\' || isupper(*kernel))
455 fix_dosisms(kernel);
[all...]
/freebsd-13-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h71 #include <kernel/OS.h>
/freebsd-13-stable/contrib/apr/mmap/unix/
H A Dmmap.c28 #include <kernel/OS.h>
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-platform.h81 /* We are in the Linux kernel on Octeon */
141 #include <linux/kernel.h>
173 " Did you configure your kernel with both:\n"
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmod_os.h92 #include <sys/kernel.h>
/freebsd-13-stable/sys/dev/nvram/
H A Dnvram.c33 #include <sys/kernel.h>
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_tls.c28 #include <linux/kernel.h>
/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc_rockchip.c31 #include <sys/kernel.h>

Completed in 364 milliseconds

<<11121314151617181920>>