Searched refs:tmp_table (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsh_table.c563 Table *table, *tmp_table, *last_table; local
585 for(tmp_table=first_table;tmp_table;tmp_table=tmp_table->next_table){
586 if(tmp_table->regTblAgentID > table->regTblAgentID ||
587 (tmp_table->regTblAgentID==table->regTblAgentID &&
588 tmp_table->regTblIndex > table->regTblIndex))
590 last_table = tmp_table;
H A Dconfig.y243 Table *tmp_table;
1434 for(tmp_table=first_table;tmp_table;
1435 tmp_table=tmp_table->next_table)
1436 last_table = tmp_table;
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip6_asp.c285 ip6_asp_t *tmp_table; local
355 if ((tmp_table = kmem_alloc(count * sizeof (ip6_asp_t), KM_NOSLEEP)) ==
380 kmem_free(tmp_table, count * sizeof (ip6_asp_t));
396 ip6_asp_copy(dst, tmp_table, count);
400 ip6_asp_copy(new_table, tmp_table, count);
403 if (!IN6_IS_ADDR_UNSPECIFIED(&tmp_table[count - 1].ip6_asp_prefix) ||
404 !IN6_IS_ADDR_UNSPECIFIED(&tmp_table[count - 1].ip6_asp_mask)) {
406 kmem_free(tmp_table, count * sizeof (ip6_asp_t));
414 ipst->ips_ip6_asp_table = tmp_table;

Completed in 55 milliseconds