Home
last modified time | relevance | path

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

/external/crosvm/sys_util/src/android/
Dmod.rs7 pub mod syslog; module
/external/crosvm/sys_util/src/linux/
Dmod.rs7 pub mod syslog; module
/external/libchromeos-rs/src/
Dlib.rs10 pub mod syslog; module
/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.rs21 pub mod syslog; module
Dsyslog.rs140 syslog: PlatformSyslog, field
/external/autotest/server/hosts/
Dcros_host.py1899 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.rs1348 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1262 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3833 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function