Lines Matching defs:asc

116 	 * Get asc, ascq and info field from sense data.  There are two
340 uint_t skey, asc, ascq;
365 &headers, &skey, &asc, &ascq)) == 0) {
390 } else if (SCSI_INVALID_OPCODE(skey, asc, ascq)) {
397 &headers, &skey, &asc, &ascq);
462 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq);
483 uint_t kp, asc, ascq;
503 PC_CUMULATIVE, (caddr_t)lhp, buflen, &kp, &asc, &ascq);
520 "ASC=0x%x ASCQ=0x%x)\n", lp->ve_desc, kp, asc, ascq);
537 uint_t sk, asc, ascq;
548 PC_CUMULATIVE, (caddr_t)sp, buflen, &sk, &asc, &ascq)) == 0) {
594 "(KEY=0x%x ASC=0x%x ASCq=0x%x)\n", sk, asc, ascq);
767 uint_t skey, asc, ascq;
777 MODEPAGE_INFO_EXCPT_LEN, &sip->si_hdrs, &skey, &asc,
782 MODEPAGE_INFO_EXCPT_LEN, &junk_hdrs, &skey, &asc, &ascq);
787 "ASC=0x%x ASCQ=0x%x)", skey, asc, ascq);
835 uint_t skey, asc, ascq;
882 MODEPAGE_INFO_EXCPT_LEN, &hdrs, &skey, &asc, &ascq) == 0) {
886 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq);
908 uint_t skey, asc, ascq;
916 MODEPAGE_CTRL_MODE_LEN, &hdrs, &skey, &asc, &ascq);
920 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq);
926 MODEPAGE_CTRL_MODE_LEN, &junk_hdrs, &skey, &asc, &ascq))
929 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq);
939 MODEPAGE_CTRL_MODE_LEN, &hdrs, &skey, &asc, &ascq);
942 "ASC=0x%x ASCQ=0x%x\n", skey, asc, ascq);
963 uint_t skey, asc, ascq;
971 PC_CUMULATIVE, (caddr_t)lhp, buflen, &skey, &asc, &ascq);
988 * Analyze the IE logpage. If we find an IE log record with a non-zero 'asc',
1154 uint_t skey, asc, ascq;
1163 if (scsi_request_sense(sip, &skey, &asc, &ascq) != 0) {
1165 "ASCQ=0x%x)\n", skey, asc, ascq);
1175 FM_EREPORT_PAYLOAD_SCSI_ASC, asc) != 0 ||
1182 if (asc != 0)