Searched defs: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 | 231 static int sata_txlt_check_condition(sata_pkt_txlate_t *, uchar_t, uchar_t); 2564 return (sata_txlt_check_condition(spx, KEY_NOT_READY, 3502 sata_txlt_check_condition(sata_pkt_txlate_t *spx, uchar_t key, uchar_t code) function 3965 return (sata_txlt_check_condition(spx, KEY_ILLEGAL_REQUEST, 3984 return (sata_txlt_check_condition(spx, KEY_NO_SENSE, 4114 return (sata_txlt_check_condition(spx, KEY_NOT_READY, 4213 return (sata_txlt_check_condition(spx, KEY_ILLEGAL_REQUEST, 4437 return (sata_txlt_check_condition(spx, 4466 return (sata_txlt_check_condition(spx, KEY_ILLEGAL_REQUEST, 4664 return (sata_txlt_check_condition(sp [all...] |
Completed in 66 milliseconds