Home
last modified time | relevance | path

Searched refs:LOG_PID (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/syslog/
Dsyslogtst.c135 openlog("SYSLOG_CASE3", LOG_PID, LOG_DAEMON); in main()
140 openlog("log_pid_test", LOG_PID, LOG_USER); in main()
199 openlog("without log_ndelay", LOG_PID, LOG_USER); in main()
/third_party/musl/libc-test/src/api/
Dsyslog.c7 C(LOG_PID) in f()
/third_party/openssl/crypto/bio/
Dbss_log.c393 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
395 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
/third_party/musl/include/
Dsyslog.h52 #define LOG_PID 0x01 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h52 #define LOG_PID 0x01 macro
/third_party/musl/ndk_musl_include/
Dsyslog.h52 #define LOG_PID 0x01 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h52 #define LOG_PID 0x01 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h52 #define LOG_PID 0x01 macro
/third_party/ntfs-3g/libntfs-3g/
Dlogging.c294 openlog("ntfs-3g", LOG_PID, LOG_USER); in ntfs_log_set_handler()
405 openlog("ntfs-3g", LOG_PID, LOG_USER); in ntfs_log_early_error()
/third_party/python/Doc/library/
Dsyslog.rst96 :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, and, if defined
119 syslog.openlog(logoption=syslog.LOG_PID, facility=syslog.LOG_MAIL)
/third_party/toybox/toys/other/
Dlogin.c48 openlog("login", LOG_PID | LOG_CONS, LOG_AUTH); in login_main()
/third_party/musl/src/misc/
Dsyslog.c102 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
/third_party/musl/porting/liteos_a/user/src/misc/
Dsyslog.c106 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
/third_party/python/Modules/
Dsyslogmodule.c285 ADD_INT_MACRO(module, LOG_PID); in syslog_exec()
/third_party/alsa-utils/alsactl/
Dalsactl.c432 openlog("alsactl", LOG_CONS|LOG_PID, LOG_DAEMON); in main()
/third_party/pulseaudio/src/pulsecore/
Dlog.c361 openlog(ident, LOG_PID, LOG_USER); in log_syslog()
/third_party/toybox/toys/pending/
Dcrond.c649 openlog(toys.which->name, LOG_CONS | LOG_PID, LOG_CRON); in crond_main()
Ddhcp6.c553 openlog("DHCP6 :", LOG_PID, LOG_DAEMON); in dhcp6_main()
Ddhcp.c1283 openlog("UDHCPC :", LOG_PID, LOG_DAEMON); in dhcp_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dwpa_debug.c96 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dwpa_debug.c96 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
/third_party/alsa-utils/alsaloop/
Dalsaloop.c348 openlog("alsaloop", LOG_NDELAY|LOG_PID, LOG_DAEMON); in enable_syslog()
/third_party/toybox/lib/
Dlib.c1380 openlog(toys.which->name, LOG_PID, facility); in loggit()
/third_party/openssl/apps/
Docsp.c917 openlog(prog, LOG_PID, LOG_DAEMON); in spawn_loop()
/third_party/e2fsprogs/lib/et/
Dcom_err.texinfo357 LOG_NOWAIT|LOG_CONS|LOG_PID|LOG_NDELAY,

12