Home
last modified time | relevance | path

Searched refs:TEXT (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/netbsd/src/sys/arch/hpc/stand/hpcboot/arm/
Darm_pxa2x0.cpp72 DPRINTF((TEXT("PXA-2x0 CPU.\n"))); in PXA2X0Architecture()
83 DPRINTF((TEXT("can't initialize memory manager.\n"))); in init()
94 DPRINTF((TEXT("D-cache size = %d\n"), dcachesize)); in init()
97 DPRINTF((TEXT("Testing framebuffer.\n"))); in init()
100 DPRINTF((TEXT("Testing UART.\n"))); in init()
105 DPRINTF((TEXT("Dump peripheral registers.\n"))); in init()
111 DPRINTF((TEXT("Dump CS area (size = %d)\n"), dumpsize)); in init()
121 DPRINTF((TEXT("No framebuffer test yet.\n"))); in testFramebuffer()
164 DPRINTF((TEXT("2nd bootloader size(%dbyte) is larger than page size(%d).\n"), in setupLoader()
172 DPRINTF((TEXT("can't get page for 2nd loader.\n"))); in setupLoader()
[all …]
Darm_arch.cpp40 DPRINTF((TEXT("ARM architecture.\n"))); in ARMArchitecture()
55 DPRINTF((TEXT("can't change to System mode\n"))); in systemInfo()
57 DPRINTF((TEXT("Reg0 :%08x\n"), GetCop15Reg0())); in systemInfo()
58 DPRINTF((TEXT("Reg1 :%08x\n"), GetCop15Reg1())); in systemInfo()
59 DPRINTF((TEXT("Reg2 :%08x\n"), GetCop15Reg2())); in systemInfo()
60 DPRINTF((TEXT("Reg3 :%08x\n"), GetCop15Reg3())); in systemInfo()
61 DPRINTF((TEXT("Reg5 :%08x\n"), GetCop15Reg5())); in systemInfo()
62 DPRINTF((TEXT("Reg6 :%08x\n"), GetCop15Reg6())); in systemInfo()
63 DPRINTF((TEXT("Reg13:%08x\n"), GetCop15Reg13())); in systemInfo()
64 DPRINTF((TEXT("Reg14:%08x\n"), GetCop15Reg14())); in systemInfo()
[all …]
Darm_mmu.cpp39 DPRINTF((TEXT("Use ARM software MMU.\n"))); in MemoryManager_ArmMMU()
55 DPRINTF((TEXT("not System mode\n"))); in init()
64 DPRINTF((TEXT("page directory address=0x%08x->0x%08x(0x%08x)\n"), in init()
80 DPRINTF((TEXT("Virtual Address 0x%08x"), vaddr)); in searchPage()
82 DPRINTF((TEXT("(+PID)-> 0x%08x\n"), vaddr)); in searchPage()
86 DPRINTF((TEXT("1st level descriptor 0x%08x(addr 0x%08x)\n"), in searchPage()
91 DPRINTF((TEXT("1st level descriptor fault.\n"))); in searchPage()
96 DPRINTF((TEXT("section Physical Address 0x%08x\n"), paddr)); in searchPage()
99 DPRINTF((TEXT("-> Level2 page descriptor.\n"))); in searchPage()
103 DPRINTF((TEXT("2nd level descriptor 0x%08x(addr 0x%08x)\n"), in searchPage()
[all …]
/netbsd/src/sys/arch/hpc/hpc/
Dplatid_name.c44 TEXT("MIPS") },
46 TEXT("MIPS VR") },
48 TEXT("MIPS VR 41XX") },
50 TEXT("MIPS VR 4102") },
52 TEXT("MIPS VR 4111") },
54 TEXT("MIPS VR 4121") },
56 TEXT("MIPS VR 4181") },
58 TEXT("MIPS VR 4122") },
60 TEXT("MIPS VR 4131") },
62 TEXT("MIPS VR 4181A") },
[all …]
/netbsd/src/sys/arch/hpcmips/stand/pbsdboot/
Ddisptest.c84 win_printf(TEXT("VirtualCopy() failed.")); in gpio_test()
111 win_printf(TEXT("IOSEL=%04x%04x "), in gpio_test()
113 win_printf(TEXT("PIOD=%04x%04x "), in gpio_test()
115 win_printf(TEXT("STAT=%04x%04x "), in gpio_test()
117 win_printf(TEXT("(%04x%04x) "), in gpio_test()
119 win_printf(TEXT("EN=%04x%04x "), in gpio_test()
121 win_printf(TEXT("TYP=%04x%04x "), in gpio_test()
123 win_printf(TEXT("ALSEL=%04x%04x "), in gpio_test()
125 win_printf(TEXT("HTSEL=%04x%04x "), in gpio_test()
127 win_printf(TEXT("PODAT=%04x%04x "), in gpio_test()
[all …]
Dpreference.c71 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"),
[all …]
Dmain.c61 TEXT("PocketBSD boot loader\r\n")
62 TEXT("Version 1.17.5 2001.05.05\r\n")
64 TEXT("Compiled for WinCE 1.01\r\n")
66 TEXT("Compiled for WinCE 2.00\r\n")
68 TEXT("\r\n")
69 TEXT("Copyright(C) 1999 Shin Takemura,\r\n")
70 TEXT("All rights reserved.\r\n")
71 TEXT("\r\n")
72 TEXT("http://www.NetBSD.org/ports/hpcmips/\r\n");
120 TCHAR szAppName[ ] = TEXT("PocketBSD boot");
[all …]
Dlayout.c56 debug_printf(TEXT("error=%d\n"), GetLastError()); in CreateMainWindow()
77 debug_printf(TEXT("Dlg: menu=%04x\n"), *(WORD*)mem); in CreateMainWindow()
83 debug_printf(TEXT("Dlg: menu=none\n")); in CreateMainWindow()
86 debug_printf(TEXT("Dlg: menu=%s\n"), (TCHAR*)mem); in CreateMainWindow()
99 debug_printf(TEXT("Dlg: class=%04x\n"), *(WORD*)mem); in CreateMainWindow()
105 debug_printf(TEXT("Dlg: class=none\n")); in CreateMainWindow()
108 debug_printf(TEXT("Dlg: class=%s\n"), (TCHAR*)mem); in CreateMainWindow()
118 debug_printf(TEXT("Dlg: title=%s\n"), (TCHAR*)mem); in CreateMainWindow()
126 debug_printf(TEXT("Dlg: font size=%d\n"), *(WORD*)mem); in CreateMainWindow()
129 debug_printf(TEXT("Dlg: font name=%s ("), (TCHAR*)mem); in CreateMainWindow()
[all …]
Dpalette.c52 msg_printf(MSG_ERROR, TEXT("assertion failure"), \
53 TEXT(#a)); \
74 debug_printf(TEXT("*** palette init ***\n")); in palette_init()
94 debug_printf(TEXT("CreatePalette() failed")); in palette_init()
95 msg_printf(MSG_ERROR, TEXT("Error"), in palette_init()
96 TEXT("CreatePalette() failed: %d"), in palette_init()
134 debug_printf(TEXT("*** palette set ***\n")); in palette_set()
140 debug_printf(TEXT("SelectPalette() failed")); in palette_set()
141 msg_printf(MSG_ERROR, TEXT("Error"), in palette_set()
142 TEXT("SelectPalette() failed: %d"), in palette_set()
[all …]
Delf.c82 debug_printf(TEXT("loadfile_sub(%x-%x, %S)\n"), in vmem_sub()
90 debug_printf(TEXT("vmem_get(0x%x) failed.\n"), addr); in vmem_sub()
91 msg_printf(MSG_ERROR, whoami, TEXT("vmem_get(0x%x) failed.\n"), addr); in vmem_sub()
103 debug_printf(TEXT("read segment error.\n")); in vmem_sub()
104 … msg_printf(MSG_ERROR, whoami, TEXT("read segment error.\n")); in vmem_sub()
142 debug_printf(TEXT("seek error\n")); in scanfile()
143 msg_printf(MSG_ERROR, whoami, TEXT("seek error.\n")); in scanfile()
147 debug_printf(TEXT("read header error\n")); in scanfile()
148 msg_printf(MSG_ERROR, whoami, TEXT("read header error.\n")); in scanfile()
154 debug_printf(TEXT("alloc() error\n")); in scanfile()
[all …]
Dvmem.c65 debug_printf(TEXT("vmem is not initialized.\n")); in vmem_exec()
66 msg_printf(MSG_ERROR, whoami, TEXT("vmem is not initialized.\n")); in vmem_exec()
70 debug_printf(TEXT("entry point=0x%x\n"), entry); in vmem_exec()
84 debug_printf(TEXT("arg, vtophysaddr() failed\n")); in vmem_exec()
86 TEXT("arg, vtophysaddr() failed\n")); in vmem_exec()
92 debug_printf(TEXT("vtophysaddr() failed, page %d (addr=0x%x) \n"), in vmem_exec()
95 TEXT("vtophysaddr() failed, page %d (addr=0x%x) \n"), in vmem_exec()
104 debug_printf(TEXT("vtophysaddr() failed, leaf %d (addr=0x%x) \n"), in vmem_exec()
107 TEXT("vtophysaddr() failed, leaf %d (addr=0x%x) \n"), in vmem_exec()
114 debug_printf(TEXT("execute startprog()\n")); in vmem_exec()
[all …]
Dpbsdboot.c51 stat_printf(TEXT("open %s..."), wkernel_name); in pbsdboot()
53 msg_printf(MSG_ERROR, whoami, TEXT("open failed.\n")); in pbsdboot()
54 stat_printf(TEXT("open %s...failed"), wkernel_name); in pbsdboot()
58 stat_printf(TEXT("read information from %s..."), wkernel_name); in pbsdboot()
60 stat_printf(TEXT("read information failed"), wkernel_name); in pbsdboot()
64 stat_printf(TEXT("create memory map...")); in pbsdboot()
66 stat_printf(TEXT("create memory map...failed")); in pbsdboot()
71 stat_printf(TEXT("prepare boot information...")); in pbsdboot()
74 msg_printf(MSG_ERROR, whoami, TEXT("can't allocate argument page\n")); in pbsdboot()
75 stat_printf(TEXT("prepare boot information...failed")); in pbsdboot()
[all …]
/netbsd/src/sys/arch/hpc/stand/hpcboot/sh3/dev/
Dsh3_dev.cpp107 DPRINTF((TEXT("ICR0 0x%08x\n"), _reg_read_2(SH3_ICR0))); in icu_dump()
108 DPRINTF((TEXT("ICR1 0x%08x\n"), _reg_read_2(SH3_ICR1))); in icu_dump()
109 DPRINTF((TEXT("ICR2 0x%08x\n"), _reg_read_2(SH3_ICR2))); in icu_dump()
110 DPRINTF((TEXT("PINTER 0x%08x\n"), _reg_read_2(SH3_PINTER))); in icu_dump()
111 DPRINTF((TEXT("IPRA 0x%08x\n"), _reg_read_2(SH3_IPRA))); in icu_dump()
112 DPRINTF((TEXT("IPRB 0x%08x\n"), _reg_read_2(SH3_IPRB))); in icu_dump()
113 DPRINTF((TEXT("IPRC 0x%08x\n"), _reg_read_2(SH3_IPRC))); in icu_dump()
114 DPRINTF((TEXT("IPRD 0x%08x\n"), _reg_read_2(SH3_IPRD))); in icu_dump()
115 DPRINTF((TEXT("IPRE 0x%08x\n"), _reg_read_2(SH3_IPRE))); in icu_dump()
116 DPRINTF((TEXT("IRR0 0x%08x\n"), _reg_read_1(SH3_IRR0))); in icu_dump()
[all …]
Dsh_dev.cpp54 DPRINTF((TEXT("DEBUG BIT: "))); in dump()
68 DPRINTF((TEXT("SR: "))); in dump()
87 DPRINTF((TEXT("SP 0x%08x\n"), sp)); in print_stack_pointer()
102 DPRINTF((TEXT("<<<SCIF>>>\n"))); in scif_dump()
106 DPRINTF((TEXT("mode: %dbit %S-parity %d stop bit clock PCLOCK/%d\n"), in scif_dump()
113 DPRINTF((TEXT("SCBRR=%d(%dbps) estimated PCLOCK %dHz\n"), r, bps, in scif_dump()
118 DPRINTF((TEXT("SCSCR2: "))); in scif_dump()
124 DPRINTF((TEXT("CKE=%d\n"), r & SCSCR2_CKE)); in scif_dump()
130 DPRINTF((TEXT("SCSSR2: "))); in scif_dump()
144 DPRINTF((TEXT("SCFCR2: "))); in scif_dump()
[all …]
Dsh4_dev.cpp99 #define _(n) DPRINTF((TEXT("%S %S "), #n, ON(r, SH4_ICR_ ## n))) in icu_dump()
106 DPRINTF((TEXT("ICR: "))); in icu_dump()
108 DPRINTF((TEXT("0x%04x\n"), r)); in icu_dump()
119 DPRINTF((TEXT("%04x ", _reg_read_2(HD64465_NIRR)))); in icu_dump()
132 DPRINTF((TEXT("<<<HD64465>>>\n"))); in hd64465_dump()
134 DPRINTF((TEXT("not found.\n"))); in hd64465_dump()
138 DPRINTF((TEXT("SMSCR: "))); // standby in hd64465_dump()
140 DPRINTF((TEXT("SPCCR: "))); // clock in hd64465_dump()
143 DPRINTF((TEXT("\nNIRR: "))); // request in hd64465_dump()
145 DPRINTF((TEXT("NIMR: "))); // mask in hd64465_dump()
[all …]
/netbsd/src/sys/arch/hpc/stand/hpcboot/sh3/
Dsh_mmu.cpp104 DPRINTF((TEXT("unknown architecture.\n"))); in CacheDump()
109 DPRINTF((TEXT("cache %Sabled"), in CacheDump()
112 DPRINTF((TEXT(" ram-mode"))); in CacheDump()
119 DPRINTF((TEXT("I-cache %Sabled"), in CacheDump()
122 DPRINTF((TEXT(" index-mode "))); in CacheDump()
123 DPRINTF((TEXT(" D-cache %Sabled"), in CacheDump()
126 DPRINTF((TEXT(" index-mode"))); in CacheDump()
128 DPRINTF((TEXT(" ram-mode"))); in CacheDump()
134 DPRINTF((TEXT("."))); in CacheDump()
137 DPRINTF((TEXT(" P0, U0, P3 write-%S P1 write-%S\n"), in CacheDump()
[all …]
/netbsd/src/external/bsd/wpa/dist/hostapd/
Dhostapd.eap_user_sqlite2 identity TEXT PRIMARY KEY,
3 methods TEXT,
4 password TEXT,
5 remediation TEXT,
11 identity TEXT PRIMARY KEY,
12 methods TEXT
22 timestamp TEXT,
23 session TEXT,
24 nas_ip TEXT,
25 username TEXT,
[all …]
/netbsd/src/sys/arch/hpc/stand/hpcboot/
Dhpcboot.cpp109 error_message = TEXT("Architecture not supported.\n"); in hpcboot()
115 error_message = TEXT("Architecture ops. not found.\n"); in hpcboot()
122 DPRINTF((TEXT("hpcboot build number: %d\n"), in hpcboot()
124 DPRINTF((TEXT("%s (cpu=0x%08x machine=0x%08x)\n"), in hpcboot()
131 error_message = TEXT("Architecture initialize failed.\n"); in hpcboot()
140 error_message = TEXT("Can't set root directory.\n"); in hpcboot()
149 TEXT("Can't open file system image.\n"); in hpcboot()
159 error_message = TEXT("Can't open kernel image.\n"); in hpcboot()
166 error_message = TEXT("Can't attach loader.\n"); in hpcboot()
171 error_message = TEXT("Can't initialize loader.\n"); in hpcboot()
[all …]
Darch.cpp92 DPRINTF((TEXT("framebuffer: %dx%d type=%d linebytes=%d addr=0x%08x\n"), in setupBootInfo()
95 DPRINTF((TEXT("console = %d\n"), bi.bi_cnuse)); in setupBootInfo()
105 _dll = LoadLibrary(TEXT("coredll.dll")); in _load_func()
110 TEXT("Can't load coredll.dll."), TEXT("WARNING"), in _load_func()
126 DPRINTF((TEXT("_WIN32_WCE = %d\n"), _WIN32_WCE)); in systemInfo()
134 (_load_func(TEXT("GetVersionEx"))); in systemInfo()
138 DPRINTF((TEXT("GetVersionEx\n"))); in systemInfo()
141 DPRINTF((TEXT("GetVersionExW\n"))); in systemInfo()
144 DPRINTF((TEXT("Windows CE %d.%d\n"), WinCEVersion.dwMajorVersion, in systemInfo()
148 DPRINTF((TEXT("GetSystemInfo:\n"))); in systemInfo()
[all …]
Dload_elf.cpp52 DPRINTF((TEXT("Loader: ELF\n"))); in ElfLoader()
79 DPRINTF((TEXT("can't allocate section header table.\n"))); in setFile()
83 DPRINTF((TEXT("section header read error.\n"))); in setFile()
90 DPRINTF((TEXT("can't allocate program header table.\n"))); in setFile()
94 DPRINTF((TEXT("program header read error.\n"))); in setFile()
109 DPRINTF((TEXT("file size: "))); in memorySize()
113 DPRINTF((TEXT("%s0x%x"), in memorySize()
130 DPRINTF((TEXT(" = 0x%x]"), symblk_sz)); in memorySize()
136 DPRINTF((TEXT("+[extra: 0x%x]"), extra)); in memorySize()
138 DPRINTF((TEXT(" = 0x%x bytes\n"), sz)); in memorySize()
[all …]
/netbsd/src/external/bsd/kyua-cli/dist/store/
Dschema_v1.sql76 cwd TEXT NOT NULL
85 var_name TEXT NOT NULL,
86 var_value TEXT NOT NULL,
148 root TEXT NOT NULL,
154 test_suite_name TEXT NOT NULL,
160 interface TEXT NOT NULL
173 name TEXT NOT NULL
184 result_type TEXT NOT NULL,
185 result_reason TEXT,
202 file_name TEXT NOT NULL,
[all …]
Dschema_v2.sql78 cwd TEXT NOT NULL
87 var_name TEXT NOT NULL,
88 var_value TEXT NOT NULL,
142 property_name TEXT NOT NULL,
145 property_value TEXT,
179 absolute_path TEXT NOT NULL,
182 root TEXT NOT NULL,
185 relative_path TEXT NOT NULL,
188 test_suite_name TEXT NOT NULL,
197 interface TEXT NOT NULL
[all …]
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dconfig_winreg.c40 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs()
87 name[namelen] = TEXT('\0'); in wpa_config_read_blobs()
168 str = wpa_config_read_reg_string(hk, TEXT("uuid")); in wpa_config_read_global_uuid()
187 str = wpa_config_read_reg_string(hk, TEXT("os_version")); in wpa_config_read_global_os_version()
206 wpa_config_read_reg_dword(hk, TEXT("ap_scan"), &config->ap_scan); in wpa_config_read_global()
207 wpa_config_read_reg_dword(hk, TEXT("fast_reauth"), in wpa_config_read_global()
209 wpa_config_read_reg_dword(hk, TEXT("dot11RSNAConfigPMKLifetime"), in wpa_config_read_global()
212 TEXT("dot11RSNAConfigPMKReauthThreshold"), in wpa_config_read_global()
215 wpa_config_read_reg_dword(hk, TEXT("dot11RSNAConfigSATimeout"), in wpa_config_read_global()
[all …]
/netbsd/src/sys/arch/hpcmips/stand/libsa/
Dwinblk.c143 wsprintf(wdevname, TEXT("%C%C%C%d:"), in winblkopen()
148 DEBUG_PRINTF((TEXT("winblk.open: block device name is '%s'\n"), in winblkopen()
154 win_printf(TEXT("can't open %s.\n"), wdevname); in winblkopen()
166 win_printf(TEXT("DeviceIoControl() failed.error=%d\n"), in winblkopen()
174 win_printf(TEXT("DISK_INFO: CHS=%d:%d:%d block size=%d flag="), in winblkopen()
180 win_printf(TEXT("MBR ")); in winblkopen()
183 win_printf(TEXT("CHS_UNCERTAIN ")); in winblkopen()
186 win_printf(TEXT("UNFORMATTED ")); in winblkopen()
189 win_printf(TEXT("PAGEABLE ")); in winblkopen()
191 win_printf(TEXT("\n")); in winblkopen()
[all …]
/netbsd/src/sys/arch/hpc/stand/libsa/
Dwinblk.c144 wsprintf(wdevname, TEXT("%C%C%C%d:"), in winblkopen()
149 DEBUG_PRINTF((TEXT("winblk.open: block device name is '%s'\n"), in winblkopen()
155 win_printf(TEXT("can't open %s.\n"), wdevname); in winblkopen()
167 win_printf(TEXT("DeviceIoControl() failed.error=%d\n"), in winblkopen()
175 win_printf(TEXT("DISK_INFO: CHS=%d:%d:%d block size=%d flag="), in winblkopen()
181 win_printf(TEXT("MBR ")); in winblkopen()
184 win_printf(TEXT("CHS_UNCERTAIN ")); in winblkopen()
187 win_printf(TEXT("UNFORMATTED ")); in winblkopen()
190 win_printf(TEXT("PAGEABLE ")); in winblkopen()
192 win_printf(TEXT("\n")); in winblkopen()
[all …]

12345678910>>...13