Home
last modified time | relevance | path

Searched refs:LOG_PID (Results 1 - 25 of 33) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/syslog/
H A 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/functionalext/supplement/misc/misc_gtest/
H A Dmisc_closelog_test.cpp19 openlog("my_program", LOG_PID, LOG_USER); in HWTEST_F()
/third_party/musl/libc-test/src/api/
H A Dsyslog.c7 C(LOG_PID) in f()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsyslog.h52 #define LOG_PID 0x01 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsyslog.h52 #define LOG_PID 0x01 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsyslog.h52 #define LOG_PID 0x01 macro
/third_party/musl/include/
H A Dsyslog.h52 #define LOG_PID 0x01 macro
/third_party/ntfs-3g/libntfs-3g/
H A 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/node/deps/openssl/openssl/crypto/bio/
H A Dbss_log.c394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
396 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
/third_party/openssl/crypto/bio/
H A Dbss_log.c394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
396 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
/third_party/toybox/toys/other/
H A Dlogin.c48 openlog("login", LOG_PID | LOG_CONS, LOG_AUTH); in login_main()
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsyslog.c108 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
/third_party/musl/src/misc/
H A Dsyslog.c109 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
/third_party/python/Modules/
H A Dsyslogmodule.c305 ADD_INT_MACRO(module, LOG_PID); in syslog_exec()
/third_party/alsa-utils/alsactl/
H A Dalsactl.c439 openlog("alsactl", LOG_CONS|LOG_PID, LOG_DAEMON); in main()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c122 openlog(prog, LOG_PID, LOG_DAEMON); in spawn_loop()
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c361 openlog(ident, LOG_PID, LOG_USER); in log_syslog()
/third_party/openssl/apps/lib/
H A Dhttp_server.c122 openlog(prog, LOG_PID, LOG_DAEMON); in spawn_loop()
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.c350 openlog("alsaloop", LOG_NDELAY|LOG_PID, LOG_DAEMON); in enable_syslog()
/third_party/toybox/toys/pending/
H A Dcrond.c649 openlog(toys.which->name, LOG_CONS | LOG_PID, LOG_CRON); in crond_main()
H A Ddhcp6.c553 openlog("DHCP6 :", LOG_PID, LOG_DAEMON); in dhcp6_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpa_debug.c96 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
/third_party/backends/frontend/
H A Dsaned.c2408 openlog ("saned", LOG_PID | LOG_CONS, LOG_DAEMON);
3513 openlog ("saned", LOG_PID | LOG_CONS, LOG_DAEMON);
/third_party/toybox/lib/
H A Dlib.c1423 openlog(toys.which->name, LOG_PID, facility); in loggit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpa_debug.c103 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()

Completed in 20 milliseconds

12