Searched refs:from_file (Results 1 – 2 of 2) sorted by relevance
50 int do_syslog(int type, char __user *buf, int count, bool from_file);
278 static int check_syslog_permissions(int type, bool from_file) in check_syslog_permissions() argument284 if (from_file && type != SYSLOG_ACTION_OPEN) in check_syslog_permissions()301 int do_syslog(int type, char __user *buf, int len, bool from_file) in do_syslog() argument308 error = check_syslog_permissions(type, from_file); in do_syslog()