Searched refs:debug_log (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
H A D | print.c | 41 static HANDLE debug_log = INVALID_HANDLE_VALUE; variable 58 if (debug_log != INVALID_HANDLE_VALUE) { in debug_printf() 69 WriteFile(debug_log, ascbuf, n, &n, NULL); in debug_printf() 115 debug_log = CreateFile( in set_debug_log() 124 if (debug_log == INVALID_HANDLE_VALUE) { in set_debug_log() 127 CloseHandle(debug_log); in set_debug_log() 129 debug_log = CreateFile( in set_debug_log() 139 if (debug_log == INVALID_HANDLE_VALUE) { in set_debug_log() 149 if (debug_log != INVALID_HANDLE_VALUE) { in close_debug_log() 150 CloseHandle(debug_log); in close_debug_log() [all …]
|
/netbsd-src/usr.bin/midirecord/ |
H A D | midirecord.c | 79 static void debug_log(const char *, size_t, const char *, ...) 284 debug_log(const char *file, size_t line, const char *fmt, ...) in debug_log() function 298 debug_log(__func__, __LINE__, fmt)
|