Searched refs:table_entry (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/preproc/tbl/
H A Dtable.h81 class table_entry;
96 table_entry *entry_list;
97 table_entry **entry_list_tailp;
98 table_entry ***entry;
H A Dtable.cpp141 class table_entry { class
143 table_entry *next;
154 table_entry(const entry_modifier *);
155 virtual ~table_entry();
169 class simple_entry : public table_entry {
291 class block_entry : public table_entry {
330 table_entry::table_entry(const entry_modifier *m) function in class:table_entry
336 table_entry::~table_entry()
[all...]
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_table.c74 struct table_entry { struct
143 struct table_entry *ent;
295 struct table_entry *ent;
385 ent = (struct table_entry *)rnh->rnh_deladdr(sa_ptr, mask_ptr, rnh);
399 struct table_entry *ent;
401 ent = (struct table_entry *)
538 struct table_entry *ent;
547 ent = (struct table_entry *)(rnh->rnh_matchaddr(&sa, rnh));
621 struct table_entry * const n = (struct table_entry *)r
[all...]
/freebsd-10.1-release/sbin/camcontrol/
H A Dpersist.c523 int table_entry = 0; local
545 &table_entry,SCSI_NV_FLAG_IG_CASE);
547 action = table[table_entry].value;
578 int table_entry = 0; local
602 &table_entry,SCSI_NV_FLAG_IG_CASE);
604 scope = scope_table[table_entry].value;
622 int table_entry = 0; local
643 optarg, &table_entry,
646 res_type = rtype_table[table_entry].value;
/freebsd-10.1-release/libexec/talkd/
H A Dtable.c65 typedef struct table_entry TABLE_ENTRY;
67 struct table_entry { struct
/freebsd-10.1-release/sys/cam/ata/
H A Data_all.h143 int ata_identify_match(caddr_t identbuffer, caddr_t table_entry);
144 int ata_static_identify_match(caddr_t identbuffer, caddr_t table_entry);
H A Data_all.c720 ata_identify_match(caddr_t identbuffer, caddr_t table_entry) argument
725 entry = (struct scsi_inquiry_pattern *)table_entry;
738 ata_static_identify_match(caddr_t identbuffer, caddr_t table_entry) argument
743 entry = (struct scsi_static_inquiry_pattern *)table_entry;
/freebsd-10.1-release/sys/cam/
H A Dcam.c219 const struct cam_status_entry *table_entry; local
222 table_entry = (const struct cam_status_entry *)member;
224 return (status - table_entry->status_code);
/freebsd-10.1-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp65 union table_entry { union
77 table_entry *hash_table;
671 hash_table = new table_entry[hash_table_size];
708 table_entry *pp = hash_table + h;
747 if (sizeof(table_entry) == sizeof(int))
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_all.c3043 const struct asc_table_entry *table_entry; local
3047 table_entry = (const struct asc_table_entry *)member;
3049 if (asc >= table_entry->asc) {
3051 if (asc > table_entry->asc)
3054 if (ascq <= table_entry->ascq) {
3056 if (ascq == table_entry->ascq
3057 || ((table_entry->action & SSQ_RANGE) != 0
3058 && ascq >= (table_entry - 1)->ascq))
3071 const struct sense_key_table_entry *table_entry; local
3074 table_entry
5675 scsi_get_nv(struct scsi_nv *table, int num_table_entries, char *name, int *table_entry, scsi_nv_flags flags) argument
6350 int retval, num_proto_entries, table_entry; local
7465 scsi_inquiry_match(caddr_t inqbuffer, caddr_t table_entry) argument
7492 scsi_static_inquiry_match(caddr_t inqbuffer, caddr_t table_entry) argument
[all...]
H A Dscsi_all.h3232 char *name, int *table_entry, scsi_nv_flags flags);
3491 int scsi_inquiry_match(caddr_t inqbuffer, caddr_t table_entry);
3493 caddr_t table_entry);
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c56 symbolS * table_entry; member in struct:__anon320
3039 unwind.table_entry = NULL;
3057 if (unwind.table_entry)
3075 if (unwind.table_entry == NULL)
3115 fix_new (frag_now, where + 4, 4, unwind.table_entry, 0, 1,
17429 unwind.table_entry = expr_build_dot ();

Completed in 132 milliseconds