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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c312 static struct buf *sata_alloc_local_buffer(sata_pkt_txlate_t *, int);
4907 bp = sata_alloc_local_buffer(spx, count * 512);
9729 bp = sata_alloc_local_buffer(spx, SATA_ATAPI_MIN_RQSENSE_LEN);
9962 bp = sata_alloc_local_buffer(spx, sizeof (struct scsi_inquiry));
10177 bp = sata_alloc_local_buffer(spx, 1024);
13056 sata_alloc_local_buffer(sata_pkt_txlate_t *spx, int len) function
13098 * via sata_alloc_local_buffer().
13723 bp = sata_alloc_local_buffer(spx, sizeof (sata_id_t));
16845 scmd->satacmd_bp = sata_alloc_local_buffer(spx,
16958 scmd->satacmd_bp = sata_alloc_local_buffer(sp
[all...]

Completed in 71 milliseconds