Searched refs: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() argument 1236 if (!nlen) in get_sysctl() 1240 nlen--; in get_sysctl() 1278 static char *sysctl_getname(const int *name, int nlen, const struct bin_table **tablep) in sysctl_getname() argument 1285 const struct bin_table *table = get_sysctl(name, nlen, tmp); in sysctl_getname() 1296 static ssize_t binary_sysctl(const int *name, int nlen, in binary_sysctl() argument 1306 pathname = sysctl_getname(name, nlen, &table); in binary_sysctl() 1341 static ssize_t binary_sysctl(const int *name, int nlen, in binary_sysctl() argument 1350 static void deprecated_sysctl_warning(const int *name, int nlen) in deprecated_sysctl_warning() argument 1365 for (i = 0; i < nlen; i++) in deprecated_sysctl_warning() [all …]
|