Lines Matching refs:OSReport

197     OSReport ("KBD error: calling %s @ %s:%i\n",   \
213 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
222 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
279 OSReport("%s\n", SpecialTable[i].name); in kbdAppKeyEvent()
299 OSReport("\\%d", utf16); in kbdAppKeyEvent()
305 OSReport("\n"); in kbdAppKeyEvent()
318 OSReport("Language switched to Romaji\n"); in kbdAppKeyEvent()
322 OSReport("Language switched to Hiragana\n"); in kbdAppKeyEvent()
326 OSReport("Language switched to Katakana\n"); in kbdAppKeyEvent()
343 OSReport("Language switched to Greek\n"); in kbdAppKeyEvent()
346 OSReport("Language switched to English\n"); in kbdAppKeyEvent()
365 OSReport ("%c", utf8[b]); in outputUTF8()
371 OSReport ("If your terminal program is UTF-8 compliant, you will\n"); in outputUTF8Example()
372 OSReport ("see an Omega symbol between quotes here: \""); in outputUTF8Example()
374 OSReport ("\"\n"); in outputUTF8Example()
375 OSReport ("and a Hiragana letter A between quotes here: \""); in outputUTF8Example()
377 OSReport ("\"\n"); in outputUTF8Example()
409 OSReport ("\n\n"); in main()
410 OSReport ("************************************************\n"); in main()
411 OSReport ("kprdemo Key Processing demo\n"); in main()
412 OSReport ("************************************************\n"); in main()
413 OSReport ("Attach a USB keyboard and press some keys.\n"); in main()
414 OSReport ("Use a GameCube controller plugged into port 1.\n"); in main()
415 OSReport ("Button A : set next keyboard country (language)\n"); in main()
416 OSReport ("Button B : set previous keyboard country (language)\n"); in main()
417 OSReport ("Button X : change channel affected by Button A/B\n"); in main()
418 OSReport ("Button Y : output UTF-8 example string\n"); in main()
419 OSReport ("\n"); in main()
420 OSReport ("For the Greek layout, type Alt-Space to change languages\n"); in main()
423 OSReport ("\n"); in main()
424 OSReport ("It is recommended to use a UTF-8 compliant terminal program.\n"); in main()
426 OSReport ("\n"); in main()
428 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main()
457OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
485 OSReport("Keyboard channel %d selected.\n", cch); in main()