Home
last modified time | relevance | path

Searched defs:syslog (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dsyslog.c47 SYS_FUNC(syslog) in SYS_FUNC() argument
/external/python/cpython3/Lib/test/
Dtest_syslog.py3 syslog = support.import_module("syslog") #skip if not supported variable
/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslog11.c97 #define syslog(arg1, arg2, arg3) syscall(__NR_syslog, arg1, arg2, arg3) macro
Dsyslog12.c109 #define syslog(arg1, arg2, arg3) syscall(__NR_syslog, arg1, arg2, arg3) macro
/external/autotest/server/hosts/
Dadb_host.py775 def syslog(self, message, tag='autotest'): member in ADBHost
Dcros_host.py1237 def syslog(self, message, tag='autotest'): member in CrosHost
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c62 static void syslog( int priority, const char * message, ...) in syslog() function