Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatypes.h299 agsaIOErrorEventStats_t IoErrorCount;
300 agsaIOErrorEventStats_t IoEventCount;
H A Dsaioctlcmd.c3030 si_memset(&saRoot->IoErrorCount, 0, sizeof(agsaIOErrorEventStats_t)); in saGetIOErrorStats()
3050 si_memset(&saRoot->IoEventCount, 0, sizeof(agsaIOErrorEventStats_t)); in saGetIOEventStats()
H A Dsainit.c1339 si_memset(&saRoot->IoErrorCount, 0, sizeof(agsaIOErrorEventStats_t)); in saInitialize()
1340 si_memset(&saRoot->IoEventCount, 0, sizeof(agsaIOErrorEventStats_t)); in saInitialize()
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaosapi.h683 agsaIOErrorEventStats_t *stats
692 agsaIOErrorEventStats_t *stats
H A Dsa.h3729 } agsaIOErrorEventStats_t; typedef
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c1876 agsaIOErrorEventStats_t *pIoErrorCount = agNULL; in ostiGetIoErrorStatsIOCTLRsp()
1878 …OS_ASSERT(sizeof(agsaIOErrorEventStats_t) == sizeof(tdIoErrorEventStatisticIOCTL_t), "agsaIOErrorE… in ostiGetIoErrorStatsIOCTLRsp()
1883 pIoErrorCount = (agsaIOErrorEventStats_t*)param; in ostiGetIoErrorStatsIOCTLRsp()
1885 osti_memcpy(&pIoErrorPayload->IoError, pIoErrorCount, sizeof(agsaIOErrorEventStats_t)); in ostiGetIoErrorStatsIOCTLRsp()
1910 agsaIOErrorEventStats_t *pIoEventCount = agNULL; in ostiGetIoEventStatsIOCTLRsp()
1916 pIoEventCount = (agsaIOErrorEventStats_t*)param; in ostiGetIoEventStatsIOCTLRsp()
1918 osti_memcpy(&pIoEventPayload->IoEvent, pIoEventCount, sizeof(agsaIOErrorEventStats_t)); in ostiGetIoEventStatsIOCTLRsp()
H A Dossacmnapi.c7862 agsaIOErrorEventStats_t *stats) in ossaGetIOErrorStatsCB()
7875 agsaIOErrorEventStats_t *stats) in ossaGetIOErrorStatsCB()
7887 agsaIOErrorEventStats_t *stats) in ossaGetIOEventStatsCB()