Searched refs:asc (Results 1 - 25 of 59) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-apple.c148 struct apple_sc *asc = hid_get_drvdata(hid); local
152 asc->fn_on = !!value;
165 if (test_bit(usage->code, asc->pressed_fn))
168 do_translate = (fnmode == 2 && asc->fn_on) ||
169 (fnmode == 1 && !asc->fn_on);
171 do_translate = asc->fn_on;
175 set_bit(usage->code, asc->pressed_fn);
177 clear_bit(usage->code, asc->pressed_fn);
186 if (asc->quirks & APPLE_NUMLOCK_EMULATION &&
187 (test_bit(usage->code, asc
224 struct apple_sc *asc = hid_get_drvdata(hdev); local
252 struct apple_sc *asc = hid_get_drvdata(hdev); local
302 struct apple_sc *asc = hid_get_drvdata(hdev); local
320 struct apple_sc *asc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Ddebug.h52 unsigned char asc, unsigned char ascq );
H A Ddebug.c161 unsigned char asc,
167 what = scsi_extd_sense_format(asc, ascq);
159 usb_stor_show_sense( unsigned char key, unsigned char asc, unsigned char ascq) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-gd.h27 u8 sense_key, asc, ascq; member in struct:ide_disk_obj
H A Dide-cd_verbose.c21 (sense->sense_key == NOT_READY && (sense->asc == 4 ||
22 sense->asc == 0x3a)))
26 "asc: 0x%02x ascq: 0x%02x\n",
28 sense->asc, sense->ascq);
273 if (sense->asc == 0x40) {
281 key |= (sense->asc << 8);
300 if (sense->asc > 0x80)
306 printk(KERN_ERR " %s -- (asc=0x%02x, ascq=0x%02x)\n",
307 s, sense->asc, sense->ascq);
H A Dide-cd_ioctl.c64 if (sense.sense_key == NOT_READY && sense.asc == 0x04
74 if (sense.asc == 0x3a && sense.ascq == 1)
158 (sense->asc == 0x24 || sense->asc == 0x20)) {
166 if (stat != 0 && sense->sense_key == NOT_READY && sense->asc == 0x3a)
H A Dide-floppy.c84 floppy->asc = buf[12];
93 ide_debug_log(IDE_DBG_SENSE, "sense key = %x, asc = %x,"
95 floppy->asc, floppy->ascq);
112 floppy->asc == 0x3a &&
117 "asc = %2x, ascq = %2x\n",
119 floppy->asc, floppy->ascq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_eh.h22 u8 asc; member in struct:scsi_sense_hdr
61 extern void scsi_build_sense_buffer(int desc, u8 *buf, u8 key, u8 asc, u8 ascq);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_utl.c66 unsigned char *OPENSSL_asc2uni(const char *asc, int asclen, argument
72 asclen = strlen(asc);
78 unitmp[i + 1] = asc[i >> 1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_utl.c65 unsigned char *asc2uni(const char *asc, int asclen, unsigned char **uni, int *unilen) argument
69 if (asclen == -1) asclen = strlen(asc);
74 unitmp[i + 1] = asc[i>>1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_utl.c66 unsigned char *OPENSSL_asc2uni(const char *asc, int asclen, argument
72 asclen = strlen(asc);
78 unitmp[i + 1] = asc[i >> 1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/build-aux/
H A Dgnupload307 rm -f $base.directive $base.directive.asc
312 $dbg ncftpput ftp-upload.gnu.org /incoming/alpha $files $base.directive.asc
317 $dbg ncftpput ftp-upload.gnu.org /incoming/ftp $files $base.directive.asc
336 for f in $files $base.directive.asc
345 $dbg cp $files $base.directive.asc $dest_host
354 rm -f $base.directive $base.directive.asc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c274 sense_hdr.asc, sense_hdr.ascq);
477 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x0a)
482 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x0b)
487 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x0c)
492 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x12)
499 if (sense_hdr->asc == 0x29 && sense_hdr->ascq == 0x00)
504 if (sense_hdr->asc == 0x2a && sense_hdr->ascq == 0x06) {
510 if (sense_hdr->asc == 0x2a && sense_hdr->ascq == 0x07) {
516 if (sense_hdr->asc == 0x3f && sense_hdr->ascq == 0x0e) {
561 sense_hdr.asc, sense_hd
[all...]
H A Dscsi_dh_emc.c135 sshdr.asc, sshdr.ascq);
137 if ((sshdr.sense_key == 0x05) && (sshdr.asc == 0x04) &&
147 } else if ((sshdr.sense_key == 0x02) && (sshdr.asc == 0x04) &&
407 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x03)
411 if (sense_hdr->asc == 0x25 && sense_hdr->ascq == 0x01)
425 if (sense_hdr->asc == 0x29 && sense_hdr->ascq == 0x00)
464 sshdr.sense_key, sshdr.asc, sshdr.ascq);
511 sshdr.sense_key, sshdr.asc, sshdr.ascq);
H A Dscsi_dh_hp_sw.c83 if ((sshdr.asc == 0x04) && (sshdr.ascq == 2)) {
96 HP_SW_NAME, sshdr.sense_key, sshdr.asc,
180 if ((sshdr.asc == 0x04) && (sshdr.ascq == 3)) {
193 HP_SW_NAME, sshdr.sense_key, sshdr.asc,
H A Dscsi_dh_rdac.c531 if (sense_hdr.asc == 0x04 && sense_hdr.ascq == 0x01)
538 if (sense_hdr.asc == 0x91 && sense_hdr.ascq == 0x36)
551 sense_hdr.sense_key, sense_hdr.asc, sense_hdr.ascq);
690 sense_hdr->sense_key, sense_hdr->asc, sense_hdr->ascq);
694 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x01)
700 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x81)
707 if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0xA1)
713 if (sense_hdr->asc == 0xA1 && sense_hdr->ascq == 0x02)
721 if (sense_hdr->asc == 0x94 && sense_hdr->ascq == 0x01) {
731 if (sense_hdr->asc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/scsi_id/
H A Dscsi_serial.c105 unsigned char asc; local
109 asc = sense_buffer[2];
112 asc = (sb_len > 12) ? sense_buffer[12] : 0;
118 if (0x28 == asc)
120 if (0x29 == asc)
157 int asc, ascq; local
197 asc = sense_buffer[12];
202 asc = sense_buffer[2];
210 dev_scsi->kernel, sense_key, asc, ascq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dconstants.c407 * http://www.t10.org/lists/asc-num.txt
1210 scsi_extd_sense_format(unsigned char asc, unsigned char ascq) { argument
1213 unsigned short code = ((asc << 8) | ascq);
1219 if (additional2[i].code1 == asc &&
1230 scsi_show_extd_sense(unsigned char asc, unsigned char ascq) argument
1232 const char *extd_sense_fmt = scsi_extd_sense_format(asc, ascq);
1241 if (asc >= 0x80)
1242 printk("<<vendor>> ASC=0x%x ASCQ=0x%x", asc,
1245 printk("ASC=0x%x <<vendor>> ASCQ=0x%x", asc,
1248 printk("ASC=0x%x ASCQ=0x%x", asc, asc
[all...]
H A Dps3rom.c264 unsigned char *asc, unsigned char *ascq)
270 *asc = (status >> 8) & 0xff;
283 unsigned char sense_key, asc, ascq; local
330 if (decode_lv1_status(status, &sense_key, &asc, &ascq)) {
335 scsi_build_sense_buffer(0, cmd->sense_buffer, sense_key, asc, ascq);
263 decode_lv1_status(u64 status, unsigned char *sense_key, unsigned char *asc, unsigned char *ascq) argument
H A Dscsi_error.c280 if (sshdr.asc == 0x10) /* DIF */
300 if ((sshdr.asc == 0x04) && (sshdr.ascq == 0x01))
307 (sshdr.asc == 0x04) && (sshdr.ascq == 0x02))
310 if (sshdr.asc == 0x3f && sshdr.ascq == 0x0e)
316 else if (sshdr.asc == 0x3f)
344 if (sshdr.asc == 0x11 || /* UNRECOVERED READ ERR */
345 sshdr.asc == 0x13 || /* AMNF DATA FIELD */
346 sshdr.asc == 0x14) { /* RECORD NOT FOUND */
1951 * asc, ascq and additional_length (only for descriptor format).
1979 sshdr->asc
2111 scsi_build_sense_buffer(int desc, u8 *buf, u8 key, u8 asc, u8 ascq) argument
[all...]
H A Dch.c122 unsigned char asc; member in struct:__anon14367
130 .asc = 0x21,
135 .asc = 0x28,
140 .asc = 0x3B,
145 .asc = 0x3B,
150 .asc = 0x20,
166 sshdr->asc != 0) {
169 ch_err[i].asc == sshdr->asc &&
554 VPRINTK(KERN_INFO, "element 0x%x: asc
[all...]
H A Dsr_ioctl.c224 if (sshdr.asc == 0x04 &&
248 if (sshdr.asc == 0x20 &&
312 && sshdr.asc == 0x04 && sshdr.ascq == 0x01)
327 if (sshdr.sense_key == NOT_READY && sshdr.asc == 0x04)
337 sshdr.asc == 0x3a)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_nl.h145 uint8_t asc; member in struct:lpfc_scsi_check_condition_event
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Drc.h213 struct ath_rate_softc *asc; member in struct:ath_rate_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvstgt.c140 unsigned char status, unsigned char asc)
183 sense[12] = asc;
748 unsigned char status, asc; local
752 asc = 0;
756 asc = 0x14;
764 send_rsp(iue, NULL, status, asc);
139 send_rsp(struct iu_entry *iue, struct scsi_cmnd *sc, unsigned char status, unsigned char asc) argument

Completed in 529 milliseconds

123