Searched refs:lIdx (Results 1 – 2 of 2) sorted by relevance
402 int lIdx; in ostiMakeParamString() local404 for( lIdx = 1; lIdx <= 5; lIdx++ ) { in ostiMakeParamString()405 if( 1 == lIdx) lStrIdx = aSubkey1; in ostiMakeParamString()406 if( 2 == lIdx) lStrIdx = aSubkey2; in ostiMakeParamString()407 if( 3 == lIdx) lStrIdx = aSubkey3; in ostiMakeParamString()408 if( 4 == lIdx) lStrIdx = aSubkey4; in ostiMakeParamString()409 if( 5 == lIdx) lStrIdx = aSubkey5; in ostiMakeParamString()
5174 int lIdx = 0; in agtiapi_GetWWNMappings() local5200 for ( lIdx = 0; lIdx < devDisc - 1; lIdx++) { in agtiapi_GetWWNMappings()5201 pWWNList[lIdx].flags = 0; in agtiapi_GetWWNMappings()5202 pWWNList[lIdx].devListIndex = maxTargets; in agtiapi_GetWWNMappings()5203 pSLRList[lIdx].localeNameLen = -1; in agtiapi_GetWWNMappings()5204 pSLRList[lIdx].remoteNameLen = -1; in agtiapi_GetWWNMappings()5879 int lIdx; in agtiapi_clrRmScan() local5889 for ( lIdx = 0; lIdx < pCard->devDiscover; lIdx++ ) in agtiapi_clrRmScan()5897 lReadRm = atomic_readandclear_32( &pWWNList[lIdx].devRemoved ); in agtiapi_clrRmScan()5900 pCard->pDevList[lIdx].flags &= ~ACTIVE; in agtiapi_clrRmScan()[all …]