Searched refs:syslog (Results 1 - 25 of 71) sorted by path

123

/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh305 echo "<textarea style='font-family: monospace' rows='10' cols='80' name='syslog' id='syslog' readonly='readonly'>"
306 cat /var/log/syslog
350 do_notify 0.7 "Dumping syslog output..."
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp26 #include <syslog.h>
239 syslog(LOG_ERR, "screen saver filter runner init failed\n");
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c102 #include <sys/syslog.h>
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c44 #include <syslog.h>
340 * ntfs_log_handler_syslog - syslog logging handler
349 * A simple syslog logging handler. Ignores colors.
387 syslog(LOG_NOTICE, "%s", logbuf);
/haiku/src/add-ons/translators/rtf/
H A Dmain.cpp9 #include <syslog.h>
38 syslog(LOG_ERR,
50 syslog(LOG_ERR,
/haiku/src/bin/
H A Dlogger.cpp14 #include <syslog.h>
55 { "syslog", LOG_SYSLOG },
120 "\t\tkern, user, mail, daemon, auth, syslog, lpr, news,\n"
198 syslog(priority, "%s", buffer);
205 syslog(priority, "%s", buffer);
/haiku/src/bin/multiuser/
H A Dlogin.cpp18 #include <syslog.h>
189 syslog(LOG_NOTICE, "login%s failed for \"%s\"", get_from(fromHost),
201 syslog(LOG_NOTICE, "login%s refused for \"%s\"", get_from(fromHost),
206 syslog(LOG_INFO, "login%s as \"%s\"", get_from(fromHost), passwd->pw_name);
H A Dsu.cpp19 #include <syslog.h>
86 syslog(LOG_NOTICE, "su failed for \"%s\"", passwd->pw_name);
88 syslog(LOG_NOTICE, "su attempt for non-existent user \"%s\"", user);
99 syslog(LOG_NOTICE, "su refused for \"%s\"", passwd->pw_name);
103 syslog(LOG_INFO, "su as \"%s\"", passwd->pw_name);
/haiku/src/bin/network/telnetd/
H A Ddefs.h80 #include <syslog.h>
H A Dtelnetd.c402 syslog(LOG_WARNING, "setsockopt (SO_KEEPALIVE): %m");
418 syslog(LOG_WARNING, "setsockopt (IP_TOS): %m");
H A Dutility.c80 syslog(LOG_INFO, "ttloop: read: %m");
83 syslog(LOG_INFO, "ttloop: peer died: %m");
/haiku/src/bin/pcmcia-cs/
H A Dlex_cis.l38 #include <syslog.h>
/haiku/src/bin/screen_blanker/
H A DScreenBlanker.cpp29 #include <syslog.h>
154 syslog(LOG_ERR, "resume screen saver runner failed\n");
200 syslog(LOG_ERR, "standby screen saver runner failed\n");
208 syslog(LOG_ERR, "suspend screen saver runner failed\n");
216 syslog(LOG_ERR, "turn off screen saver runner failed\n");
H A DScreenSaverWindow.cpp21 #include <syslog.h>
/haiku/src/kits/interface/
H A DColorMenuItem.cpp14 #include <syslog.h>
H A DLayout.cpp12 #include <syslog.h>
451 syslog(LOG_ERR, "ItemArchived() failed at index: %d.", i);
/haiku/src/kits/support/
H A DArchivingManagers.cpp12 #include <syslog.h>
193 syslog(LOG_ERR, "AllArchived failed for object of type %s.",
268 syslog(LOG_ERR, "Failed to find managed archivable");
299 syslog(LOG_ERR, "Object requested from AllUnarchived()"
358 syslog(LOG_ERR, "Error in AllUnarchived"
364 syslog(LOG_ERR, "An error occured during unarchival, cleaning up.");
/haiku/src/libs/libtelnet/
H A Dsra.c43 #include <syslog.h>
535 syslog(LOG_ERR, "pam_start: %s", pam_strerror(pamh, e));
542 syslog(LOG_ERR, "pam_set_item(PAM_RHOST): %s",
572 syslog(LOG_ERR, "Couldn't get PAM_USER: %s",
587 syslog(LOG_ERR, "auth_pam: %s", pam_strerror(pamh, e));
593 syslog(LOG_ERR, "pam_end: %s", pam_strerror(pamh, e));
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp22 #include <syslog.h>
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp13 #include <syslog.h>
69 BPath syslog(base);
70 syslog.Append("syslog");
75 oldlog.Append("syslog.old");
78 rename(syslog.Path(), oldlog.Path());
86 sLog = open(syslog.Path(), O_APPEND | O_CREAT | O_WRONLY, 0644);
155 // add header to every line of the message and write it to the syslog
191 // cannot write to syslog!
213 // get kernel syslog setting
[all...]
/haiku/src/system/libroot/posix/
H A Dsyslog.cpp7 #include <syslog.h>
50 /*! This function returns the current syslog context structure.
56 syslog context.
95 //! Prints simplified syslog message to stderr.
125 /*! Creates the message from the given context and sends it to the syslog
147 // apparently, there is no syslog daemon running;
182 // the syslog daemon failed
213 syslog(int priority, const char *message, ...) function
/haiku/src/tests/system/libroot/posix/
H A DSyslogTest.cpp10 #include <syslog.h>
27 syslog(LOG_WARNING, "thread warning (visible)");
28 syslog(LOG_CRIT, "thread critical condition (visible)");
29 syslog(LOG_CRIT, "thread critical condition (visible)");
39 syslog(LOG_WARNING, "thread/perror warning (visible in stderr as well)");
40 syslog(LOG_CRIT, "thread/perror critical condition (hidden)");
43 syslog(LOG_WARNING, "thread/cons warning (visible in stderr only when there is no syslog_daemon)");
46 syslog(LOG_WARNING, "thread warning without ident (visible)");
52 syslog(LOG_ALERT, "now what are we doing here? (visible)");
/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp16 #include <syslog.h>
/haiku/headers/os/
H A DSupportKit.h24 #include <syslog.h>
/haiku/headers/posix/
H A Dsyslog.h16 #define LOG_ODELAY (4 << 12) /* delay open until syslog() is called */
17 #define LOG_NDELAY (8 << 12) /* connect to the syslog daemon immediately */
80 extern void syslog(int priority, const char *message, ...);

Completed in 288 milliseconds

123