agsaIOErrorEventStats_t
agsaIOErrorEventStats_t *stats
agsaIOErrorEventStats_t *stats
si_memset(&saRoot->IoErrorCount, 0, sizeof(agsaIOErrorEventStats_t));
si_memset(&saRoot->IoEventCount, 0, sizeof(agsaIOErrorEventStats_t));
si_memset(&saRoot->IoErrorCount, 0, sizeof(agsaIOErrorEventStats_t));
si_memset(&saRoot->IoEventCount, 0, sizeof(agsaIOErrorEventStats_t));
agsaIOErrorEventStats_t IoErrorCount;
agsaIOErrorEventStats_t IoEventCount;
agsaIOErrorEventStats_t *stats)
agsaIOErrorEventStats_t *stats)
agsaIOErrorEventStats_t *stats)
agsaIOErrorEventStats_t *pIoErrorCount = agNULL;
OS_ASSERT(sizeof(agsaIOErrorEventStats_t) == sizeof(tdIoErrorEventStatisticIOCTL_t), "agsaIOErrorEventStats_t tdIoErrorEventStatisticIOCTL_t\n");
pIoErrorCount = (agsaIOErrorEventStats_t*)param;
osti_memcpy(&pIoErrorPayload->IoError, pIoErrorCount, sizeof(agsaIOErrorEventStats_t));
agsaIOErrorEventStats_t *pIoEventCount = agNULL;
pIoEventCount = (agsaIOErrorEventStats_t*)param;
osti_memcpy(&pIoEventPayload->IoEvent, pIoEventCount, sizeof(agsaIOErrorEventStats_t));