Searched refs:kernel (Results 1 - 25 of 3463) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ntp/html/hints/
H A Dsolaris.xtra.patchfreq8 # This is a little script to patch a 5.5 or 5.5.1 kernel to get around
15 # Patching a kernel can render a machine unbootable; do not run this
31 kernel=/platform/sun4u/kernel/unix
34 kernel=$2
37 if [ ! -w $kernel ]; then
38 echo "$0: Cannot open $kernel for writing."
42 arch=`echo utsname+404?s | adb $kernel | cut -d: -f2`
49 rel=`echo utsname+202?s | adb $kernel | cut -d: -f2`
60 instr=`echo setcpudelay+34?X | adb $kernel | cu
[all...]
/freebsd-current/sys/contrib/ncsw/user/env/
H A Dstdlib.c27 #include <sys/kernel.h>
H A Dcore.c28 #include <sys/kernel.h>
/freebsd-current/release/scripts/
H A Dmake-manifest.sh12 kernel="Kernel"
20 desc_kernel="${kernel} (MANDATORY)"
21 desc_kernel_dbg="${kernel} (Debugging)"
22 desc_kernel_alt="Alternate ${kernel}"
23 desc_kernel_alt_dbg="Alternate ${kernel} (Debugging)"
43 distname="$(echo ${distname} | tr 'kernel.' 'kernel_')"
53 kernel-dbg.txz)
56 kernel.*-dbg.txz)
61 kernel.*.txz)
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.DestructWithModule.d.ksh47 $dtrace -qwm kernel'{chill(15); printf("Done chilling"); exit(0);}'
H A Dtst.ZeroModuleProbes.d.ksh49 -qm kernel'{printf("I am done"); exit(0);}'
/freebsd-current/sys/contrib/ck/include/
H A Dck_stdint.h28 #include <linux/kernel.h>
H A Dck_limits.h28 #include <linux/kernel.h>
/freebsd-current/sys/contrib/zstd/lib/freebsd/
H A Dzstd_kmalloc.c30 #include <sys/kernel.h>
/freebsd-current/sys/contrib/ncsw/inc/
H A Dstring_ext.h38 #include <linux/kernel.h>
49 #include <sys/kernel.h>
H A Dstdarg_ext.h42 #include <sys/kernel.h>
/freebsd-current/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dtxg_integrity.d5 * to verify whether the txg_integrity test exercises the kernel code paths
10 /* zfs:kernel:dbuf_fix_old_data:entry
32 zfs:kernel:dbuf_fix_old_data:db_get_spa
54 zfs:kernel:dbuf_dirty:entry
63 zfs2:kernel:dmu_write_uio_dnode:uio_stats
71 zfs2:kernel:dmu_write_uio_dnode:uio_stats_two
78 zfs2:kernel:dmu_write_uio_dnode:uio_stats_three
83 zfs:kernel:dbuf_dirty:no_db_nofill
89 /* refcount:kernel::ge2
94 zfs:kernel
[all...]
/freebsd-current/contrib/smbfs/lib/
H A DMakefile.inc4 CFLAGS+= -I${.CURDIR}/../../kernel/mysys
8 CFLAGS+= -I${.CURDIR}/../../kernel
/freebsd-current/tools/tools/netrate/tcpp/
H A Drunit.pl17 $kernel = $ARGV[0];
18 $outfile = $date."_".$kernel.".csv";
21 print OUTFILE "# $kernel $date\n";
25 print OUTFILE "kernel,tso,lro,mtu,cores,trial,";
36 my ($kernel, $tso, $lro, $mtu) = @_;
38 $prefix = "$kernel,$tso,$lro,$mtu";
60 test($kernel, $tso, $lro, $mtu);
/freebsd-current/tools/boot/
H A Dlua-img.sh24 mkdir -p ${dir}/boot/kernel
25 cp /boot/kernel/kernel ${dir}/boot/kernel
/freebsd-current/sys/security/mac_none/
H A Dmac_none.c44 #include <sys/kernel.h>
/freebsd-current/sys/fs/udf/
H A Dudf_iconv.c31 #include <sys/kernel.h>
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_iconv.c30 #include <sys/kernel.h>
/freebsd-current/sys/fs/msdosfs/
H A Dmsdosfs_iconv.c31 #include <sys/kernel.h>
/freebsd-current/sys/contrib/ncsw/inc/etc/
H A Dsprint_ext.h46 #include <linux/kernel.h>
53 #include <sys/kernel.h>
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dkmodtool4 # kmodtool - Helper script for building kernel module RPMs
75 Summary: Akmod package for ${kmodname} kernel module(s)
88 This package provides the akmod package for the ${kmodname} kernel modules.
104 Summary: Metapackage which tracks in ${kmodname} kernel module for newest kernel${dashvariant}
118 ${kmodname} kernel module(s) for the newest kernel${dashvariant},
119 to make sure you get it together with a new kernel.
149 Summary: ${kmodname} kernel module(s) for ${kernel_uname_r}
151 Provides: kernel
[all...]
/freebsd-current/contrib/bearssl/mk/
H A DmkT0.sh11 $CSC /out:T0Comp.exe /main:T0Comp /res:T0/kern.t0,t0-kernel T0/*.cs
/freebsd-current/targets/pseudo/the-lot/
H A DMakefile.depend7 targets/pseudo/kernel \
/freebsd-current/sys/arm/altera/socfpga/
H A Dsocfpga_common.c34 #include <sys/kernel.h>
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dlimits.h50 #include <linux/kernel.h>

Completed in 177 milliseconds

1234567891011>>