Home
last modified time | relevance | path

Searched refs:sata_build_msense_page_1a (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c334 static int sata_build_msense_page_1a(sata_drive_info_t *, int, uint8_t *);
5230 len += sata_build_msense_page_1a(sdinfo, pc, buf+len); in sata_txlt_mode_sense()
5241 len += sata_build_msense_page_1a(sdinfo, pc, buf+len); in sata_txlt_mode_sense()
8221 sata_build_msense_page_1a(sata_drive_info_t *sdinfo, int pcntrl, uint8_t *buf) in sata_build_msense_page_1a() function