Lines Matching refs:result
491 s32 result; in DoPadSharing() local
495 result = MPDSInit( &mpdsContext, &mpdsConfig ); in DoPadSharing()
496 if ( result < 0 ) in DoPadSharing()
498 OSReport( "MPDSInit returns %08x\n", result ); in DoPadSharing()
502 result = MPDSSetupPortConfig( &mpdsContext, &config ); in DoPadSharing()
503 if ( result < 0 ) in DoPadSharing()
505 OSReport( "MPDSSetupPortConfig returns %08x\n", result ); in DoPadSharing()
509 result = MPStartup( &config ); in DoPadSharing()
510 if( result != MP_RESULT_OK ) in DoPadSharing()
512 OSReport( "MPStartup returns %08x\n", result ); in DoPadSharing()
560 result = MPDSTryStep( &mpdsContext, &sendData, &recvDataSet ); in DoPadSharing()
564 if ( result == MP_RESULT_OK ) in DoPadSharing()
595 else if ( result == MP_RESULT_NO_DATA ) in DoPadSharing()
602 OSReport( "MPDSTryStep returns %d\n", result ); in DoPadSharing()