Searched refs:sata_txlt_check_condition (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 234 static int sata_txlt_check_condition(sata_pkt_txlate_t *, uchar_t, uchar_t); 2581 return (sata_txlt_check_condition(spx, KEY_NOT_READY, in sata_scsi_start() 3518 sata_txlt_check_condition(sata_pkt_txlate_t *spx, uchar_t key, uchar_t code) in sata_txlt_check_condition() function 4033 return (sata_txlt_check_condition(spx, KEY_ILLEGAL_REQUEST, in sata_txlt_request_sense() 4052 return (sata_txlt_check_condition(spx, KEY_NO_SENSE, in sata_txlt_request_sense() 4183 return (sata_txlt_check_condition(spx, KEY_NOT_READY, in sata_txlt_test_unit_ready() 4283 return (sata_txlt_check_condition(spx, KEY_ILLEGAL_REQUEST, in sata_txlt_start_stop_unit() 4507 return (sata_txlt_check_condition(spx, in sata_txlt_start_stop_unit() 4536 return (sata_txlt_check_condition(spx, KEY_ILLEGAL_REQUEST, in sata_txlt_start_stop_unit() 4736 return (sata_txlt_check_condition(spx, in sata_txlt_read_capacity16() [all …]
|