Home
last modified time | relevance | path

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

/haiku/src/tests/system/libroot/posix/
H A DSyslogTest.cpp16 openlog_team("SyslogTest", LOG_PID, LOG_USER); in main()
42 openlog(NULL, LOG_CONS | LOG_PID, LOG_DAEMON); in main()
/haiku/headers/posix/
H A Dsyslog.h14 #define LOG_PID (1 << 12) /* log the process (thread/team) ID with each message */ macro
/haiku/src/bin/
H A Dlogger.cpp145 options |= LOG_PID; in main()
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c300 openlog("ntfs-3g", LOG_PID, LOG_USER); in ntfs_log_set_handler()
414 openlog("ntfs-3g", LOG_PID, LOG_USER); in ntfs_log_early_error()
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp146 if ((message.options & LOG_PID) != 0) { in syslog_output()
/haiku/src/system/libroot/posix/
H A Dsyslog.cpp101 if (context->options & LOG_PID) in message_to_console()
/haiku/docs/user/posix/
H A Dsyslog.dox139 \def LOG_PID
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c379 openlog("telnetd", LOG_PID | LOG_ODELAY, LOG_DAEMON); in main()
/haiku/src/bin/network/ftpd/
H A Dftpd.c296 openlog("ftpd", LOG_PID | LOG_NDELAY, LOG_FTP); in main()