Home
last modified time | relevance | path

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

/linux/fs/proc/
H A Dproc_sysctl.c1090 static int sysctl_err(const char *path, const struct ctl_table *table, char *fmt, ...)
1114 err |= sysctl_err(path, table, "array not allowed"); in sysctl_check_table_array()
1119 err |= sysctl_err(path, table, "array not allowed"); in sysctl_check_table_array()
1124 err |= sysctl_err(path, table, in sysctl_check_table_array()
1130 err |= sysctl_err(path, table, in sysctl_check_table_array()
1137 err |= sysctl_err(path, table, "array not allowed"); in sysctl_check_table_array()
1149 err |= sysctl_err(path, entry, "procname is null"); in sysctl_check_table()
1163 err |= sysctl_err(path, entry, "No data"); in sysctl_check_table()
1165 err |= sysctl_err(path, entry, "No maxlen"); in sysctl_check_table()
1170 err |= sysctl_err(pat in sysctl_check_table()
1091 static int sysctl_err(const char *path, const struct ctl_table *table, char *fmt, ...) sysctl_err() function
[all...]