Searched refs:txlt_tmp_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/impl/
H A Dsata.h487 caddr_t txlt_tmp_buf; /* temp buffer address */ member in struct:sata_pkt_txlate
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c3141 if (spx->txlt_tmp_buf != NULL) {
3147 spx->txlt_tmp_buf, bp->b_bcount);
3155 if (spx->txlt_tmp_buf != NULL &&
3158 bcopy(spx->txlt_tmp_buf,
7468 if (spx->txlt_tmp_buf != NULL) {
7476 bcopy(spx->txlt_tmp_buf, bp->b_un.b_addr,
7663 if (spx->txlt_tmp_buf != NULL) {
7667 bcopy(spx->txlt_tmp_buf, bp->b_un.b_addr,
7753 if (spx->txlt_tmp_buf != NULL) {
7757 bcopy(spx->txlt_tmp_buf, b
[all...]

Completed in 63 milliseconds