OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_log
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcmips/stand/pbsdboot/
print.c
41
static HANDLE
debug_log
= INVALID_HANDLE_VALUE;
variable in typeref:typename:HANDLE
58
if (
debug_log
!= INVALID_HANDLE_VALUE) {
69
WriteFile(
debug_log
, ascbuf, n, &n, NULL);
115
debug_log
= CreateFile(
124
if (
debug_log
== INVALID_HANDLE_VALUE) {
127
CloseHandle(
debug_log
);
129
debug_log
= CreateFile(
139
if (
debug_log
== INVALID_HANDLE_VALUE) {
149
if (
debug_log
!= INVALID_HANDLE_VALUE) {
150
CloseHandle(
debug_log
);
[
all
...]
/src/usr.bin/midirecord/
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, ...)
function in typeref:typename:void
298
debug_log
(__func__, __LINE__, fmt)
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025