Searched defs:syslog (Results 1 – 14 of 14) sorted by relevance
| /external/crosvm/sys_util/src/android/ |
| D | mod.rs | 7 pub mod syslog; module
|
| /external/crosvm/sys_util/src/linux/ |
| D | mod.rs | 7 pub mod syslog; module
|
| /external/libchromeos-rs/src/ |
| D | lib.rs | 10 pub mod syslog; module
|
| /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/crosvm/sys_util/src/ |
| D | lib.rs | 21 pub mod syslog; module
|
| D | syslog.rs | 140 syslog: PlatformSyslog, field
|
| /external/autotest/server/hosts/ |
| D | cros_host.py | 1899 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
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 1348 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1262 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3833 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
|