Home
last modified time | relevance | path

Searched refs:HDDSectorTagErrorInstance (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Derror_diag.h117 class HDDSectorTagErrorInstance: public ErrorInstance {
119 HDDSectorTagErrorInstance() { type_ = SAT_ERROR_SECTOR_TAG; } in HDDSectorTagErrorInstance() function
H A Derror_diag.cc272 HDDSectorTagErrorInstance *error = new HDDSectorTagErrorInstance; in AddHDDSectorTagError()