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

1234567891011>>

/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/
H A DMakefile.am1 SUBDIRS = kernel spl zfs
/freebsd-13-stable/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-13-stable/release/scripts/
H A Dmake-manifest.sh13 kernel="Kernel"
21 desc_kernel="${kernel} (MANDATORY)"
22 desc_kernel_dbg="${kernel} (Debugging)"
23 desc_kernel_alt="Alternate ${kernel}"
24 desc_kernel_alt_dbg="Alternate ${kernel} (Debugging)"
44 distname="$(echo ${distname} | tr 'kernel.' 'kernel_')"
54 kernel-dbg.txz)
57 kernel.*-dbg.txz)
62 kernel.*.txz)
/freebsd-13-stable/sys/contrib/ncsw/user/env/
H A Dstdlib.c27 #include <sys/kernel.h>
H A Dcore.c28 #include <sys/kernel.h>
/freebsd-13-stable/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-13-stable/sys/contrib/zstd/lib/freebsd/
H A Dzstd_kmalloc.c30 #include <sys/kernel.h>
/freebsd-13-stable/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-13-stable/sys/contrib/ck/include/
H A Dck_stdint.h28 #include <linux/kernel.h>
/freebsd-13-stable/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dtxg_integrity.d5 * to verify whether the txg_integrity test exercises the kernel code paths
12 /* zfs:kernel:dbuf_fix_old_data:entry
34 zfs:kernel:dbuf_fix_old_data:db_get_spa
56 zfs:kernel:dbuf_dirty:entry
65 zfs2:kernel:dmu_write_uio_dnode:uio_stats
73 zfs2:kernel:dmu_write_uio_dnode:uio_stats_two
80 zfs2:kernel:dmu_write_uio_dnode:uio_stats_three
85 zfs:kernel:dbuf_dirty:no_db_nofill
91 /* refcount:kernel::ge2
96 zfs:kernel
[all...]
/freebsd-13-stable/sbin/reboot/
H A Dnextboot.sh56 Usage: nextboot [-af] [-e variable=value] [-k kernel] [-o options]
82 kernel="${OPTARG}"
83 add_kenv kernel "$kernel"
105 if [ -n "${kernel}" -a ${force} = "NO" -a ! -d /boot/${kernel} ]; then
106 echo "Error: /boot/${kernel} doesn't exist. Use -f to override."
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dkmodtool4 # kmodtool - Helper script for building kernel module RPMs
75 Summary: Akmod package for ${kmodname} kernel module(s)
93 This package provides the akmod package for the ${kmodname} kernel modules.
109 Summary: Metapackage which tracks in ${kmodname} kernel module for newest kernel${dashvariant}
127 ${kmodname} kernel module(s) for the newest kernel${dashvariant},
128 to make sure you get it together with a new kernel.
158 Summary: ${kmodname} kernel module(s) for ${kernel_uname_r}
160 Provides: kernel
[all...]
/freebsd-13-stable/contrib/smbfs/lib/
H A DMakefile.inc4 CFLAGS+= -I${.CURDIR}/../../kernel/mysys
8 CFLAGS+= -I${.CURDIR}/../../kernel
/freebsd-13-stable/sys/security/mac_none/
H A Dmac_none.c46 #include <sys/kernel.h>
/freebsd-13-stable/tools/tools/netrate/tcpp/
H A Drunit.pl18 $kernel = $ARGV[0];
19 $outfile = $date."_".$kernel.".csv";
22 print OUTFILE "# $kernel $date\n";
26 print OUTFILE "kernel,tso,lro,mtu,cores,trial,";
37 my ($kernel, $tso, $lro, $mtu) = @_;
39 $prefix = "$kernel,$tso,$lro,$mtu";
61 test($kernel, $tso, $lro, $mtu);
/freebsd-13-stable/tools/boot/
H A Dlua-img.sh25 mkdir -p ${dir}/boot/kernel
26 cp /boot/kernel/kernel ${dir}/boot/kernel
/freebsd-13-stable/sys/contrib/ncsw/inc/etc/
H A Dsprint_ext.h46 #include <linux/kernel.h>
53 #include <sys/kernel.h>
/freebsd-13-stable/contrib/bearssl/mk/
H A DmkT0.sh11 $CSC /out:T0Comp.exe /main:T0Comp /res:T0/kern.t0,t0-kernel T0/*.cs
/freebsd-13-stable/targets/pseudo/the-lot/
H A DMakefile.depend8 targets/pseudo/kernel \
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
H A Dlimits.h50 #include <linux/kernel.h>
/freebsd-13-stable/sys/dev/cxgbe/
H A Dif_cc.c32 #include <sys/kernel.h>
H A Dif_ccv.c32 #include <sys/kernel.h>
H A Dif_cxl.c32 #include <sys/kernel.h>

Completed in 165 milliseconds

1234567891011>>