Searched refs:notifySyslog (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/system/kernel/debug/
H A Ddebug.cpp122 static void flush_pending_repeats(bool notifySyslog);
1484 debug_output(const char* string, int32 length, bool notifySyslog) argument
1496 flush_pending_repeats(notifySyslog);
1501 syslog_write(string, length, notifySyslog);
1519 flush_pending_repeats(bool notifySyslog) argument
1533 syslog_write(temp, length, notifySyslog);
1549 syslog_write(sLastOutputBuffer, length, notifySyslog);
1585 dprintf_args(const char* format, va_list args, bool notifySyslog) argument
1595 debug_output(sOutputBuffer, length, notifySyslog);
1603 debug_output(sInterruptOutputBuffer, length, notifySyslog);
[all...]

Completed in 93 milliseconds