Searched refs:sysctl_err (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/proc/ |
D | proc_sysctl.c | 1011 static int sysctl_err(const char *path, struct ctl_table *table, char *fmt, ...) in sysctl_err() function 1032 err = sysctl_err(path, table, "Not a file"); in sysctl_check_table() 1043 err = sysctl_err(path, table, "No data"); in sysctl_check_table() 1045 err = sysctl_err(path, table, "No maxlen"); in sysctl_check_table() 1048 err = sysctl_err(path, table, "No proc_handler"); in sysctl_check_table() 1051 err = sysctl_err(path, table, "bogus .mode 0%o", in sysctl_check_table()
|