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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c4814 uint8_t *data, *tmpbd; local
4868 tmpbd = (uint8_t *)bp->b_un.b_addr + paramlen;
4877 data[x] = tmpbd[i+7];
4878 data[x+1] = tmpbd[i+6];
4880 data[x+2] = tmpbd[i+5];
4881 data[x+3] = tmpbd[i+4];
4882 data[x+4] = tmpbd[i+3];
4883 data[x+5] = tmpbd[i+2];
4884 data[x+6] = tmpbd[i+11];
4885 data[x+7] = tmpbd[
[all...]

Completed in 123 milliseconds