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

1234567891011>>

/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c241 HMODULE kernel = LoadLibrary(TEXT("KERNEL32.DLL")); local
388 if (kernel) {
408 GetProcAddress(kernel, "CreateToolhelp32Snapshot");
410 GetProcAddress(kernel, "CloseToolhelp32Snapshot");
411 heap_first = (HEAP32FIRST) GetProcAddress(kernel, "Heap32First");
412 heap_next = (HEAP32NEXT) GetProcAddress(kernel, "Heap32Next");
414 (HEAP32LIST) GetProcAddress(kernel, "Heap32ListFirst");
416 (HEAP32LIST) GetProcAddress(kernel, "Heap32ListNext");
418 (PROCESS32) GetProcAddress(kernel, "Process32First");
420 (PROCESS32) GetProcAddress(kernel, "Process32Nex
[all...]
/freebsd-9.3-release/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-9.3-release/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
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dspinlock.h32 #include <sys/kernel.h>
37 #include <linux/kernel.h>
/freebsd-9.3-release/
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-9.3-release/sys/security/mac/
H A Dmac_internal.h77 SDT_PROBE_DEFINE5(mac_framework, kernel, name, mac__check__err, \
79 SDT_PROBE_DEFINE5(mac_framework, kernel, name, mac__check__ok, \
83 SDT_PROBE_DEFINE4(mac_framework, kernel, name, mac__check__err, \
85 SDT_PROBE_DEFINE4(mac_framework, kernel, name, mac__check__ok, \
89 SDT_PROBE_DEFINE3(mac_framework, kernel, name, mac__check__err, \
91 SDT_PROBE_DEFINE3(mac_framework, kernel, name, mac__check__ok, \
95 SDT_PROBE_DEFINE2(mac_framework, kernel, name, mac__check__err, \
97 SDT_PROBE_DEFINE2(mac_framework, kernel, name, mac__check__ok, \
102 SDT_PROBE(mac_framework, kernel, name, mac__check__err, \
105 SDT_PROBE(mac_framework, kernel, nam
[all...]
/freebsd-9.3-release/sbin/reboot/
H A Dreboot.c72 const char *p, *user, *kernel = NULL; local
86 kernel = optarg;
120 if (kernel != NULL) {
125 (void)write(fd, "kernel=\"", 8L);
126 (void)write(fd, kernel, strlen(kernel));
227 "usage: halt [-lnpq] [-k kernel]\n" :
228 "usage: reboot [-dlnpq] [-k kernel]\n");
/freebsd-9.3-release/sys/conf/
H A Dkern.post.mk30 ${target}: kernel-${target}
39 # Handle ports (as defined by the user) that build kernel modules
42 # The ports tree needs some environment variables defined to match the new kernel
56 # Keep the related ports builds in the obj directory so that they are only rebuilt once per kernel build
82 .ORDER: kernel-install modules-install
84 kernel-all: ${KERNEL_KO} ${KERNEL_EXTRA}
86 kernel-cleandir: kernel-clean kernel-cleandepend
88 kernel
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_racct.c42 #include <sys/kernel.h>
99 SDT_PROBE_DEFINE3(racct, kernel, rusage, add, "struct proc *", "int",
101 SDT_PROBE_DEFINE3(racct, kernel, rusage, add__failure,
103 SDT_PROBE_DEFINE3(racct, kernel, rusage, add__cred, "struct ucred *",
105 SDT_PROBE_DEFINE3(racct, kernel, rusage, add__force, "struct proc *",
107 SDT_PROBE_DEFINE3(racct, kernel, rusage, set, "struct proc *", "int",
109 SDT_PROBE_DEFINE3(racct, kernel, rusage, set__failure,
111 SDT_PROBE_DEFINE3(racct, kernel, rusage, sub, "struct proc *", "int",
113 SDT_PROBE_DEFINE3(racct, kernel, rusage, sub__cred, "struct ucred *",
115 SDT_PROBE_DEFINE1(racct, kernel, racc
[all...]
/freebsd-9.3-release/gnu/lib/libodialog/
H A DMakefile10 SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
/freebsd-9.3-release/share/examples/kld/cdev/module/
H A Dcdevmod.c72 #include <sys/kernel.h>
114 /* Do any initialization that you should do with the kernel */
/freebsd-9.3-release/share/examples/kld/firmware/fwconsumer/
H A Dfw_consumer.c31 #include <sys/kernel.h>
/freebsd-9.3-release/sys/amd64/amd64/
H A Dbios.c39 #include <sys/kernel.h>
/freebsd-9.3-release/sys/arm/arm/
H A Dautoconf.c58 #include <sys/kernel.h>
/freebsd-9.3-release/sys/arm/econa/
H A Dcfi_bus_econa.c33 #include <sys/kernel.h>
/freebsd-9.3-release/sys/arm/xscale/i8134x/
H A Di81342_mcu.c33 #include <sys/kernel.h>
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h40 #include <sys/kernel.h>
/freebsd-9.3-release/sys/dev/cfi/
H A Dcfi_bus_fdt.c37 #include <sys/kernel.h>
/freebsd-9.3-release/sys/dev/ips/
H A Dips_disk.h34 #include <sys/kernel.h>
/freebsd-9.3-release/sys/dev/ixgb/
H A DREADME46 NOTE: You must have kernel sources installed in order to compile the driver
86 compile the driver into the kernel (see item 7).
100 8. If you want to compile the driver into the kernel, enter:
110 cp Makefile.kernel /usr/src/sys/modules/ixgb/Makefile
126 Edit the kernel configuration file (i.e., GENERIC or MYKERNEL) in
131 Compile and install the kernel. The system must be reboot for the kernel
132 updates to take affect. For additional information on compiling the kernel,
193 To enable polling in the driver, add the following options to the kernel
194 configuration, and then recompile the kernel
[all...]
/freebsd-9.3-release/sys/dev/joy/
H A Djoy_pccard.c35 #include <sys/kernel.h>
/freebsd-9.3-release/sys/dev/mxge/
H A Dmxge_eth_z8e.c8 #include <sys/kernel.h>
H A Dmxge_ethp_z8e.c8 #include <sys/kernel.h>
H A Dmxge_rss_eth_z8e.c8 #include <sys/kernel.h>
H A Dmxge_rss_ethp_z8e.c8 #include <sys/kernel.h>

Completed in 304 milliseconds

1234567891011>>