Lines Matching refs:TEXT
71 TEXT("setting_idx"),
72 TEXT("fb_type"),
73 TEXT("fb_width"),
74 TEXT("fb_height"),
75 TEXT("fb_linebytes"),
76 TEXT("boot_time"),
77 TEXT("fb_addr"),
78 TEXT("platid_cpu"),
79 TEXT("platid_machine"),
80 TEXT("setting_name"),
81 TEXT("kernel_name"),
82 TEXT("options"),
83 TEXT("check_last_chance"),
84 TEXT("load_debug_info"),
85 TEXT("serial_port"),
86 TEXT("reverse_video"),
87 TEXT("autoboot"),
107 msg_printf(MSG_ERROR, TEXT("pref_load()"),
108 TEXT("ReadFile(): error=%d"), GetLastError());
109 debug_printf(TEXT("ReadFile(): error=%d\r"), GetLastError());
117 msg_printf(MSG_ERROR, TEXT("pref_load()"),
118 TEXT("ReadFile(): read %d bytes"), n);
119 debug_printf(TEXT("ReadFile(): read %d bytes\r"), n);
134 msg_printf(MSG_ERROR, TEXT("pref_write()"),
135 TEXT("WriteFile(): error=%d"), GetLastError());
136 debug_printf(TEXT("WriteFile(): error=%d\n"), GetLastError());
141 msg_printf(MSG_ERROR, TEXT("pref_write()"),
142 TEXT("WriteFile(): write %d bytes"), n);
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 ?
338 if(wcscmp(unidata,TEXT("t")) == 0){
347 if(wcscmp(unidata,TEXT("t")) == 0){
356 if(wcscmp(unidata,TEXT("t")) == 0){
365 if(wcscmp(unidata,TEXT("t")) == 0){
374 if(wcscmp(unidata,TEXT("t")) == 0){
414 wsprintf(filenamebuf, TEXT("%s%s"),
416 debug_printf(TEXT("pref_load: try to '%s'\n"), filenamebuf);
419 debug_printf(TEXT("pref_load: succeded, '%s'.\n"),
438 msg_printf(MSG_ERROR, TEXT("Error()"),
439 TEXT("Can't write %s"), where_pref_load_from);
448 wsprintf(filenamebuf, TEXT("%s%s"),
450 debug_printf(TEXT("pref_save: try to '%s'\n"), filenamebuf);
452 debug_printf(TEXT("pref_write: succeded, '%s'.\n"),
458 msg_printf(MSG_ERROR, TEXT("Error()"),
459 TEXT("Can't write %s"), PREFNAME);
474 debug_printf(TEXT("pref_write('%s').\n"), filename);
488 debug_printf(TEXT("CreateFile(): error=%d\n"), GetLastError());
493 wsprintf(unibuf,TEXT("setting_idx:%d\r\n"),buf->setting_idx);
494 debug_printf(TEXT("setting_idx,tempbuf=%s"),unibuf);
503 wsprintf(unibuf,TEXT("fb_type:%d\r\n"),buf->fb_type);
504 debug_printf(TEXT("fb_type,tempbuf=%s,"),unibuf);
513 wsprintf(unibuf,TEXT("fb_width:%d\r\n"),buf->fb_width);
514 debug_printf(TEXT("fb_width,tempbuf=%s"),unibuf);
524 wsprintf(unibuf,TEXT("fb_height:%d\r\n"),buf->fb_height);
525 debug_printf(TEXT("fb_height,tempbuf=%s"),unibuf);
535 wsprintf(unibuf,TEXT("fb_linebytes:%d\r\n"),buf->fb_linebytes);
536 debug_printf(TEXT("fb_linebytes,tempbuf=%s"),unibuf);
545 wsprintf(unibuf,TEXT("boot_time:%d\r\n"),buf->boot_time);
546 debug_printf(TEXT("boot_time,tempbuf=%s\n"),unibuf);
554 wsprintf(unibuf,TEXT("fb_addr:%d\r\n"),buf->fb_addr);
555 debug_printf(TEXT("fb_addr,tempbuf=%s"),unibuf);
565 wsprintf(unibuf,TEXT("platid_cpu:%d\r\n"),buf->platid_cpu);
566 debug_printf(TEXT("platid_cpu,tempbuf=%s"),unibuf);
575 wsprintf(unibuf,TEXT("platid_machine:%d\r\n"),buf->platid_machine);
576 debug_printf(TEXT("platid_machine,tempbuf=%s"),unibuf);
586 wsprintf(unibuf,TEXT("setting_name:%s\r\n"),buf->setting_name);
587 debug_printf(TEXT("setting_name,unibuf=%s,wcslen=%d"),unibuf,
599 wsprintf(unibuf,TEXT("kernel_name:%s\r\n"),buf->kernel_name);
600 debug_printf(TEXT("kernel_name,unibuf=%s,wcslen=%d"),unibuf,
611 wsprintf(unibuf,TEXT("options:%s\r\n"),buf->options);
612 debug_printf(TEXT("options,unibuf=%s,wcslen=%d"),unibuf,
623 wsprintf(unibuf,TEXT("check_last_chance:t\r\n"));
626 wsprintf(unibuf,TEXT("check_last_chance:n\r\n"));
641 wsprintf(unibuf,TEXT("load_debug_info:t\r\n"));
644 wsprintf(unibuf,TEXT("load_debug_info:n\r\n"));
660 wsprintf(unibuf,TEXT("serial_port:t\r\n"));
663 wsprintf(unibuf,TEXT("serial_port:n\r\n"));
677 wsprintf(unibuf,TEXT("reverse_video:t\r\n"));
680 wsprintf(unibuf,TEXT("reverse_video:n\r\n"));
691 wsprintf(unibuf,TEXT("autoboot:t\r\n"));
694 wsprintf(unibuf,TEXT("autoboot:n\r\n"));