Searched refs:first_table (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsh_table.c31 Table *first_table=NULL; variable
43 for(tp = first_table; tp; tp = tp->next_table)
75 for(tp = first_table; tp; tp = tp->next_table)
107 while(first_table)
109 next = first_table->next_table;
110 table_free(first_table);
111 first_table = next;
114 first_table = NULL;
149 Table *tp = first_table;
157 first_table
[all...]
H A Dsh_table.h82 extern Table *first_table;
H A Dconfig.y1431 if(first_table==NULL){
1432 first_table =static_table;
1434 for(tmp_table=first_table;tmp_table;
H A Dmib_handler.c728 return((char*)first_table);
765 for(sp = first_table; sp; sp = sp->next_table)
781 entry->next_table = first_table;
782 first_table = entry;
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dpersonal.y163 /* first_table is the begining of the list */
166 static Table *first_table = NULL;
967 first_table = static_table;
1737 while(first_table)
1739 next = first_table->next_table;
1740 table_free(first_table);
1741 first_table = next;
1744 first_table = NULL;

Completed in 114 milliseconds