Home
last modified time | relevance | path

Searched defs:syslog (Results 1 – 10 of 10) 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/crosvm/sys_util/src/
Dlib.rs14 pub mod syslog; module
/external/autotest/server/hosts/
Dcros_host.py1456 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
/external/rust/crates/libc/src/unix/
Dmod.rs1414 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1338 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3978 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function