Lines Matching refs:result
488 s32 result; in DoPadSharing() local
492 result = MPDSInit( &mpdsContext, &mpdsConfig ); in DoPadSharing()
493 if ( result < 0 ) in DoPadSharing()
495 OSReport( "MPDSInit returns %08x\n", result ); in DoPadSharing()
499 result = MPDSSetupPortConfig( &mpdsContext, &config ); in DoPadSharing()
500 if ( result < 0 ) in DoPadSharing()
502 OSReport( "MPDSSetupPortConfig returns %08x\n", result ); in DoPadSharing()
506 result = MPStartup( &config ); in DoPadSharing()
507 if( result != MP_RESULT_OK ) in DoPadSharing()
509 OSReport( "MPStartup returns %08x\n", result ); in DoPadSharing()
557 result = MPDSTryStep( &mpdsContext, &sendData, &recvDataSet ); in DoPadSharing()
561 if ( result == MP_RESULT_OK ) in DoPadSharing()
592 else if ( result == MP_RESULT_NO_DATA ) in DoPadSharing()
599 OSReport( "MPDSTryStep returns %d\n", result ); in DoPadSharing()