Home
last modified time | relevance | path

Searched refs:KERN_VERSION (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dsysctl.h89 KERN_VERSION=4, /* string: compile time info */ enumerator
/linux-2.6.39/kernel/
Dsysctl_binary.c68 { CTL_STR, KERN_VERSION, "version" },
1382 if (name[0] == CTL_KERN && name[1] == KERN_VERSION) in deprecated_sysctl_warning()