HomeSort by: relevance | last modified time | path
    Searched defs:KERNEL_VERSION (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm/dist/scripts/
drm-scripts-gentree.pl 25 # of LINUX_VERSION_CODE, BTTV_VERSION_CODE, the KERNEL_VERSION(x,y,z)
51 my $BTTVCODE = KERNEL_VERSION(0,9,17);
52 my ($LINUXCODE, $extra) = kernel_version($VERSION);
73 sub kernel_version($) { subroutine
79 sub KERNEL_VERSION($$$) { return $_[0]*65536 + $_[1]*256 + $_[2]; }
91 } elsif ($1 ne 'KERNEL_VERSION') {
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_linux.h 56 #ifndef KERNEL_VERSION
57 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
58 #endif /* not KERNEL_VERSION */
59 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
67 #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0) */
  /src/external/ibm-public/postfix/dist/src/util/
sys_defs.h 816 #if !defined(KERNEL_VERSION)
817 #define KERNEL_VERSION(a,b,c) (LINUX_VERSION_CODE + 1)
819 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,2,0)) \

Completed in 25 milliseconds