Lines Matching refs:resultNcd
257 s32 resultNcd; in REXDEMOOverrideNetConfig() local
274 resultNcd = NCDSetIfConfig( pIfConfig ); in REXDEMOOverrideNetConfig()
275 if( resultNcd != NCD_RESULT_SUCCESS ) in REXDEMOOverrideNetConfig()
277 OSReport( "NCDSetIfConfig failed (%d)\n", resultNcd ); in REXDEMOOverrideNetConfig()
278 return resultNcd; in REXDEMOOverrideNetConfig()
285 resultNcd = NCDSetIpConfig( pIpConfig ); in REXDEMOOverrideNetConfig()
286 if( resultNcd != NCD_RESULT_SUCCESS ) in REXDEMOOverrideNetConfig()
288 OSReport( "NCDSetIpConfig failed (%d)\n", resultNcd ); in REXDEMOOverrideNetConfig()
289 return resultNcd; in REXDEMOOverrideNetConfig()
351 s32 resultNcd; in REXDEMOWaitForInterfaceReadyEx() local
358 switch( resultNcd = NCDGetLinkStatus() ) in REXDEMOWaitForInterfaceReadyEx()
379 OSReport( "NCDGetLinkStatus() failure (%d)\n", resultNcd ); in REXDEMOWaitForInterfaceReadyEx()
380 return resultNcd; in REXDEMOWaitForInterfaceReadyEx()