Searched refs:sysctl_err (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/proc/ |
H A D | proc_sysctl.c | 1090 static int sysctl_err(const char *path, struct ctl_table *table, char *fmt, ...) in sysctl_err() function 1113 err |= sysctl_err(path, table, "array not allowed"); in sysctl_check_table_array() 1118 err |= sysctl_err(path, table, "array not allowed"); in sysctl_check_table_array() 1123 err |= sysctl_err(path, table, "array not allowed"); in sysctl_check_table_array() 1147 err |= sysctl_err(path, entry, "No data"); in sysctl_check_table() 1149 err |= sysctl_err(path, entry, "No maxlen"); in sysctl_check_table() 1154 err |= sysctl_err(path, entry, "No proc_handler"); in sysctl_check_table() 1157 err |= sysctl_err(path, entry, "bogus .mode 0%o", in sysctl_check_table()
|