Searched refs:syslog_write (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/boot/platform/openfirmware/ |
H A D | debug.cpp | 21 syslog_write(const char* buffer, size_t length) in syslog_write() function 54 syslog_write(buffer, length); in dprintf_args()
|
/haiku/src/system/boot/platform/bios_ia32/ |
H A D | debug.cpp | 37 syslog_write(const char* buffer, size_t length) in syslog_write() function 65 syslog_write(timeBuffer, strlen(timeBuffer)); in dprintf_args() 72 syslog_write(buffer, length); in dprintf_args()
|
/haiku/src/system/boot/platform/efi/ |
H A D | debug.cpp | 27 syslog_write(const char* buffer, size_t length) in syslog_write() function 49 syslog_write(buffer, length); in dprintf_args()
|
/haiku/src/system/kernel/debug/ |
H A D | debug.cpp | 84 static void syslog_write(const char* text, int32 length, bool notify); 189 syslog_write(string, length, false); in PrintString() 1283 syslog_write(const char* text, int32 length, bool notify) in syslog_write() function 1289 syslog_write("<TRUNC>", 7, false); in syslog_write() 1402 syslog_write((const char*)args->debug_output.Pointer(), in syslog_init_post_vm() 1427 syslog_write(revisionBuffer, in syslog_init_post_vm() 1537 syslog_write(string, length, notifySyslog); in debug_output() 1569 syslog_write(temp, length, notifySyslog); in flush_pending_repeats() 1585 syslog_write(sLastOutputBuffer, length, notifySyslog); in flush_pending_repeats()
|