table_entry
typedef struct table_entry TABLE_ENTRY;
const struct cam_status_entry *table_entry;
table_entry = (const struct cam_status_entry *)member;
return (status - table_entry->status_code);
const struct asc_table_entry *table_entry;
table_entry = (const struct asc_table_entry *)member;
if (asc >= table_entry->asc) {
if (asc > table_entry->asc)
if (ascq <= table_entry->ascq) {
if (ascq == table_entry->ascq
|| ((table_entry->action & SSQ_RANGE) != 0
&& ascq >= (table_entry - 1)->ascq))
const struct sense_key_table_entry *table_entry;
table_entry = (const struct sense_key_table_entry *)member;
if (sense_key >= table_entry->sense_key) {
if (sense_key == table_entry->sense_key)
scsi_inquiry_match(caddr_t inqbuffer, caddr_t table_entry)
entry = (struct scsi_inquiry_pattern *)table_entry;
scsi_static_inquiry_match(caddr_t inqbuffer, caddr_t table_entry)
entry = (struct scsi_static_inquiry_pattern *)table_entry;
int scsi_inquiry_match(caddr_t inqbuffer, caddr_t table_entry);
caddr_t table_entry);
u_int8_t *table_entry;
table_entry = &tinfo_sync_period[i];
if (*period <= *table_entry) {
*period = *table_entry;
struct table_entry *ent;
ent = (struct table_entry *)rnh->rnh_deladdr(&sa, &mask, rnh);