Home
last modified time | relevance | path

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

/linux-6.15/fs/proc/
H A Dproc_sysctl.c1088 static int sysctl_err(const char *path, const struct ctl_table *table, char *fmt, ...) in sysctl_err() function
1112 err |= sysctl_err(path, table, "array not allowed"); in sysctl_check_table_array()
1117 err |= sysctl_err(path, table, "array not allowed"); in sysctl_check_table_array()
1122 err |= sysctl_err(path, table, in sysctl_check_table_array()
1128 err |= sysctl_err(path, table, in sysctl_check_table_array()
1135 err |= sysctl_err(path, table, "array not allowed"); in sysctl_check_table_array()
1147 err |= sysctl_err(path, entry, "procname is null"); in sysctl_check_table()
1161 err |= sysctl_err(path, entry, "No data"); in sysctl_check_table()
1163 err |= sysctl_err(path, entry, "No maxlen"); in sysctl_check_table()
1168 err |= sysctl_err(path, entry, "No proc_handler"); in sysctl_check_table()
[all …]