Lines Matching refs:OSReport
208 OSReport ("KBD error: calling %s @ %s:%i\n", \
223 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
232 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
253 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
281 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
289 OSReport("%s", SpecialTable[i].name); in kbdAppKeyEvent()
300 OSReport (" <-"); in kbdAppKeyEvent()
302 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
304 OSReport (" MS: "); in kbdAppKeyEvent()
306 if (kke->modState & KBD_MS_SHIFT) OSReport("SHF "); in kbdAppKeyEvent()
307 if (kke->modState & KBD_MS_CAPS_LOCK) OSReport("CPL "); in kbdAppKeyEvent()
308 if (kke->modState & KBD_MS_NUM_LOCK) OSReport("NML "); in kbdAppKeyEvent()
309 if (kke->modState & KBD_MS_CTRL) OSReport("CTL "); in kbdAppKeyEvent()
310 if (kke->modState & KBD_MS_ALTGR) OSReport("ATG "); in kbdAppKeyEvent()
311 if (kke->modState & KBD_MS_LANG1) OSReport("LA1 "); in kbdAppKeyEvent()
312 if (kke->modState & KBD_MS_LANG2) OSReport("LA2 "); in kbdAppKeyEvent()
313 if (kke->modState & KBD_MS_ALT) OSReport("ALT "); in kbdAppKeyEvent()
314 if (kke->modState & KBD_MS_GUI) OSReport("GUI "); in kbdAppKeyEvent()
315 if (kke->modState & KBD_MS_EXTRA) OSReport("EXT "); in kbdAppKeyEvent()
317 OSReport("\n"); in kbdAppKeyEvent()
328 OSReport("Language switched to Romaji\n"); in kbdAppKeyEvent()
332 OSReport("Language switched to Hiragana\n"); in kbdAppKeyEvent()
336 OSReport("Language switched to Katakana\n"); in kbdAppKeyEvent()
351 OSReport("Language switched to Greek\n"); in kbdAppKeyEvent()
354 OSReport("Language switched to English\n"); in kbdAppKeyEvent()
373 OSReport ("%c", utf8[b]); in outputUTF8()
379 OSReport ("If your terminal program is UTF-8 compliant, you will\n"); in outputUTF8Example()
380 OSReport ("see an Omega symbol between quotes here: \""); in outputUTF8Example()
382 OSReport ("\"\n"); in outputUTF8Example()
383 OSReport ("and a Hiragana letter A between quotes here: \""); in outputUTF8Example()
385 OSReport ("\"\n"); in outputUTF8Example()
410 OSReport ("\n\n"); in main()
411 OSReport ("************************************************\n"); in main()
412 OSReport ("kbdUTF8 High-level keyboard demo\n"); in main()
413 OSReport ("************************************************\n"); in main()
414 OSReport ("Attach a USB keyboard and press some keys.\n"); in main()
415 OSReport ("Use a GameCube controller plugged into port 1.\n"); in main()
416 OSReport ("Button A : set next keyboard country (language)\n"); in main()
417 OSReport ("Button B : set previous keyboard country (language)\n"); in main()
418 OSReport ("Button X : change channel affected by Button A/B\n"); in main()
419 OSReport ("Button Y : output UTF-8 example string\n"); in main()
420 OSReport ("Right Trigger: sleeps for 5 seconds (to test overflow)\n"); in main()
422 OSReport ("\n"); in main()
423 OSReport ("It is recommended to use a UTF-8 compliant terminal program.\n"); in main()
425 OSReport ("\n"); in main()
427 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main()
450 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
459 OSReport("Keyboard channel %d selected.\n", cch); in main()
480 OSReport("KBD queue overflowed!\n"); in main()
496 OSReport("Shutting down system...\n"); in main()