Searched refs:pIds (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/hptmv/
H A Dhptintf.h852 * pIds pointer to a DEVICEID array
855 * Number of ID returned. All logical device IDs are put into pIds array.
858 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
1198 * pIds - device ID list
1204 int hpt_query_remove(DWORD ndev, DEVICEID *pIds);
1212 * pIds - device ID list
1218 int hpt_remove_devices(DWORD ndev, DEVICEID *pIds);
H A Dgui_lib.c60 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
481 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount) argument
489 pIds[i] = INVALID_DEVICEID;
503 if (pIds[j]==VDEV_TO_ID(pLogical)) goto next;
504 pIds[count++] = VDEV_TO_ID(pLogical);
1186 DEVICEID *pIds; local
1192 pIds = ((DEVICEID *)lpOutBuffer)+1;
1193 *(DWORD*)lpOutBuffer = hpt_get_logical_devices(pIds, nMax);
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptintf.h1333 * pIds pointer to a DEVICEID array
1336 * Number of ID returned. All logical device IDs are put into pIds array.
1339 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
1632 * pIds - device ID list
1638 int hpt_query_remove(HPT_U32 ndev, DEVICEID *pIds);
1645 * pIds - device ID list
1651 int hpt_remove_devices(HPT_U32 ndev, DEVICEID *pIds);
1771 * pIds - array of DEVICEID
1777 int hpt_init_disks(HPT_U32 ndev, DEVICEID * pIds);
H A Dhptrr_osm_bsd.c892 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount) argument
898 &count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount))
901 nMaxCount = (int)pIds[0];
902 for (i=0; i<nMaxCount; i++) pIds[i] = pIds[i+1];
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhptintf.h1605 * pIds pointer to a DEVICEID array
1608 * Number of ID returned. All logical device IDs are put into pIds array.
1611 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
1616 * pIds pointer to a DEVICEID array
1619 * Number of ID returned. All physical device IDs are put into pIds array.
1621 int hpt_get_physical_devices(DEVICEID * pIds, int nMaxCount);
1915 * pIds - device ID list
1921 int hpt_query_remove(HPT_U32 ndev, DEVICEID *pIds);
1928 * pIds - device ID list
1934 int hpt_remove_devices(HPT_U32 ndev, DEVICEID *pIds);
[all...]
H A Dhpt27xx_osm_bsd.c1049 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount) argument
1055 &count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount))
1058 nMaxCount = (int)pIds[0];
1059 for (i=0; i<nMaxCount; i++) pIds[i] = pIds[i+1];
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptintf.h1601 * pIds pointer to a DEVICEID array
1604 * Number of ID returned. All logical device IDs are put into pIds array.
1607 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
1612 * pIds pointer to a DEVICEID array
1615 * Number of ID returned. All physical device IDs are put into pIds array.
1617 int hpt_get_physical_devices(DEVICEID * pIds, int nMaxCount);
1911 * pIds - device ID list
1917 int hpt_query_remove(HPT_U32 ndev, DEVICEID *pIds);
1924 * pIds - device ID list
1930 int hpt_remove_devices(HPT_U32 ndev, DEVICEID *pIds);
[all...]
H A Dhptnr_osm_bsd.c1244 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount) argument
1250 &count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount))
1253 nMaxCount = (int)pIds[0];
1254 for (i=0; i<nMaxCount; i++) pIds[i] = pIds[i+1];

Completed in 179 milliseconds