Searched refs:KERNEL_VERSION (Results 1 – 8 of 8) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | version.h | 2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
|
D | media.h | 30 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
|
/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/strace/ |
D | mtd.c | 33 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) 38 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 7, 0)
|
D | defs.h | 424 #undef KERNEL_VERSION 425 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
|
D | strace.c | 1399 if (rel >= KERNEL_VERSION(1,0,0)) in get_os_release() 1404 if (rel >= KERNEL_VERSION(0,1,0)) { in get_os_release() 2129 if (os_release >= KERNEL_VERSION(3,0,0)) in trace()
|
/external/valgrind/VEX/test/ |
D | test-i386.c | 925 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 66)
|
D | test-amd64.c | 963 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 66)
|