Searched refs:KERNEL_VERSION (Results 1 – 16 of 16) sorted by relevance
/third_party/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()
|
/third_party/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)
|
/third_party/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)
|
/third_party/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)
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | ax_have_epoll.m4 | 57 # if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,45) 85 # if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
|
/third_party/grpc/src/core/lib/iomgr/ |
D | port.h | 60 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0)
|
/third_party/openssl/engines/ |
D | e_afalg.c | 28 #if LINUX_VERSION_CODE < KERNEL_VERSION(K_MAJ, K_MIN1, K_MIN2) || \ 783 if (KERNEL_VERSION(kver[0], kver[1], kver[2]) in IMPLEMENT_DYNAMIC_BIND_FN() 784 < KERNEL_VERSION(K_MAJ, K_MIN1, K_MIN2)) { in IMPLEMENT_DYNAMIC_BIND_FN()
|
/third_party/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()
|
/third_party/grpc/test/cpp/interop/ |
D | grpclb_fallback_test.cc | 73 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)
|
/third_party/alsa-utils/alsa-info/ |
D | alsa-info.sh | 418 KERNEL_VERSION=$(uname -r) 536 echo "Kernel release: $KERNEL_VERSION" >> $FILE
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | config.hpp | 1364 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,45) 1371 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,22)
|
/third_party/boost/boost/asio/detail/ |
D | config.hpp | 1364 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,45) 1371 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,22)
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecvp8dec.c | 30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro 34 #define V4L2_MIN_KERNEL_VERSION KERNEL_VERSION(V4L2_MIN_KERNEL_VER_MAJOR, V4L2_MIN_KERNEL_VER_MINOR…
|
D | gstv4l2codecmpeg2dec.c | 31 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro 36 KERNEL_VERSION(V4L2_MIN_KERNEL_VER_MAJOR, V4L2_MIN_KERNEL_VER_MINOR, 0)
|
D | gstv4l2codech264dec.c | 30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro 34 #define V4L2_MIN_KERNEL_VERSION KERNEL_VERSION(V4L2_MIN_KERNEL_VER_MAJOR, V4L2_MIN_KERNEL_VER_MINOR…
|
/third_party/e2fsprogs/misc/ |
D | mke2fs.c | 29 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro 188 return KERNEL_VERSION(major, minor, rev); in parse_version_number() 206 return linux_version_code < (int) KERNEL_VERSION(major, minor, rev); in is_before_linux_ver()
|