Searched refs:asc_entry (Results 1 – 1 of 1) sorted by relevance
3365 const struct asc_table_entry **asc_entry) in fetchtableentries() argument3379 *asc_entry = NULL; in fetchtableentries()3428 *asc_entry = (struct asc_table_entry *)found_entry; in fetchtableentries()3429 if (((*asc_entry)->action & SSQ_RANGE) != 0) in fetchtableentries()3430 (*asc_entry)--; in fetchtableentries()3456 const struct asc_table_entry *asc_entry; in scsi_sense_desc() local3462 &asc_entry); in scsi_sense_desc()3469 if (asc_entry != NULL) in scsi_sense_desc()3470 *asc_desc = asc_entry->desc; in scsi_sense_desc()3488 const struct asc_table_entry *asc_entry; in scsi_error_action() local[all …]