Searched defs:nlen (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | sysctl_binary.c | 1223 static const struct bin_table *get_sysctl(const int *name, int nlen, char *path) in get_sysctl() 1278 static char *sysctl_getname(const int *name, int nlen, const struct bin_table **tablep) in sysctl_getname() 1296 static ssize_t binary_sysctl(const int *name, int nlen, in binary_sysctl() 1341 static ssize_t binary_sysctl(const int *name, int nlen, in binary_sysctl() 1350 static void deprecated_sysctl_warning(const int *name, int nlen) in deprecated_sysctl_warning() 1388 static void warn_on_bintable(const int *name, int nlen) in warn_on_bintable() 1401 static ssize_t do_sysctl(int __user *args_name, int nlen, in do_sysctl() 1454 int nlen; member
|