Home
last modified time | relevance | path

Searched defs:KERNEL_VERSION (Results 1 – 25 of 114) sorted by relevance

12345

/dports/net/netwib/netwib-5.38.0-src/src/port/openbsd/kernelmodule/
H A Dconfigure.in11 AC_SUBST(KERNEL_VERSION) subst
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dversion.h13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dversion.h13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/devel/util-linux/util-linux-2.36/include/
H A Dlinux_version.h9 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/sysutils/linrename/util-linux-2.25.2/include/
H A Dlinux_version.h9 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/scripts/
H A Ddrm-scripts-gentree.pl79 sub KERNEL_VERSION($$$) { return $_[0]*65536 + $_[1]*256 + $_[2]; } subroutine
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dversion.h2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dversion.h2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/dports/mail/batv-milter/batv-milter-0.5.0/include/sm/os/
H A Dsm_os_linux.h22 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/mail/libmilter/sendmail-8.16.1/include/sm/os/
H A Dsm_os_linux.h22 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/devel/tlsh/tlsh-d842e75/tlsh_bh_tool/setup/Redhat/
H A Dversion.h2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/davinci/kernel-module/
H A DMakefile1 KERNEL_VERSION = $(shell uname -r) macro
/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/
H A DMakefile37 KERNEL_VERSION ?= $(shell uname -r) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/include/linux/mtd/
H A Dcompat.h30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/include/linux/mtd/
H A Dcompat.h30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/include/linux/mtd/
H A Dcompat.h30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/include/linux/mtd/
H A Dcompat.h30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/include/linux/mtd/
H A Dcompat.h30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/include/linux/mtd/
H A Dcompat.h30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/include/linux/mtd/
H A Dcompat.h30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/bpf/
H A Dbpf_helpers.h69 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/bpf/
H A Dbpf_helpers.h69 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/bpf/
H A Dbpf_helpers.h69 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/linux/
H A Dfake_v4l2_impl.cc20 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) macro
/dports/x11/xpra/xpra-4.3/tests/perf/
H A Dtest_measure_perf.py207 KERNEL_VERSION = getoutput(["uname", "-r"]).replace("\n", "").replace("\r", "") variable

12345