Lines Matching refs:OSReport

207     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()
289 OSReport("%s\n", SpecialTable[i].name); in kbdAppKeyEvent()
309 OSReport("\\%d", utf16); in kbdAppKeyEvent()
315 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()
353 OSReport("Language switched to Greek\n"); in kbdAppKeyEvent()
356 OSReport("Language switched to English\n"); in kbdAppKeyEvent()
375 OSReport ("%c", utf8[b]); in outputUTF8()
381 OSReport ("If your terminal program is UTF-8 compliant, you will\n"); in outputUTF8Example()
382 OSReport ("see an Omega symbol between quotes here: \""); in outputUTF8Example()
384 OSReport ("\"\n"); in outputUTF8Example()
385 OSReport ("and a Hiragana letter A between quotes here: \""); in outputUTF8Example()
387 OSReport ("\"\n"); in outputUTF8Example()
420 OSReport ("\n\n"); in main()
421 OSReport ("************************************************\n"); in main()
422 OSReport ("kprdemo Key Processing demo\n"); in main()
423 OSReport ("************************************************\n"); in main()
424 OSReport ("Attach a USB keyboard and press some keys.\n"); in main()
425 OSReport ("Use a GameCube controller plugged into port 1.\n"); in main()
426 OSReport ("Button A : set next keyboard country (language)\n"); in main()
427 OSReport ("Button B : set previous keyboard country (language)\n"); in main()
428 OSReport ("Button X : change channel affected by Button A/B\n"); in main()
429 OSReport ("Button Y : output UTF-8 example string\n"); in main()
430 OSReport ("\n"); in main()
431 OSReport ("For the Greek layout, type Alt-Space to change languages\n"); in main()
434 OSReport ("\n"); in main()
435 OSReport ("It is recommended to use a UTF-8 compliant terminal program.\n"); in main()
437 OSReport ("\n"); in main()
439 OSReport ("Country set to %s.\n\n", countryName[countryList[0]]); in main()
463OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
491 OSReport("Keyboard channel %d selected.\n", cch); in main()