Lines Matching refs:OSReport
212 OSReport ("KBD error: calling %s @ %s:%i\n", \
227 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
236 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
257 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
285 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
293 OSReport("%s", SpecialTable[i].name); in kbdAppKeyEvent()
304 OSReport (" <-"); in kbdAppKeyEvent()
306 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
308 OSReport (" MS: "); in kbdAppKeyEvent()
310 if (kke->modState & KBD_MS_SHIFT) OSReport("SHF "); in kbdAppKeyEvent()
311 if (kke->modState & KBD_MS_CAPS_LOCK) OSReport("CPL "); in kbdAppKeyEvent()
312 if (kke->modState & KBD_MS_NUM_LOCK) OSReport("NML "); in kbdAppKeyEvent()
313 if (kke->modState & KBD_MS_CTRL) OSReport("CTL "); in kbdAppKeyEvent()
314 if (kke->modState & KBD_MS_ALTGR) OSReport("ATG "); in kbdAppKeyEvent()
315 if (kke->modState & KBD_MS_LANG1) OSReport("LA1 "); in kbdAppKeyEvent()
316 if (kke->modState & KBD_MS_LANG2) OSReport("LA2 "); in kbdAppKeyEvent()
317 if (kke->modState & KBD_MS_ALT) OSReport("ALT "); in kbdAppKeyEvent()
318 if (kke->modState & KBD_MS_GUI) OSReport("GUI "); in kbdAppKeyEvent()
319 if (kke->modState & KBD_MS_EXTRA) OSReport("EXT "); in kbdAppKeyEvent()
321 OSReport("\n"); in kbdAppKeyEvent()
332 OSReport("Language switched to Romaji\n"); in kbdAppKeyEvent()
336 OSReport("Language switched to Hiragana\n"); in kbdAppKeyEvent()
340 OSReport("Language switched to Katakana\n"); in kbdAppKeyEvent()
355 OSReport("Language switched to Greek\n"); in kbdAppKeyEvent()
358 OSReport("Language switched to English\n"); in kbdAppKeyEvent()
378 OSReport ("%c", utf8[b]); in outputUTF8()
384 OSReport ("If your terminal program is UTF-8 compliant, you will\n"); in outputUTF8Example()
385 OSReport ("see an Omega symbol between quotes here: \""); in outputUTF8Example()
387 OSReport ("\"\n"); in outputUTF8Example()
388 OSReport ("and a Hiragana letter A between quotes here: \""); in outputUTF8Example()
390 OSReport ("\"\n"); in outputUTF8Example()
414 OSReport ("\n\n"); in main()
415 OSReport ("************************************************\n"); in main()
416 OSReport ("kbdUTF8 High-level keyboard demo\n"); in main()
417 OSReport ("************************************************\n"); in main()
418 OSReport ("Attach a USB keyboard and press some keys.\n"); in main()
419 OSReport ("Use a GameCube controller plugged into port 1.\n"); in main()
420 OSReport ("Button A : set next keyboard country (language)\n"); in main()
421 OSReport ("Button B : set previous keyboard country (language)\n"); in main()
422 OSReport ("Button X : change channel affected by Button A/B\n"); in main()
423 OSReport ("Button Y : output UTF-8 example string\n"); in main()
425 OSReport ("\n"); in main()
426 OSReport ("It is recommended to use a UTF-8 compliant terminal program.\n"); in main()
428 OSReport ("\n"); in main()
430 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main()
453 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
462 OSReport("Keyboard channel %d selected.\n", cch); in main()
469 OSReport("Shutting down system...\n"); in main()