Lines Matching refs:asc_table_entry
62 const struct asc_table_entry **);
110 static struct asc_table_entry quantum_fireball_entries[] = {
115 static struct asc_table_entry sony_mo_entries[] = {
130 sizeof(quantum_fireball_entries)/sizeof(struct asc_table_entry),
141 sizeof(sony_mo_entries)/sizeof(struct asc_table_entry),
150 static struct asc_table_entry asc_table[] = {
863 const struct asc_table_entry *table_entry; in ascentrycomp()
867 table_entry = (const struct asc_table_entry *)member; in ascentrycomp()
908 const struct asc_table_entry **asc_entry) in fetchtableentries()
911 const struct asc_table_entry *asc_tables[2]; in fetchtableentries()
965 *asc_entry = (struct asc_table_entry *)found_entry; in fetchtableentries()
1059 const struct asc_table_entry *asc_entry; in aic_sense_desc()
1088 const struct asc_table_entry *asc_entry; in aic_sense_error_action()