Home
last modified time | relevance | path

Searched defs:SENSE_DATA (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/raid/arcmsr/
H A Darcmsr.h1349 struct SENSE_DATA { struct
1350 u_int8_t ErrorCode:7;
1351 u_int8_t Valid:1;
1352 u_int8_t SegmentNumber;
1353 u_int8_t SenseKey:4;
1354 u_int8_t Reserved:1;
1355 u_int8_t IncorrectLength:1;
1356 u_int8_t EndOfMedia:1;
1357 u_int8_t FileMark:1;
1358 u_int8_t Information[4];
[all …]