Home
last modified time | relevance | path

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

/kernel/
Dsysctl_binary.c1205 static const struct bin_table *get_sysctl(const int *name, int nlen, char *path) in get_sysctl() argument
1218 if (!nlen) in get_sysctl()
1222 nlen--; in get_sysctl()
1260 static char *sysctl_getname(const int *name, int nlen, const struct bin_table **tablep) in sysctl_getname() argument
1267 const struct bin_table *table = get_sysctl(name, nlen, tmp); in sysctl_getname()
1278 static ssize_t binary_sysctl(const int *name, int nlen, in binary_sysctl() argument
1288 pathname = sysctl_getname(name, nlen, &table); in binary_sysctl()
1323 static ssize_t binary_sysctl(const int *name, int nlen, in binary_sysctl() argument
1332 static void deprecated_sysctl_warning(const int *name, int nlen) in deprecated_sysctl_warning() argument
1340 if (nlen >= 2 && name[0] == CTL_KERN && name[1] == KERN_VERSION) in deprecated_sysctl_warning()
[all …]