Searched refs:nMaxCount (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1047 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount) argument
1050 HPT_U32 count = nMaxCount-1;
1053 &count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount))
1056 nMaxCount = (int)pIds[0];
1057 for (i=0; i<nMaxCount; i++) pIds[i] = pIds[i+1];
1058 return nMaxCount;
H A Dhptintf.h1604 * nMaxCount array size
1609 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
1615 * nMaxCount array size
1619 int hpt_get_physical_devices(DEVICEID * pIds, int nMaxCount);
/freebsd-11-stable/sys/dev/hptmv/
H A Dgui_lib.c58 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
479 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount) argument
486 for(i = 0; i < nMaxCount; i++)
503 if (count>=nMaxCount) goto done;
H A Dhptintf.h851 * nMaxCount array size
856 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptintf.h1600 * nMaxCount array size
1605 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
1611 * nMaxCount array size
1615 int hpt_get_physical_devices(DEVICEID * pIds, int nMaxCount);
H A Dhptnr_osm_bsd.c1242 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount) argument
1245 HPT_U32 count = nMaxCount-1;
1248 &count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount))
1251 nMaxCount = (int)pIds[0];
1252 for (i=0; i<nMaxCount; i++) pIds[i] = pIds[i+1];
1253 return nMaxCount;
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptintf.h1332 * nMaxCount array size
1337 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
H A Dhptrr_osm_bsd.c890 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount) argument
893 HPT_U32 count = nMaxCount-1;
896 &count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount))
899 nMaxCount = (int)pIds[0];
900 for (i=0; i<nMaxCount; i++) pIds[i] = pIds[i+1];
901 return nMaxCount;

Completed in 295 milliseconds