Lines Matching defs:skey
337 uint_t skey, asc, ascq;
362 &headers, &skey, &asc, &ascq)) == 0) {
387 } else if (SCSI_INVALID_OPCODE(skey, asc, ascq)) {
394 &headers, &skey, &asc, &ascq);
463 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq);
778 uint_t skey, asc, ascq;
788 MODEPAGE_INFO_EXCPT_LEN, &sip->si_hdrs, &skey, &asc,
793 MODEPAGE_INFO_EXCPT_LEN, &junk_hdrs, &skey, &asc, &ascq);
798 "ASC=0x%x ASCQ=0x%x)", skey, asc, ascq);
846 uint_t skey, asc, ascq;
898 MODEPAGE_INFO_EXCPT_LEN, &hdrs, &skey, &asc, &ascq) == 0) {
902 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq);
926 uint_t skey, asc, ascq;
934 MODEPAGE_CTRL_MODE_LEN, &hdrs, &skey, &asc, &ascq);
938 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq);
944 MODEPAGE_CTRL_MODE_LEN, &junk_hdrs, &skey, &asc, &ascq))
947 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq);
957 MODEPAGE_CTRL_MODE_LEN, &hdrs, &skey, &asc, &ascq);
960 "ASC=0x%x ASCQ=0x%x\n", skey, asc, ascq);
981 uint_t skey, asc, ascq;
989 PC_CUMULATIVE, (caddr_t)lhp, buflen, &skey, &asc, &ascq);
1172 uint_t skey, asc, ascq;
1181 if (scsi_request_sense(sip, &skey, &asc, &ascq) != 0) {
1183 "ASCQ=0x%x)\n", skey, asc, ascq);
1185 } else if (skey == KEY_NO_SENSE) {