Searched defs:sensbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3530 uint8_t *psd, sensbuf[24]; /* sense data */ local
3677 bcopy(task->task_sense_data, sensbuf, task->task_sense_length);
3736 psd[ndx + 0] = sensbuf[ndx + 3];
3737 psd[ndx + 1] = sensbuf[ndx + 2];
3738 psd[ndx + 2] = sensbuf[ndx + 1];
3739 psd[ndx + 3] = sensbuf[ndx + 0];

Completed in 68 milliseconds