HomeSort by: relevance | last modified time | path
    Searched refs:debug_printf (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/libexec/ld.elf_so/
debug.h 44 extern void debug_printf __P((const char *, ...))
48 # define dbg(a) debug_printf a
53 # define rdbg(a) debug_printf a
debug.c 52 debug_printf(const char *format, ...) function in typeref:typename:void
  /src/sys/arch/hpcmips/stand/pbsdboot/
layout.c 56 debug_printf(TEXT("error=%d\n"), GetLastError());
77 debug_printf(TEXT("Dlg: menu=%04x\n"), *(WORD*)mem);
83 debug_printf(TEXT("Dlg: menu=none\n"));
86 debug_printf(TEXT("Dlg: menu=%s\n"), (TCHAR*)mem);
99 debug_printf(TEXT("Dlg: class=%04x\n"), *(WORD*)mem);
105 debug_printf(TEXT("Dlg: class=none\n"));
108 debug_printf(TEXT("Dlg: class=%s\n"), (TCHAR*)mem);
118 debug_printf(TEXT("Dlg: title=%s\n"), (TCHAR*)mem);
126 debug_printf(TEXT("Dlg: font size=%d\n"), *(WORD*)mem);
129 debug_printf(TEXT("Dlg: font name=%s ("), (TCHAR*)mem)
    [all...]
palette.c 74 debug_printf(TEXT("*** palette init ***\n"));
94 debug_printf(TEXT("CreatePalette() failed"));
134 debug_printf(TEXT("*** palette set ***\n"));
140 debug_printf(TEXT("SelectPalette() failed"));
146 debug_printf(TEXT("RealizePalette() = %d\n"), n);
148 debug_printf(TEXT("RealizePalette() failed"));
169 debug_printf(TEXT("*** palette check ***\n"));
185 debug_printf(TEXT("%3d: %02x %02x %02x"),
193 debug_printf(TEXT(" *"));
196 debug_printf(TEXT("\n"))
    [all...]
preference.c 109 debug_printf(TEXT("ReadFile(): error=%d\r"), GetLastError());
119 debug_printf(TEXT("ReadFile(): read %d bytes\r"), n);
136 debug_printf(TEXT("WriteFile(): error=%d\n"), GetLastError());
143 debug_printf(TEXT("WriteFile(): write %d bytes\n"), n);
154 debug_printf(TEXT(" kernel_name: %s\n"), pref->kernel_name);
155 debug_printf(TEXT(" options: %s\n"), pref->options);
156 debug_printf(TEXT(" user def name: %s\n"), pref->setting_name);
157 debug_printf(TEXT(" setting index: %d\n"), pref->setting_idx);
158 debug_printf(TEXT(" type: %d\n"), pref->fb_type);
159 debug_printf(TEXT(" width: %d\n"), pref->fb_width)
    [all...]
vmem.c 65 debug_printf(TEXT("vmem is not initialized.\n"));
70 debug_printf(TEXT("entry point=0x%x\n"), entry);
84 debug_printf(TEXT("arg, vtophysaddr() failed\n"));
92 debug_printf(TEXT("vtophysaddr() failed, page %d (addr=0x%x) \n"),
104 debug_printf(TEXT("vtophysaddr() failed, leaf %d (addr=0x%x) \n"),
114 debug_printf(TEXT("execute startprog()\n"));
150 debug_printf(TEXT("page %d (phys addr=0x%x) is already in use\n"),
235 debug_printf(TEXT("allocate %d pages\n"), npages);
242 debug_printf(TEXT("can't allocate heap\n"));
256 debug_printf(TEXT("can't allocate address table\n"))
    [all...]
elf.c 82 debug_printf(TEXT("loadfile_sub(%x-%x, %S)\n"),
90 debug_printf(TEXT("vmem_get(0x%x) failed.\n"), addr);
103 debug_printf(TEXT("read segment error.\n"));
142 debug_printf(TEXT("seek error\n"));
147 debug_printf(TEXT("read header error\n"));
154 debug_printf(TEXT("alloc() error\n"));
160 debug_printf(TEXT("seek for program header table error\n"));
166 debug_printf(TEXT("read program header table error\n"));
172 debug_printf(TEXT("seek for segment header table error.\n"));
178 debug_printf(TEXT("read segment header table error\n"))
    [all...]
main.c 424 debug_printf(TEXT("reverse_fb_type(): unknown type %d\n"), type);
468 debug_printf(TEXT("%s"), version_string);
469 debug_printf(TEXT("Compiled for %d, Runtime OS version %d\n"),
826 debug_printf(TEXT("fb setting: %s fb_type=%d 0x%X %dx%d %d\n"),
830 debug_printf(TEXT("timezone: %02ld:00\n"), (bi->timezone / 60));
854 debug_printf(TEXT("UpdateFbDlg(%s)\n"), fbs->name);
896 debug_printf(TEXT("type=%d %dx%d %d bytes/line %08x %08x\n"),
902 debug_printf(TEXT("UpdateFbDlg(): internal error!\n"));
1030 debug_printf(TEXT("serial port ON\n"));
1032 debug_printf(TEXT("open failed\n"))
    [all...]
print.c 44 debug_printf(LPWSTR lpszFmt, ...) function in typeref:typename:int
pbsdboot.h 157 int debug_printf(LPWSTR lpszFmt, ...);
  /src/usr.bin/xlint/lint1/
debug.c 84 debug_printf(const char *fmt, ...) function in typeref:typename:void
137 debug_printf("\n");
163 debug_printf("size %u", size_in_bits / CHAR_SIZE);
165 debug_printf("+%u", size_in_bits % CHAR_SIZE);
205 debug_printf("'%s'",
208 debug_printf(" '%s' with %s",
212 debug_printf(" type");
213 debug_printf(" '%s'", type_name(tn->tn_type));
215 debug_printf(", lvalue");
217 debug_printf(", parenthesized")
    [all...]
init.c 322 debug_printf(".%s",
328 debug_printf("[%zu]", dr->dr_subscript);
332 debug_printf("<scalar>");
336 debug_printf(" (done)");
348 debug_printf("designation: ");
351 debug_printf("\n");
456 debug_printf("type '%s'\n", type_name(bl->bl_type));
640 debug_printf("brace level %zu: ", i);
externs1.h 151 void debug_printf(const char *fmt, ...) __printflike(1, 2);
171 #define debug_printf(...) debug_noop() macro
  /src/usr.bin/make/
targ.c 343 debug_printf(" %s%s", gn->name, gn->cohort_num);
352 debug_printf("# %s:", label);
354 debug_printf("\n");
364 debug_printf("\t%s\n", cmd);
416 debug_printf(" .%s", names[i].name);
469 debug_printf("# %s%s", gn->name, gn->cohort_num);
477 debug_printf("#\n");
479 debug_printf("# *** MAIN TARGET ***\n");
483 debug_printf("# %d unmade children\n", gn->unmade);
485 debug_printf("# No unmade children\n")
    [all...]
make.c 124 debug_printf(const char *fmt, ...) function in typeref:typename:void
278 debug_printf("modified %s...",
281 debug_printf("nonexistent...");
337 debug_printf("! operator...");
339 debug_printf(".PHONY node...");
341 debug_printf(".EXEC node...");
356 debug_printf("non existing child...");
418 debug_printf("Make_HandleUse: called for plain node %s\n",
713 debug_printf("inspect parent %s%s: ", pgn->name,
716 debug_printf(", unmade %d ", pgn->unmade - 1)
    [all...]
suff.c 956 debug_printf(" %p:%s", cand, cand->file);
958 debug_printf("\n");
993 debug_printf("%s add suff %p:%s candidate %p:%s to list %p:",
1035 debug_printf("cleaning list %p:", sources);
1058 debug_printf("free: list %p src %p:%s children %d\n",
1069 debug_printf("keep: list %p src %p:%s children %d:",
1091 debug_printf("remove from list %p src %p:%s\n",
1194 debug_printf("3 add targ %p:%s ret %p:%s\n",
2069 debug_printf("#\t%s: ", prefix);
2072 debug_printf("%s ", suff->name)
    [all...]
compat.c 159 debug_printf("\n*** Failed target: %s\n*** Failed command: ",
168 debug_printf(" ");
171 debug_printf("%c", *p);
175 debug_printf("\n");
job.c 578 debug_printf("%s, job table:\n", where);
581 debug_printf("job %d, status %s, flags %s, pid %d\n",
1146 debug_printf("\n");
1147 debug_printf("*** Failed target: %s\n", job->node->name);
1148 debug_printf("*** In directory: %s\n", curdir);
1149 debug_printf("*** Failed commands:\n");
1152 debug_printf("\t%s\n", cmd);
1156 debug_printf("\t=> %s\n", xcmd);
1478 debug_printf("Running %s\n", job->node->name);
1479 debug_printf("\tCommand:")
    [all...]
dir.c 830 debug_printf("%s%s", sep, word);
833 debug_printf("\n");
1632 debug_printf("#*** Directory Cache:\n");
1633 debug_printf(
1637 debug_printf("# refs hits directory\n");
1641 debug_printf("# %4d %4d %s\n",
1653 debug_printf("%s ", dir->name);
arch.c 496 debug_printf(
709 debug_printf(
884 debug_printf("no toc...");
891 debug_printf("%s modified %s...",
  /src/usr.bin/indent/
debug.c 189 debug_printf(const char *fmt, ...) function in typeref:typename:void
223 debug_printf("\"");
227 debug_printf("\\%c", *p);
229 debug_printf("%c", *p);
231 debug_printf("\\n");
233 debug_printf("\\t");
235 debug_printf("\\x%02x", (unsigned char)*p);
237 debug_printf("\"");
244 debug_printf(" %s ", name);
253 debug_printf("%s:", descr)
    [all...]
indent.h 459 void debug_printf(const char *, ...) __printflike(1, 2);
476 #define debug_printf(fmt, ...) debug_noop() macro
  /src/tests/usr.bin/indent/
lsym_comma.c 61 void debug_printf(const char *, ...);
fmt_decl.c 951 debug_printf(const char *fmt, ...) function in typeref:typename:void __printflike (1,2)
960 debug_printf(const char *fmt, ...) function in typeref:typename:void __printflike (1,2)
  /src/sbin/fsck_lfs/
fsck.h 65 #define debug_printf warn macro
67 #define debug_printf macro

Completed in 28 milliseconds

1 2