Searched refs:agsaIOErrorEventStats_t (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | satypes.h | 298 agsaIOErrorEventStats_t IoErrorCount; 299 agsaIOErrorEventStats_t IoEventCount;
|
H A D | saioctlcmd.c | 3029 si_memset(&saRoot->IoErrorCount, 0, sizeof(agsaIOErrorEventStats_t)); in saGetIOErrorStats() 3049 si_memset(&saRoot->IoEventCount, 0, sizeof(agsaIOErrorEventStats_t)); in saGetIOEventStats()
|
H A D | sainit.c | 1338 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 D | saosapi.h | 682 agsaIOErrorEventStats_t *stats 691 agsaIOErrorEventStats_t *stats
|
H A D | sa.h | 3728 } agsaIOErrorEventStats_t; typedef
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdioctl.c | 1875 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 D | ossacmnapi.c | 7861 agsaIOErrorEventStats_t *stats) in ossaGetIOErrorStatsCB() 7874 agsaIOErrorEventStats_t *stats) in ossaGetIOErrorStatsCB() 7886 agsaIOErrorEventStats_t *stats) in ossaGetIOEventStatsCB()
|