Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsysctl.h52 CTL_KERN=1, /* General kernel info and control */ enumerator
/linux-4.1.27/kernel/
Dsysctl_binary.c904 { CTL_DIR, CTL_KERN, "kernel", bin_kern_table },
1358 if (name[0] == CTL_KERN && name[1] == KERN_VERSION) in deprecated_sysctl_warning()