Searched refs:KERNEL_VERSION (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/sendmail/include/sm/os/
H A Dsm_os_linux.h21 # if !defined(KERNEL_VERSION) /* not defined in 2.0.x kernel series */
22 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
23 # endif /* ! KERNEL_VERSION */
31 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,2,19))
/freebsd-12-stable/crypto/openssl/engines/
H A De_afalg.c28 #if LINUX_VERSION_CODE < KERNEL_VERSION(K_MAJ, K_MIN1, K_MIN2) || \
786 if (KERNEL_VERSION(kver[0], kver[1], kver[2])
787 < KERNEL_VERSION(K_MAJ, K_MIN1, K_MIN2)) {
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dconf.h1473 # if !defined(KERNEL_VERSION) /* not defined in 2.0.x kernel series */
1474 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
1505 # if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0))
1517 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0))
1521 # endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0)) */
1574 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,36)) && !defined(HASFCHMOD)
/freebsd-12-stable/sys/dev/drm/
H A Dsis_mm.c35 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaosapi.h35 #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,18)
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp30 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33)

Completed in 116 milliseconds