Lines Matching refs:info
75 if (((table[x].key == key) && (table[x].info == 1)) ||
76 (table[x].info == 0)) {
78 table[x].info = 1;
85 table[x].next->info = 1;
90 if (((p->key == key) && (p->info == 1)) ||
91 (p->info == 0)) {
93 p->info = 1;
95 if (taid->info.dontcareonly == B_TRUE) {
96 taid->info.dontcareonly = B_FALSE;
106 p->info = 1;
113 if (taid->info.dontcareonly == B_TRUE) {
114 taid->info.dontcareonly = B_FALSE;
132 if ((table[x].key == key) && (table[x].info == 1)) {
137 if ((p->key == key) && (p->info == 1)) {
167 if ((num_found = ipgpc_mark_found(taid->info.mask,
187 taid->info.dontcareonly = B_TRUE;
213 if ((table[x].key == key) && (table[x].info == 1)) {
224 table[x].info = table[x].next->info;
230 table[x].info = 0; /* mark entry as empty */
237 if ((p->next->key == key) && (p->next->info == 1)) {