Lines Matching refs:OSReport

209     OSReport ("KBD error: calling %s @ %s:%i\n",   \
224 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
233 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
254 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
282 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
290 OSReport("%s", SpecialTable[i].name); in kbdAppKeyEvent()
301 OSReport (" <-"); in kbdAppKeyEvent()
303 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
305 OSReport (" MS: "); in kbdAppKeyEvent()
307 if (kke->modState & KBD_MS_SHIFT) OSReport("SHF "); in kbdAppKeyEvent()
308 if (kke->modState & KBD_MS_CAPS_LOCK) OSReport("CPL "); in kbdAppKeyEvent()
309 if (kke->modState & KBD_MS_NUM_LOCK) OSReport("NML "); in kbdAppKeyEvent()
310 if (kke->modState & KBD_MS_CTRL) OSReport("CTL "); in kbdAppKeyEvent()
311 if (kke->modState & KBD_MS_ALTGR) OSReport("ATG "); in kbdAppKeyEvent()
312 if (kke->modState & KBD_MS_LANG1) OSReport("LA1 "); in kbdAppKeyEvent()
313 if (kke->modState & KBD_MS_LANG2) OSReport("LA2 "); in kbdAppKeyEvent()
314 if (kke->modState & KBD_MS_ALT) OSReport("ALT "); in kbdAppKeyEvent()
315 if (kke->modState & KBD_MS_GUI) OSReport("GUI "); in kbdAppKeyEvent()
316 if (kke->modState & KBD_MS_EXTRA) OSReport("EXT "); in kbdAppKeyEvent()
318 OSReport("\n"); in kbdAppKeyEvent()
329 OSReport("Language switched to Romaji\n"); in kbdAppKeyEvent()
333 OSReport("Language switched to Hiragana\n"); in kbdAppKeyEvent()
337 OSReport("Language switched to Katakana\n"); in kbdAppKeyEvent()
352 OSReport("Language switched to Greek\n"); in kbdAppKeyEvent()
355 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()
411 OSReport ("\n\n"); in main()
412 OSReport ("************************************************\n"); in main()
413 OSReport ("kbdUTF8 High-level keyboard demo\n"); in main()
414 OSReport ("************************************************\n"); in main()
415 OSReport ("Attach a USB keyboard and press some keys.\n"); in main()
416 OSReport ("Use a GameCube controller plugged into port 1.\n"); in main()
417 OSReport ("Button A : set next keyboard country (language)\n"); in main()
418 OSReport ("Button B : set previous keyboard country (language)\n"); in main()
419 OSReport ("Button X : change channel affected by Button A/B\n"); in main()
420 OSReport ("Button Y : output UTF-8 example string\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()
450OSReport ("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()
466 OSReport("Shutting down system...\n"); in main()