Home
last modified time | relevance | path

Searched refs:LOG_NDELAY (Results 1 – 15 of 15) sorted by relevance

/external/crosvm/sys_util/src/linux/
Dsyslog.rs16 closelog, fcntl, localtime_r, openlog, time, time_t, tm, F_GETFD, LOG_NDELAY, LOG_PERROR,
135 openlog(null(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_USER); in openlog_and_get_socket()
/external/libchromeos-rs/src/
Dsyslog.rs60 libc::LOG_NDELAY | libc::LOG_PID, in init()
/external/ipsec-tools/src/racoon/
Dplog.c229 openlog(pname, LOG_NDELAY, LOG_DAEMON); in ploginit()
/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslogtst.c220 openlog("with log_ndelay", LOG_NDELAY, LOG_USER); in main()
/external/python/cpython2/Modules/
Dsyslogmodule.c265 PyModule_AddIntConstant(m, "LOG_NDELAY", LOG_NDELAY); in initsyslog()
/external/python/cpython3/Modules/
Dsyslogmodule.c287 ADD_INT_MACRO(module, LOG_NDELAY); in syslog_exec()
/external/python/cpython2/Doc/library/
Dsyslog.rst81 :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, :const:`LOG_NOWAIT`
/external/python/cpython3/Doc/library/
Dsyslog.rst96 :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, and, if defined
/external/wpa_supplicant_8/src/utils/
Dwpa_debug.c96 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
/external/ppp/pppd/
Dmain.c818 openlog("pppd", LOG_PID | LOG_NDELAY, LOG_PPP); in reopen_log()
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1240 pub const LOG_NDELAY: ::c_int = 8 << 12; constant
/external/e2fsprogs/lib/et/
Dcom_err.texinfo357 LOG_NOWAIT|LOG_CONS|LOG_PID|LOG_NDELAY,
/external/rust/crates/libc/src/unix/
Dmod.rs269 pub const LOG_NDELAY: ::c_int = 0x08; constant
/external/libcups/scheduler/
Dconf.c1004 openlog("cupsd", LOG_PID | LOG_NOWAIT | LOG_NDELAY, LOG_LPR); in cupsdReadConfiguration()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1368 pub const LOG_NDELAY: ::c_int = 0x08; constant