Lines Matching refs:OSReport

199     OSReport ("KBD error: calling %s @ %s:%i\n",   \
214 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
223 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
244 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
272 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
280 OSReport("%s", SpecialTable[i].name); in kbdAppKeyEvent()
291 OSReport (" <-"); in kbdAppKeyEvent()
293 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
295 OSReport (" MS: "); in kbdAppKeyEvent()
297 if (kke->modState & KBD_MS_SHIFT) OSReport("SHF "); in kbdAppKeyEvent()
298 if (kke->modState & KBD_MS_CAPS_LOCK) OSReport("CPL "); in kbdAppKeyEvent()
299 if (kke->modState & KBD_MS_NUM_LOCK) OSReport("NML "); in kbdAppKeyEvent()
300 if (kke->modState & KBD_MS_CTRL) OSReport("CTL "); in kbdAppKeyEvent()
301 if (kke->modState & KBD_MS_ALTGR) OSReport("ATG "); in kbdAppKeyEvent()
302 if (kke->modState & KBD_MS_LANG1) OSReport("LA1 "); in kbdAppKeyEvent()
303 if (kke->modState & KBD_MS_LANG2) OSReport("LA2 "); in kbdAppKeyEvent()
304 if (kke->modState & KBD_MS_ALT) OSReport("ALT "); in kbdAppKeyEvent()
305 if (kke->modState & KBD_MS_GUI) OSReport("GUI "); in kbdAppKeyEvent()
306 if (kke->modState & KBD_MS_EXTRA) OSReport("EXT "); in kbdAppKeyEvent()
308 OSReport("\n"); in kbdAppKeyEvent()
319 OSReport("Language switched to Romaji\n"); in kbdAppKeyEvent()
323 OSReport("Language switched to Hiragana\n"); in kbdAppKeyEvent()
327 OSReport("Language switched to Katakana\n"); in kbdAppKeyEvent()
342 OSReport("Language switched to Greek\n"); in kbdAppKeyEvent()
345 OSReport("Language switched to English\n"); in kbdAppKeyEvent()
364 OSReport ("%c", utf8[b]); in outputUTF8()
370 OSReport ("If your terminal program is UTF-8 compliant, you will\n"); in outputUTF8Example()
371 OSReport ("see an Omega symbol between quotes here: \""); in outputUTF8Example()
373 OSReport ("\"\n"); in outputUTF8Example()
374 OSReport ("and a Hiragana letter A between quotes here: \""); in outputUTF8Example()
376 OSReport ("\"\n"); in outputUTF8Example()
397 OSReport ("\n\n"); in main()
398 OSReport ("************************************************\n"); in main()
399 OSReport ("kbdUTF8 High-level keyboard demo\n"); in main()
400 OSReport ("************************************************\n"); in main()
401 OSReport ("Attach a USB keyboard and press some keys.\n"); in main()
402 OSReport ("Use a GameCube controller plugged into port 1.\n"); in main()
403 OSReport ("Button A : set next keyboard country (language)\n"); in main()
404 OSReport ("Button B : set previous keyboard country (language)\n"); in main()
405 OSReport ("Button X : change channel affected by Button A/B\n"); in main()
406 OSReport ("Button Y : output UTF-8 example string\n"); in main()
407 OSReport ("Right Trigger: sleeps for 5 seconds (to test overflow)\n"); in main()
409 OSReport ("\n"); in main()
410 OSReport ("It is recommended to use a UTF-8 compliant terminal program.\n"); in main()
412 OSReport ("\n"); in main()
414 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main()
441OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
450 OSReport("Keyboard channel %d selected.\n", cch); in main()
471 OSReport("KBD queue overflowed!\n"); in main()
487 OSReport("Shutting down system...\n"); in main()