Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h61 STATIC int agtiapi_FindWWNListNext( ag_tgt_map_t * pWWNList, int lstMax );
H A Dagtiapi.c5226 STATIC int agtiapi_FindWWNListNext( ag_tgt_map_t *pWWNList, int lstMax ) in agtiapi_FindWWNListNext() argument
5230 for ( lLstIdx = 0; lLstIdx < lstMax; lLstIdx++ ) in agtiapi_FindWWNListNext()
5232 if ( pWWNList[lLstIdx].devListIndex == lstMax && in agtiapi_FindWWNListNext()
5240 lstMax ); in agtiapi_FindWWNListNext()