Home
last modified time | relevance | path

Searched refs:agsaIOErrorEventStats_t (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatypes.h298 agsaIOErrorEventStats_t IoErrorCount;
299 agsaIOErrorEventStats_t IoEventCount;
H A Dsaioctlcmd.c3029 si_memset(&saRoot->IoErrorCount, 0, sizeof(agsaIOErrorEventStats_t)); in saGetIOErrorStats()
3049 si_memset(&saRoot->IoEventCount, 0, sizeof(agsaIOErrorEventStats_t)); in saGetIOEventStats()
H A Dsainit.c1338 si_memset(&saRoot->IoErrorCount, 0, sizeof(agsaIOErrorEventStats_t)); in saInitialize()
1339 si_memset(&saRoot->IoEventCount, 0, sizeof(agsaIOErrorEventStats_t)); in saInitialize()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaosapi.h682 agsaIOErrorEventStats_t *stats
691 agsaIOErrorEventStats_t *stats
H A Dsa.h3728 } agsaIOErrorEventStats_t; typedef
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c1875 agsaIOErrorEventStats_t *pIoErrorCount = agNULL; in ostiGetIoErrorStatsIOCTLRsp()
1877 …OS_ASSERT(sizeof(agsaIOErrorEventStats_t) == sizeof(tdIoErrorEventStatisticIOCTL_t), "agsaIOErrorE… in ostiGetIoErrorStatsIOCTLRsp()
1882 pIoErrorCount = (agsaIOErrorEventStats_t*)param; in ostiGetIoErrorStatsIOCTLRsp()
1884 osti_memcpy(&pIoErrorPayload->IoError, pIoErrorCount, sizeof(agsaIOErrorEventStats_t)); in ostiGetIoErrorStatsIOCTLRsp()
1909 agsaIOErrorEventStats_t *pIoEventCount = agNULL; in ostiGetIoEventStatsIOCTLRsp()
1915 pIoEventCount = (agsaIOErrorEventStats_t*)param; in ostiGetIoEventStatsIOCTLRsp()
1917 osti_memcpy(&pIoEventPayload->IoEvent, pIoEventCount, sizeof(agsaIOErrorEventStats_t)); in ostiGetIoEventStatsIOCTLRsp()
H A Dossacmnapi.c7861 agsaIOErrorEventStats_t *stats) in ossaGetIOErrorStatsCB()
7874 agsaIOErrorEventStats_t *stats) in ossaGetIOErrorStatsCB()
7886 agsaIOErrorEventStats_t *stats) in ossaGetIOEventStatsCB()