Home
last modified time | relevance | path

Searched refs:linux_version_code (Results 1 – 9 of 9) sorted by relevance

/external/ltp/tools/top-LTP/proc/
Dversion.c36 int linux_version_code = 0; variable
44 if (linux_version_code) in init_Linux_version()
53 linux_version_code = LINUX_VERSION(x, y, z); in init_Linux_version()
Dksym.c32 #define linux_version_code 131598 /* ? */
40 #define linux_version_code 131852 /* 2.3.12 */
48 #define linux_version_code 131858 /* 2.3.18ac8 */
56 #define linux_version_code 131858 /* 2.3.18ac8 */
402 sprintf(Version, "Version_%d", linux_version_code); in sysmap_mmap()
Dversion.h20 extern int linux_version_code; /* runtime version of LINUX_VERSION_CODE
Ddevname.c279 if (linux_version_code > LINUX_VERSION(2, 7, 0)) { // not likely to make 2.6.xx in dev_to_tty()
Dsysinfo.c236 if (linux_version_code > LINUX_VERSION(2, 4, 0)) { in init_libproc()
/external/ltp/tools/top-LTP/
Dtop.h42 #define linux_version_code LINUX_VERSION(2,5,43) macro
Dtop.c347 "\n", LINUX_VERSION_MAJOR(linux_version_code) in bye_bye()
348 , LINUX_VERSION_MINOR(linux_version_code) in bye_bye()
349 , LINUX_VERSION_PATCH(linux_version_code) in bye_bye()
1662 if (linux_version_code > LINUX_VERSION(2, 5, 41)) in before()
/external/e2fsprogs/lib/blkid/
Dprobe.c245 static int linux_version_code(void) in linux_version_code() function
341 linux_version_code() >= EXT4_SUPPORTS_EXT2) in probe_ext4dev()
384 linux_version_code() >= EXT4_SUPPORTS_EXT2) in probe_ext4()
460 linux_version_code() >= EXT4_SUPPORTS_EXT2) in probe_ext2()
/external/e2fsprogs/misc/
Dmke2fs.c191 static int linux_version_code = -1; in is_before_linux_ver() local
197 if (linux_version_code < 0) in is_before_linux_ver()
198 linux_version_code = parse_version_number(ut.release); in is_before_linux_ver()
199 if (linux_version_code == 0) in is_before_linux_ver()
202 return linux_version_code < (int) KERNEL_VERSION(major, minor, rev); in is_before_linux_ver()