Home
last modified time | relevance | path

Searched defs:KERNEL_VERSION (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm/dist/scripts/
H A Ddrm-scripts-gentree.pl79 sub KERNEL_VERSION($$$) { return $_[0]*65536 + $_[1]*256 + $_[2]; } subroutine
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_linux.h57 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h817 #define KERNEL_VERSION(a,b,c) (LINUX_VERSION_CODE + 1) macro