Searched defs:syslog (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | syslog.c | 47 SYS_FUNC(syslog) in SYS_FUNC() argument
|
/external/python/cpython3/Lib/test/ |
D | test_syslog.py | 3 syslog = support.import_module("syslog") #skip if not supported variable
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslog11.c | 97 #define syslog(arg1, arg2, arg3) syscall(__NR_syslog, arg1, arg2, arg3) macro
|
D | syslog12.c | 109 #define syslog(arg1, arg2, arg3) syscall(__NR_syslog, arg1, arg2, arg3) macro
|
/external/autotest/server/hosts/ |
D | adb_host.py | 775 def syslog(self, message, tag='autotest'): member in ADBHost
|
D | cros_host.py | 1237 def syslog(self, message, tag='autotest'): member in CrosHost
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientstub.c | 62 static void syslog( int priority, const char * message, ...) in syslog() function
|