Searched refs:OSReport (Results 1 – 8 of 8) sorted by relevance
| /RevoEX-2.4-CW4W/build/demos/mpdemo/src/ |
| D | mpsimple.c | 148 OSReport("test program started.\n"); in main() 171 OSReport("push <A> button to restart.\n"); in main() 183 OSReport("MPStartup()\n"); in DoMPCommunication() 187 OSReport( "MPStartup returns %08x\n", result ); in DoMPCommunication() 225 OSReport("MPSend failed: %08x\n", result); in DoMPCommunication() 267 OSReport("MPCleanup()\n"); in DoMPCommunication() 286 OSReport( "PortCallback: startup notification\n" ); in PortCallbackFunction() 290 OSReport( "PortCallback: cleanup notification\n" ); in PortCallbackFunction() 296 OSReport( "PortCallback: connected(%d) " MP_MACADDRESS_PRINT_FORMAT "\n", in PortCallbackFunction() 304 OSReport( "PortCallback: disconnected(%d) " MP_MACADDRESS_PRINT_FORMAT "\n", in PortCallbackFunction() [all …]
|
| D | mpsimpleAsync.c | 153 OSReport("test program started.\n"); in main() 185 OSReport("MPStartup()\n"); in main() 189 OSReport( "MPStartup returns %08x\n", result ); in main() 239 OSReport("MPSendAsync failed: %08x\n", result); in main() 282 OSReport("MPCleanup()\n"); in main() 320 OSReport( "PortCallback: startup notification\n" ); in PortCallbackFunction() 324 OSReport( "PortCallback: cleanup notification\n" ); in PortCallbackFunction() 330 OSReport( "PortCallback: connected(%d) " MP_MACADDRESS_PRINT_FORMAT "\n", in PortCallbackFunction() 338 OSReport( "PortCallback: disconnected(%d) " MP_MACADDRESS_PRINT_FORMAT "\n", in PortCallbackFunction() 354 OSReport( "PortCallback: Unknown Type: %d\n", type ); in PortCallbackFunction()
|
| /RevoEX-2.4-CW4W/build/demos/netdemo/src/ |
| D | crypto.c | 61 (void)OSReport("NET Demo: Test crypto functions\n"); in main() 92 OSReport("------ Test Succeeded ------\n"); in main() 99 OSReport("****** Test Failed ******\n"); in main() 128 void OSReport(const char* msg, ...) in OSReport() function 176 OSReport("%02X ", ((const u8 *)buffer)[i]); in PrintBinary() 186 …do { OSReport( ((a) == (b)) ? "[--OK--] " : "[**NG**] " ); (f) = (f) && ((a) == (b)); } while( FAL… 188 …do { OSReport( (memcmp((a), (b), (l)) == 0) ? "[--OK--] " : "[**NG**] " ); (f) = (f) && (memcmp((a… 256 OSReport("\ntest[%d] : AES-%d\n", i + 1, samples[i].keylen * 8); in DoTest() 269 OSReport("\nenc-answer:"); in DoTest() 271 OSReport("\nenc-result:"); in DoTest() [all …]
|
| /RevoEX-2.4-CW4W/build/demos/mpdsdemo/src/ |
| D | mpdssimple.c | 165 OSReport("test program started.\n"); in main() 188 OSReport("push <A> button to restart.\n"); in main() 202 OSReport( "MPDSInit returns %08x\n", result ); in DoMPCommunication() 209 OSReport( "MPDSSetupPortConfig returns %08x\n", result ); in DoMPCommunication() 213 OSReport("MPStartup()\n"); in DoMPCommunication() 217 OSReport( "MPStartup returns %08x\n", result ); in DoMPCommunication() 347 OSReport("MPDSTryStep failed: %08x\n", result); in DoMPCommunication() 402 OSReport("MPCleanup()\n"); in DoMPCommunication()
|
| D | mpdsmodel.c | 285 OSReport("test program started.\n"); in main() 349 OSReport("All threads are terminated; exit from MainLoop\n"); in MainLoop() 675 OSReport("Error occurred.\n"); in StateManagementThreadFunc() 726 OSReport( "MPDSInit returns %08x\n", result ); in TransToLobby() 733 OSReport( "MPDSSetupPortConfig returns %08x\n", result ); in TransToLobby() 739 OSReport("MPStartup()\n"); in TransToLobby() 743 OSReport( "MPStartup returns %08x\n", result ); in TransToLobby() 771 OSReport( "MPSetEntryFlag returns %08x\n", result ); in TransToCommunication() 780 OSReport( "MPUpdateBeacon returns %08x\n", result ); in TransToCommunication() 806 OSReport("MPCleanup()\n"); in TransToIdle() [all …]
|
| /RevoEX-2.4-CW4W/build/demos/mpdldemo/src/ |
| D | mpdlntr2rvl.c | 244 OSReport( "startup mpdlsimple demo\n" ); in main() 322 OSReport("\n--- program has been completed ---\n"); in main() 324 OSReport("\n--- wait for downloaded DS demo connect to Wii ---\n"); in main() 498 OSReport( "MPDSInit returns %08x\n", result ); in DoPadSharing() 505 OSReport( "MPDSSetupPortConfig returns %08x\n", result ); in DoPadSharing() 512 OSReport( "MPStartup returns %08x\n", result ); in DoPadSharing() 580 OSReport( "received data from aid %d: 0x%04x %03d %03d\n", in DoPadSharing() 602 OSReport( "MPDSTryStep returns %d\n", result ); in DoPadSharing() 613 OSReport("== Reset dimming count! ==\n"); in DoPadSharing() 730 OSReport( "PortCallback: startup notification\n" ); in DataSharingPortCallbackFunction() [all …]
|
| D | mpdlsimple.c | 145 OSReport( "startup mpdlsimple demo\n" ); in main() 258 OSReport(" AID%2d[%02X:%02X:%02X:%02X:%02X:%02X]: downloading\n", in main() 272 OSReport("%5d AID%2d[%02X:%02X:%02X:%02X:%02X:%02X]: booted\n", in main() 286 OSReport(" AID%2d[%02X:%02X:%02X:%02X:%02X:%02X]: disconnected\n", in main()
|
| /RevoEX-2.4-CW4W/build/demos/mpfsdemo/src/ |
| D | mpfssimple.c | 74 OSReport("startup mpdlsimple demo\n"); in main()
|