Home
last modified time | relevance | path

Searched refs:lIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxosapi.c402 int lIdx; in ostiMakeParamString() local
404 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()
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c5174 int lIdx = 0; in agtiapi_GetWWNMappings() local
5200 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() local
5889 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 …]