Lines Matching refs:debug_printf
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);
160 debug_printf(TEXT(" height: %d\n"), pref->fb_height);
161 debug_printf(TEXT(" bytes/line: %d\n"), pref->fb_linebytes);
162 debug_printf(TEXT(" addr: %d\n"), pref->fb_addr);
163 debug_printf(TEXT(" cpu: %08lx\n"), pref->platid_cpu);
164 debug_printf(TEXT(" machine: %08lx\n"), pref->platid_machine);
165 debug_printf(TEXT(" last chance: %S\n"), pref->check_last_chance ?
167 debug_printf(TEXT("load debug info: %S\n"), pref->load_debug_info ?
169 debug_printf(TEXT(" serial port: %S\n"), pref->serial_port ?
416 debug_printf(TEXT("pref_load: try to '%s'\n"), filenamebuf);
419 debug_printf(TEXT("pref_load: succeded, '%s'.\n"),
450 debug_printf(TEXT("pref_save: try to '%s'\n"), filenamebuf);
452 debug_printf(TEXT("pref_write: succeded, '%s'.\n"),
474 debug_printf(TEXT("pref_write('%s').\n"), filename);
488 debug_printf(TEXT("CreateFile(): error=%d\n"), GetLastError());
494 debug_printf(TEXT("setting_idx,tempbuf=%s"),unibuf);
504 debug_printf(TEXT("fb_type,tempbuf=%s,"),unibuf);
514 debug_printf(TEXT("fb_width,tempbuf=%s"),unibuf);
525 debug_printf(TEXT("fb_height,tempbuf=%s"),unibuf);
536 debug_printf(TEXT("fb_linebytes,tempbuf=%s"),unibuf);
546 debug_printf(TEXT("boot_time,tempbuf=%s\n"),unibuf);
555 debug_printf(TEXT("fb_addr,tempbuf=%s"),unibuf);
566 debug_printf(TEXT("platid_cpu,tempbuf=%s"),unibuf);
576 debug_printf(TEXT("platid_machine,tempbuf=%s"),unibuf);
587 debug_printf(TEXT("setting_name,unibuf=%s,wcslen=%d"),unibuf,
600 debug_printf(TEXT("kernel_name,unibuf=%s,wcslen=%d"),unibuf,
612 debug_printf(TEXT("options,unibuf=%s,wcslen=%d"),unibuf,