/external/ltp/testcases/kdump/lib/crasher/ |
D | crasher.c | 40 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) 51 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) 95 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32) 110 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) in crasher_init()
|
/external/bcc/tests/cc/ |
D | test_perf_event.cc | 31 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 13, 0) 78 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) 92 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0) 128 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
|
D | test_bpf_table.cc | 94 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0) 176 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0)
|
D | test_array_table.cc | 98 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0)
|
D | test_hash_table.cc | 94 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,6,0)
|
/external/ltp/testcases/kernel/syscalls/swapon/ |
D | swaponoff.h | 10 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 18) 12 #elif LINUX_VERSION_CODE > KERNEL_VERSION(2, 4, 10)
|
/external/ltp/testcases/kernel/device-drivers/nls/ |
D | nlsTest.c | 59 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 28) 86 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 28) 96 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 28) 106 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 28)
|
/external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/ |
D | video_dummy.c | 36 cap->version = KERNEL_VERSION(0, 0, 1); in vidioc_querycap() 52 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | port.h | 64 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0) 86 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)
|
D | internal_errqueue.cc | 29 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0) in kernel_supports_errqueue()
|
/external/vboot_reference/scripts/image_signing/ |
D | sign_official_build.sh | 93 KERNEL_VERSION=1 635 --version "${KERNEL_VERSION}" \ 709 KERNEL_VERSION=$(sed -n 's#^kernel_version=\(.*\)#\1#pg' ${VERSION_FILE}) 712 echo "Using kernel version: ${KERNEL_VERSION}"
|
/external/kernel-headers/original/uapi/linux/ |
D | version.h | 2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
|
/external/adeb/ |
D | androdeb | 233 KERNEL_VERSION="$KERNEL_MAJOR.$KERNEL_MINOR" 234 PREBUILT_HEADERS_FILE=headers-$ARCH-$KERNEL_VERSION.tar.gz.zip 242 …die 10 "Failed to download kernel headers. Kernel $KERNEL_VERSION for $ARCH may not be supported o…
|
/external/syzkaller/docs/linux/ |
D | setup_ubuntu-host_odroid-c2-board_arm64-kernel.md | 220 KERNEL_VERSION=`cat ./include/config/kernel.release` 221 cp ./uImage $MOUNT_PATH/boot/uImage-$KERNEL_VERSION 223 …4/boot/dts/amlogic/meson-gxbb-odroidc2.dtb $MOUNT_PATH/boot/meson-gxbb-odroidc2-$KERNEL_VERSION.dtb 224 cp .config $MOUNT_PATH/boot/config-$KERNEL_VERSION 237 # Set version to $KERNEL_VERSION
|
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
D | ltp_tbio.c | 484 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 10, 0) 491 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 10, 0) in tbio_release()
|
/external/u-boot/include/linux/ |
D | compat.h | 105 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
|
/external/strace/ |
D | filter_qualify.c | 413 if (os_release >= KERNEL_VERSION(4, 16, 0)) in qualify_kvm()
|
D | strace.c | 1549 if (rel >= KERNEL_VERSION(1, 0, 0)) in get_os_release() 1554 if (rel >= KERNEL_VERSION(0, 1, 0)) { in get_os_release() 2578 if (os_release >= KERNEL_VERSION(3, 0, 0)) in dispatch_event()
|
D | defs.h | 435 #undef KERNEL_VERSION 436 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) macro
|
D | socketutils.c | 264 os_release < KERNEL_VERSION(4, 4, 4) ? NLM_F_DUMP : 0; in unix_send_query()
|
D | ChangeLog | 6745 bpf: print kern_version in the form of KERNEL_VERSION macro. 6747 union bpf_attr.kern_version in the form of KERNEL_VERSION macro call. 46824 * defs.h: Declare os_release and KERNEL_VERSION. 46825 * strace.c: Make os_release non-static, remove KERNEL_VERSION define. 48509 (get_os_release): Parse uname.release to KERNEL_VERSION 48511 (init): Convert kernel version check to KERNEL_VERSION.
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 29 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro 187 return KERNEL_VERSION(major, minor, rev); in parse_version_number() 205 return linux_version_code < (int) KERNEL_VERSION(major, minor, rev); in is_before_linux_ver()
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 31 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33)
|