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

/freebsd-11.0-release/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));
3050 si_memset(&saRoot->IoEventCount, 0, sizeof(agsaIOErrorEventStats_t));
H A Dsainit.c1339 si_memset(&saRoot->IoErrorCount, 0, sizeof(agsaIOErrorEventStats_t));
1340 si_memset(&saRoot->IoEventCount, 0, sizeof(agsaIOErrorEventStats_t));
/freebsd-11.0-release/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaosapi.h683 agsaIOErrorEventStats_t *stats
692 agsaIOErrorEventStats_t *stats
H A Dsa.h3633 The agsaIOErrorEventStats_t data structure is used as parameter in ossaGetIOErrorStatsCB(),ossaGetIOEventStatsCB().
3729 } agsaIOErrorEventStats_t; typedef in typeref:struct:agsaIOErrorEventStats_s
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c1876 agsaIOErrorEventStats_t *pIoErrorCount = agNULL;
1878 OS_ASSERT(sizeof(agsaIOErrorEventStats_t) == sizeof(tdIoErrorEventStatisticIOCTL_t), "agsaIOErrorEventStats_t tdIoErrorEventStatisticIOCTL_t\n");
1883 pIoErrorCount = (agsaIOErrorEventStats_t*)param;
1885 osti_memcpy(&pIoErrorPayload->IoError, pIoErrorCount, sizeof(agsaIOErrorEventStats_t));
1910 agsaIOErrorEventStats_t *pIoEventCount = agNULL;
1916 pIoEventCount = (agsaIOErrorEventStats_t*)param;
1918 osti_memcpy(&pIoEventPayload->IoEvent, pIoEventCount, sizeof(agsaIOErrorEventStats_t));
H A Dossacmnapi.c7862 agsaIOErrorEventStats_t *stats)
7875 agsaIOErrorEventStats_t *stats)
7887 agsaIOErrorEventStats_t *stats)

Completed in 177 milliseconds