Searched refs:consdebug_putc_unbuffered (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/osfmk/arm64/ |
| H A D | alternate_debugger.c | 108 …x, pages_size 0x%llx, putc %p\n", alt_size, alt_pages, alt_pages_size, &consdebug_putc_unbuffered); in alternate_debugger_enter() 109 ((t_call_altdbg_fn)alt_code)(alt_size, alt_pages, alt_pages_size, &consdebug_putc_unbuffered); in alternate_debugger_enter()
|
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | printf.c | 908 consdebug_putc_unbuffered(char c) in consdebug_putc_unbuffered() function 939 _doprnt_log(fmt, &listp, consdebug_putc_unbuffered, 16); in paniclog_append_noflush() 983 _doprnt(fmt, &listp, consdebug_putc_unbuffered, 16); in kdb_printf_unbuffered()
|
| H A D | misc_protos.h | 234 extern void consdebug_putc_unbuffered(char);
|