Searched refs:mirror_tag (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsubtree.h69 struct _MirrorTag *mirror_tag; member in struct:_Subtree
H A Dsh_table.c575 subtree->mirror_tag = (struct _MirrorTag *)calloc(1,sizeof(struct _MirrorTag));
576 if(subtree->mirror_tag!=NULL) subtree->mirror_tag->table = table;
H A Dmib_handler.c606 if(entry->mirror_tag==NULL)
615 if(entry->mirror_tag!=NULL){
616 if(entry->mirror_tag->table){
617 table_detach(entry->mirror_tag->table);
618 table_free(entry->mirror_tag->table);
629 if(entry->mirror_tag!=NULL && entry->mirror_tag->table!=NULL)
630 entry->mirror_tag->table->regTblStatus = num;
H A Dsubtree.c485 if(subtree->mirror_tag!=NULL){
487 table = subtree->mirror_tag->table;

Completed in 63 milliseconds