Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dsyslog.h50 int do_syslog(int type, char __user *buf, int count, bool from_file);
/linux-2.6.39/kernel/
Dprintk.c278 static int check_syslog_permissions(int type, bool from_file) in check_syslog_permissions() argument
284 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() argument
308 error = check_syslog_permissions(type, from_file); in do_syslog()