Home
last modified time | relevance | path

Searched refs:asc_entry (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sys/cam/scsi/
HDscsi_all.c3366 const struct asc_table_entry **asc_entry) in fetchtableentries() argument
3380 *asc_entry = NULL; in fetchtableentries()
3423 *asc_entry = (struct asc_table_entry *)found_entry; in fetchtableentries()
3449 const struct asc_table_entry *asc_entry; in scsi_sense_desc() local
3455 &asc_entry); in scsi_sense_desc()
3462 if (asc_entry != NULL) in scsi_sense_desc()
3463 *asc_desc = asc_entry->desc; in scsi_sense_desc()
3481 const struct asc_table_entry *asc_entry; in scsi_error_action() local
3519 &asc_entry); in scsi_error_action()
3525 if (asc_entry != NULL in scsi_error_action()
[all …]