Lines Matching refs:asc_entry
3365 const struct asc_table_entry **asc_entry) in fetchtableentries() argument
3379 *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() local
3462 &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
3526 &asc_entry); in scsi_error_action()
3532 if (asc_entry != NULL in scsi_error_action()
3534 action = asc_entry->action; in scsi_error_action()