Lines Matching refs:OSReport

210     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()
292 OSReport("%s\n", SpecialTable[i].name); in kbdAppKeyEvent()
312 OSReport("\\%d", utf16); in kbdAppKeyEvent()
318 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()
356 OSReport("Language switched to Greek\n"); in kbdAppKeyEvent()
359 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()
423 OSReport ("\n\n"); in main()
424 OSReport ("************************************************\n"); in main()
425 OSReport ("kprdemo Key Processing demo\n"); in main()
426 OSReport ("************************************************\n"); in main()
427 OSReport ("Attach a USB keyboard and press some keys.\n"); in main()
428 OSReport ("Use a GameCube controller plugged into port 1.\n"); in main()
429 OSReport ("Button A : set next keyboard country (language)\n"); in main()
430 OSReport ("Button B : set previous keyboard country (language)\n"); in main()
431 OSReport ("Button X : change channel affected by Button A/B\n"); in main()
432 OSReport ("Button Y : output UTF-8 example string\n"); in main()
433 OSReport ("\n"); in main()
434 OSReport ("For the Greek layout, type Alt-Space to change languages\n"); in main()
437 OSReport ("\n"); in main()
438 OSReport ("It is recommended to use a UTF-8 compliant terminal program.\n"); in main()
440 OSReport ("\n"); in main()
442 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main()
466OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
494 OSReport("Keyboard channel %d selected.\n", cch); in main()