| /freebsd-14.2/sys/modules/linux/ |
| H A D | Makefile | 7 .PATH: ${SRCTOP}/sys/compat/linux ${SRCTOP}/sys/${MACHINE_CPUARCH}/linux${SFX} 12 KMOD= linux 64 linux.c \ 86 CLEANFILES= linux${SFX}_assym.h linux${SFX}_genassym.o linux${SFX}_locore.o \ 87 genassym.o linux${SFX}_vdso_gtod.o linux${SFX}_vdso.so.o 89 linux${SFX}_assym.h: linux${SFX}_genassym.o 98 linux${SFX}_locore.o: linux${SFX}_assym.h assym.inc 113 linux${SFX}_vdso.so.o: linux${SFX}_locore.o linux${SFX}_vdso_gtod.o 117 -T${SRCTOP}/sys/${MACHINE}/linux${SFX}/linux${SFX}_vdso.lds.s \ 128 linux${SFX}_vdso.so: linux${SFX}_vdso.so.o [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | sun4i-a10-inet9f-rev03.dts | 68 linux,code = <ABS_X>; 76 linux,code = <ABS_X>; 84 linux,code = <ABS_Y>; 92 linux,code = <ABS_Y>; 100 linux,code = <ABS_Z>; 108 linux,code = <ABS_Z>; 116 linux,code = <ABS_RZ>; 164 linux,code = <BTN_X>; 170 linux,code = <BTN_Y>; 176 linux,code = <BTN_A>; [all …]
|
| H A D | socfpga_cyclone5_sockit.dts | 36 linux,default-trigger = "heartbeat"; 42 linux,default-trigger = "heartbeat"; 48 linux,default-trigger = "heartbeat"; 64 linux,input-type = <5>; /* EV_SW */ 65 linux,code = <0x0>; /* SW_LID */ 71 linux,input-type = <5>; /* EV_SW */ 72 linux,code = <0x5>; /* SW_DOCK */ 92 linux,code = <187>; /* KEY_F17 */ 98 linux,code = <188>; /* KEY_F18 */ 104 linux,code = <189>; /* KEY_F19 */ [all …]
|
| H A D | bcm47081-luxul-xwr-1200.dts | 35 linux,default-trigger = "default-on"; 41 linux,default-trigger = "none"; 47 linux,default-trigger = "none"; 53 linux,default-trigger = "none"; 59 linux,default-trigger = "none"; 66 linux,default-trigger = "usbport"; 72 linux,default-trigger = "timer"; 78 linux,default-trigger = "none"; 84 linux,default-trigger = "none"; 90 linux,default-trigger = "none"; [all …]
|
| H A D | exynos4412-smdk4412.dts | 72 linux,keypad-no-autorepeat; 81 linux,code = <2>; 87 linux,code = <3>; 93 linux,code = <4>; 99 linux,code = <5>; 105 linux,code = <6>; 111 linux,code = <30>; 117 linux,code = <48>; 123 linux,code = <46>; 129 linux,code = <32>; [all …]
|
| H A D | bcm4708-buffalo-wzr-1750dhp.dts | 58 linux,default-trigger = "usbport"; 69 linux,default-trigger = "default-on"; 75 linux,default-trigger = "default-on"; 86 linux,default-trigger = "default-on"; 105 linux,code = <KEY_RESTART>; 111 linux,code = <KEY_WPS_BUTTON>; 118 linux,code = <KEY_SETUP>; 125 linux,code = <BTN_0>; 131 linux,code = <KEY_EJECTCD>;
|
| H A D | exynos4210-smdkv310.dts | 91 linux,keypad-no-autorepeat; 100 linux,code = <2>; 106 linux,code = <3>; 112 linux,code = <4>; 118 linux,code = <5>; 124 linux,code = <6>; 130 linux,code = <30>; 136 linux,code = <48>; 142 linux,code = <46>; 148 linux,code = <32>; [all …]
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | linux.sh | 33 [ -x /compat/linux/bin/date ] || exit 0 34 kldstat | grep -q linux.ko && exit 0 37 kldload linux.ko 38 mount -t linprocfs linprocfs /compat/linux/proc 39 mount -t linsysfs linsysfs /compat/linux/sys 43 [ -x /compat/linux/bin/bash ] && 44 /compat/linux/bin/bash -c "/compat/linux/bin/date" 47 umount /compat/linux/dev/shm 49 umount /compat/linux/sys 51 umount /compat/linux/proc [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-sched.m4 | 3 dnl # Moved things from linux/sched.h to linux/sched/rt.h 7 #include <linux/sched.h> 8 #include <linux/sched/rt.h> 15 AC_MSG_CHECKING([whether header linux/sched/rt.h exists]) 25 dnl # Moved things from linux/sched.h to linux/sched/signal.h 29 #include <linux/sched.h> 30 #include <linux/sched/signal.h> 37 AC_MSG_CHECKING([whether header linux/sched/signal.h exists]) 40 [linux/sched/signal.h exists]) 55 #include <linux/sched.h>
|
| H A D | kernel-vfs-iov_iter.m4 | 6 #include <linux/fs.h> 7 #include <linux/uio.h> 13 #include <linux/fs.h> 14 #include <linux/uio.h> 23 #include <linux/fs.h> 24 #include <linux/uio.h> 33 #include <linux/fs.h> 34 #include <linux/uio.h> 44 #include <linux/fs.h> 55 #include <linux/fs.h> [all …]
|
| H A D | kernel-blkdev.m4 | 7 #include <linux/fs.h> 8 #include <linux/blkdev.h> 25 #include <linux/fs.h> 26 #include <linux/blkdev.h> 44 #include <linux/fs.h> 64 #include <linux/fs.h> 118 #include <linux/fs.h> 141 #include <linux/fs.h> 157 #include <linux/fs.h> 173 #include <linux/fs.h> [all …]
|
| H A D | kernel-inode-times.m4 | 8 #include <linux/fs.h> 22 #include <linux/fs.h> 38 #include <linux/fs.h> 47 #include <linux/fs.h> 63 #include <linux/fs.h> 71 #include <linux/fs.h> 80 #include <linux/fs.h> 89 #include <linux/fs.h> 122 [inode_get_ctime() exists in linux/fs.h]) 140 [inode_get_atime() exists in linux/fs.h]) [all …]
|
| H A D | kernel-acl.m4 | 8 #include <linux/cred.h> 9 #include <linux/fs.h> 45 #include <linux/cred.h> 46 #include <linux/fs.h> 76 #include <linux/fs.h> 83 #include <linux/fs.h> 116 #include <linux/fs.h> 139 #include <linux/fs.h> 173 #include <linux/fs.h> 185 #include <linux/fs.h> [all …]
|
| H A D | kernel-bio.m4 | 12 #include <linux/bio.h> 19 #include <linux/bio.h> 26 #include <linux/bio.h> 33 #include <linux/bio.h> 106 #include <linux/bio.h> 113 #include <linux/bio.h> 185 #include <linux/bio.h> 186 #include <linux/fs.h> 203 #include <linux/bio.h> 204 #include <linux/fs.h> [all …]
|
| H A D | kernel-objtool.m4 | 6 dnl # Kernel 5.10: linux/frame.h was renamed linux/objtool.h 11 #include <linux/objtool.h> 15 [kernel has linux/objtool.h]) 16 AC_MSG_RESULT(linux/objtool.h) 18 AC_MSG_RESULT(linux/frame.h) 41 #include <linux/objtool.h> 43 #include <linux/frame.h>
|
| H A D | kernel-global_page_state.m4 | 9 #include <linux/mm.h> 10 #include <linux/vmstat.h> 34 #include <linux/mm.h> 35 #include <linux/vmstat.h> 114 [node_stat_item], [$LINUX/include/linux/mmzone.h]) 116 [node_stat_item], [$LINUX/include/linux/mmzone.h]) 118 [node_stat_item], [$LINUX/include/linux/mmzone.h]) 121 [zone_stat_item], [$LINUX/include/linux/mmzone.h]) 123 [zone_stat_item], [$LINUX/include/linux/mmzone.h]) 125 [zone_stat_item], [$LINUX/include/linux/mmzone.h])
|
| H A D | kernel-blk-queue.m4 | 7 #include <linux/blkdev.h> 33 #include <linux/blkdev.h> 54 #include <linux/blkdev.h> 82 #include <linux/blkdev.h> 89 #include <linux/blkdev.h> 122 #include <linux/blkdev.h> 131 #include <linux/blkdev.h> 168 #include <linux/blkdev.h> 177 #include <linux/blkdev.h> 187 #include <linux/blkdev.h> [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/intel_qat/patch/ |
| H A D | 0001-cryptohash.diff | 2 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=228c4f265c6eb60eaa4ed0e… 5 …git a/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c b/quickassist/utilit… 7 --- a/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c 8 +++ b/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c 12 #include <linux/crypto.h> 13 -#include <linux/cryptohash.h> 15 #include <linux/version.h>
|
| H A D | 0001-timespec.diff | 5 git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c766d1472c70d25ad475cf56042af… 6 git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=412c53a680a97cb1ae2c0ab60230e… 11 …ance/framework/linux/kernel_space/cpa_sample_code_utils.c b/quickassist/lookaside/access_layer/src… 13 --- a/quickassist/lookaside/access_layer/src/sample_code/performance/framework/linux/kernel_space/c… 14 +++ b/quickassist/lookaside/access_layer/src/sample_code/performance/framework/linux/kernel_space/c…
|
| /freebsd-14.2/contrib/googletest/ |
| H A D | .travis.yml | 13 - os: linux 16 install: ./ci/install-linux.sh && ./ci/log-config.sh 17 script: ./ci/build-linux-bazel.sh 18 - os: linux 22 script: ./ci/build-linux-bazel.sh 23 - os: linux 27 script: ./ci/build-linux-autotools.sh 28 - os: linux 32 - os: linux 36 - os: linux [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/ |
| H A D | Makefile.am | 2 kernel_linuxdir = $(kerneldir)/linux 4 %D%/kernel/linux/blkdev_compat.h \ 6 %D%/kernel/linux/dcache_compat.h \ 7 %D%/kernel/linux/kmap_compat.h \ 8 %D%/kernel/linux/mm_compat.h \ 9 %D%/kernel/linux/mod_compat.h \ 10 %D%/kernel/linux/page_compat.h \ 12 %D%/kernel/linux/simd.h \ 14 %D%/kernel/linux/simd_arm.h \ 16 %D%/kernel/linux/simd_x86.h \ [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | gpio-keys.yaml | 39 linux,code: 42 linux,input-type: 45 linux,input-value: 47 If linux,input-type is EV_ABS or EV_REL then this 50 when all buttons with linux,input-type == type and 55 linux,input-value = <0xffffffff>; /* -1 */ 83 linux,can-disable: 90 - linux,code 102 linux,input-value: [ gpios ] 131 linux,code = <103>; [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/mips/ingenic/ |
| H A D | gcw0.dts | 138 linux,can-disable; 145 linux,can-disable; 152 linux,can-disable; 159 linux,can-disable; 166 linux,can-disable; 173 linux,can-disable; 180 linux,can-disable; 187 linux,can-disable; 194 linux,can-disable; 201 linux,can-disable; [all …]
|
| /freebsd-14.2/contrib/traceroute/ |
| H A D | FILES | 13 findsaddr-linux.c 23 linux-include/netinet/in_systm.h 24 linux-include/netinet/ip.h 25 linux-include/netinet/ip_icmp.h 26 linux-include/netinet/ip_var.h 27 linux-include/netinet/udp.h 28 linux-include/netinet/udp_var.h
|
| /freebsd-14.2/contrib/kyua/ |
| H A D | .travis.yml | 9 - os: linux 13 - os: linux 17 - os: linux 21 - os: linux 25 - os: linux 29 - os: linux 35 #- os: linux 39 #- os: linux
|