Lines Matching refs:OSReport
211 OSReport ("KBD error: calling %s @ %s:%i\n", \
226 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
235 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
256 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
284 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
292 OSReport("%s", SpecialTable[i].name); in kbdAppKeyEvent()
303 OSReport (" <-"); in kbdAppKeyEvent()
305 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
307 OSReport (" MS: "); in kbdAppKeyEvent()
309 if (kke->modState & KBD_MS_SHIFT) OSReport("SHF "); in kbdAppKeyEvent()
310 if (kke->modState & KBD_MS_CAPS_LOCK) OSReport("CPL "); in kbdAppKeyEvent()
311 if (kke->modState & KBD_MS_NUM_LOCK) OSReport("NML "); in kbdAppKeyEvent()
312 if (kke->modState & KBD_MS_CTRL) OSReport("CTL "); in kbdAppKeyEvent()
313 if (kke->modState & KBD_MS_ALTGR) OSReport("ATG "); in kbdAppKeyEvent()
314 if (kke->modState & KBD_MS_LANG1) OSReport("LA1 "); in kbdAppKeyEvent()
315 if (kke->modState & KBD_MS_LANG2) OSReport("LA2 "); in kbdAppKeyEvent()
316 if (kke->modState & KBD_MS_ALT) OSReport("ALT "); in kbdAppKeyEvent()
317 if (kke->modState & KBD_MS_GUI) OSReport("GUI "); in kbdAppKeyEvent()
318 if (kke->modState & KBD_MS_EXTRA) OSReport("EXT "); in kbdAppKeyEvent()
320 OSReport("\n"); in kbdAppKeyEvent()
331 OSReport("Language switched to Romaji\n"); in kbdAppKeyEvent()
335 OSReport("Language switched to Hiragana\n"); in kbdAppKeyEvent()
339 OSReport("Language switched to Katakana\n"); in kbdAppKeyEvent()
354 OSReport("Language switched to Greek\n"); in kbdAppKeyEvent()
357 OSReport("Language switched to English\n"); in kbdAppKeyEvent()
376 OSReport ("%c", utf8[b]); in outputUTF8()
382 OSReport ("If your terminal program is UTF-8 compliant, you will\n"); in outputUTF8Example()
383 OSReport ("see an Omega symbol between quotes here: \""); in outputUTF8Example()
385 OSReport ("\"\n"); in outputUTF8Example()
386 OSReport ("and a Hiragana letter A between quotes here: \""); in outputUTF8Example()
388 OSReport ("\"\n"); in outputUTF8Example()
413 OSReport ("\n\n"); in main()
414 OSReport ("************************************************\n"); in main()
415 OSReport ("kbdUTF8 High-level keyboard demo\n"); in main()
416 OSReport ("************************************************\n"); in main()
417 OSReport ("Attach a USB keyboard and press some keys.\n"); in main()
418 OSReport ("Use a GameCube controller plugged into port 1.\n"); in main()
419 OSReport ("Button A : set next keyboard country (language)\n"); in main()
420 OSReport ("Button B : set previous keyboard country (language)\n"); in main()
421 OSReport ("Button X : change channel affected by Button A/B\n"); in main()
422 OSReport ("Button Y : output UTF-8 example string\n"); in main()
423 OSReport ("Right Trigger: sleeps for 5 seconds (to test overflow)\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()
483 OSReport("KBD queue overflowed!\n"); in main()
499 OSReport("Shutting down system...\n"); in main()