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

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsh_table.c214 TblTag *tbl_tag=NULL; local
253 TblTag *tbl_tag=NULL; local
278 if(sp != NULL && sp->tbl_tag != NULL)
280 if(sp->tbl_tag->entry_index > tp->first_index_subid)
285 tbl_tag = (TblTag*)calloc(1,sizeof(TblTag));
286 if(tbl_tag != NULL){
287 tbl_tag->entry_index = tp->first_index_subid;
288 tbl_tag->type = TBL_TAG_TYPE_COL;
289 tbl_tag->table = tp;
291 if(subtree_add(tp->agent, dst_subids, dst_len,tbl_tag)
385 TblTag *tbl_tag=NULL; local
427 TblTag *tbl_tag=NULL; local
[all...]
H A Dsubtree.h68 struct _TblTag *tbl_tag; member in struct:_Subtree
83 int subtree_add(Agent *agent, Subid *subids, int len, TblTag *tbl_tag);
H A Dsubtree.c161 int subtree_add(Agent *agent, Subid *subids, int len, TblTag *tbl_tag) argument
197 new->tbl_tag = tbl_tag;
372 if(sp->tbl_tag){
373 free(sp->tbl_tag);
374 sp->tbl_tag=NULL;
H A Dconfig.y2341 TblTag *tbl_tag=NULL;
2365 tbl_tag = (TblTag*)malloc(sizeof(TblTag));
2366 if(tbl_tag != NULL){
2367 tbl_tag->entry_index = tp->first_index_subid;
2368 tbl_tag->type = TBL_TAG_TYPE_LEAF;
2369 tbl_tag->table = tp;
2389 if(pass == TABLE_TO_OID_GO &&subtree_add(tp->agent, static_subids, static_len,tbl_tag) == -1)
2398 if(tbl_tag)
2399 free(tbl_tag);
2400 tbl_tag
[all...]
H A Dmib_handler.c595 if(entry->tbl_tag !=NULL &&
596 entry->tbl_tag->table != NULL)
643 if(entry->tbl_tag !=NULL &&
644 entry->tbl_tag->table != NULL)

Completed in 153 milliseconds