Lines Matching refs:skey
346 uint_t skey, asc, ascq; in load_modepages() local
371 &headers, &skey, &asc, &ascq)) == 0) { in load_modepages()
396 } else if (SCSI_INVALID_OPCODE(skey, asc, ascq)) { in load_modepages()
403 &headers, &skey, &asc, &ascq); in load_modepages()
468 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq); in load_modepages()
818 uint_t skey, asc, ascq; in load_ie_modepage() local
828 MODEPAGE_INFO_EXCPT_LEN, &sip->si_hdrs, &skey, &asc, in load_ie_modepage()
833 MODEPAGE_INFO_EXCPT_LEN, &junk_hdrs, &skey, &asc, &ascq); in load_ie_modepage()
838 "ASC=0x%x ASCQ=0x%x)", skey, asc, ascq); in load_ie_modepage()
886 uint_t skey, asc, ascq; in scsi_enable_ie() local
933 MODEPAGE_INFO_EXCPT_LEN, &hdrs, &skey, &asc, &ascq) == 0) { in scsi_enable_ie()
937 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq); in scsi_enable_ie()
959 uint_t skey, asc, ascq; in clear_gltsd() local
967 MODEPAGE_CTRL_MODE_LEN, &hdrs, &skey, &asc, &ascq); in clear_gltsd()
971 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq); in clear_gltsd()
977 MODEPAGE_CTRL_MODE_LEN, &junk_hdrs, &skey, &asc, &ascq)) in clear_gltsd()
980 "ASC=0x%x ASCQ=0x%x)\n", skey, asc, ascq); in clear_gltsd()
990 MODEPAGE_CTRL_MODE_LEN, &hdrs, &skey, &asc, &ascq); in clear_gltsd()
993 "ASC=0x%x ASCQ=0x%x\n", skey, asc, ascq); in clear_gltsd()
1014 uint_t skey, asc, ascq; in analyze_one_logpage() local
1022 PC_CUMULATIVE, (caddr_t)lhp, buflen, &skey, &asc, &ascq); in analyze_one_logpage()
1264 uint_t skey, asc, ascq; in analyze_ie_sense() local
1273 if (scsi_request_sense(sip, &skey, &asc, &ascq) != 0) { in analyze_ie_sense()
1275 "ASCQ=0x%x)\n", skey, asc, ascq); in analyze_ie_sense()
1277 } else if (skey == KEY_NO_SENSE) { in analyze_ie_sense()