Searched refs:table_entry (Results 1 – 2 of 2) sorted by relevance
863 const struct asc_table_entry *table_entry; in ascentrycomp() local867 table_entry = (const struct asc_table_entry *)member; in ascentrycomp()869 if (asc >= table_entry->asc) { in ascentrycomp()871 if (asc > table_entry->asc) in ascentrycomp()874 if (ascq <= table_entry->ascq) { in ascentrycomp()876 if (ascq == table_entry->ascq in ascentrycomp()877 || ((table_entry->action & SSQ_RANGE) != 0 in ascentrycomp()878 && ascq >= (table_entry - 1)->ascq)) in ascentrycomp()891 const struct sense_key_table_entry *table_entry; in senseentrycomp() local894 table_entry = (const struct sense_key_table_entry *)member; in senseentrycomp()[all …]
8285 struct table_entry { struct8292 static struct table_entry device_tab[] = argument8306 struct table_entry * p = device_tab;