Searched refs:LINUX_KERNVER (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_mib.h | 51 #define LINUX_KERNVER(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro 52 #define LINUX_VERSION_CODE LINUX_KERNVER(LINUX_KVERSION, \
|
| H A D | linux_elf.c | 484 *osrel = LINUX_KERNVER(desc[1], desc[2], desc[3]); in linux_trans_osrel() 513 if (linux_kernver(td) >= LINUX_KERNVER(2,4,0)) in __linuxN() 527 if (linux_kernver(td) >= LINUX_KERNVER(2,6,30)) in __linuxN() 529 if (linux_kernver(td) >= LINUX_KERNVER(2,6,26) && imgp->execpathp != 0) in __linuxN() 533 if (linux_kernver(td) >= LINUX_KERNVER(5,13,0)) in __linuxN()
|
| H A D | linux_mib.c | 191 v = LINUX_KERNVER(v0, v1, v2); in linux_map_osrel() 192 if (v < LINUX_KERNVER(1, 0, 0)) in linux_map_osrel()
|
| H A D | linux_signal.c | 779 if (linux_kernver(td) >= LINUX_KERNVER(2,6,39)) { in lsiginfo_to_siginfo()
|
| H A D | linux_misc.c | 420 #define CONVTCK(r) (linux_kernver(td) >= LINUX_KERNVER(2,4,0) ? \ 845 if (linux_kernver(td) >= LINUX_KERNVER(5,4,0) && args->id == 0) { in linux_waitid()
|
| /freebsd/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 717 if (linux_kernver(td) >= LINUX_KERNVER(2,6,33)) { in linprocfs_dostat() 719 } else if (linux_kernver(td) >= LINUX_KERNVER(2,6,24)) { in linprocfs_dostat() 721 } else if (linux_kernver(td) >= LINUX_KERNVER(2,6,11)) { in linprocfs_dostat() 723 } else if (linux_kernver(td) >= LINUX_KERNVER(2,5,41)) { in linprocfs_dostat()
|