Lines Matching refs:table_entry
863 const struct asc_table_entry *table_entry; in ascentrycomp() local
867 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() local
894 table_entry = (const struct sense_key_table_entry *)member; in senseentrycomp()
896 if (sense_key >= table_entry->sense_key) { in senseentrycomp()
897 if (sense_key == table_entry->sense_key) in senseentrycomp()
1170 aic_inquiry_match(caddr_t inqbuffer, caddr_t table_entry) in aic_inquiry_match() argument
1175 entry = (struct scsi_inquiry_pattern *)table_entry; in aic_inquiry_match()