Searched refs:first_agent_subtree (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dpagent.h63 struct _Subtree *first_agent_subtree; member in struct:_Agent
77 /* this function because the first_agent_subtree member */
H A Dsubtree.c126 new->next_agent_subtree = agent->first_agent_subtree;
127 agent->first_agent_subtree = new;
321 for(sp = agent->first_agent_subtree; sp; sp = sp->next_agent_subtree)
339 agent->first_agent_subtree = sp->next_agent_subtree;
H A Dpagent.c77 /* this function because the first_agent_subtree member */
113 if(ap->first_agent_subtree)
115 error("BUG: agent_free(): first_agent_subtree not NULL");
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dagent.h69 struct _Subtree *first_agent_subtree; member in struct:_Agent
84 /* this function because the first_agent_subtree member */
H A Dagent.c82 /* this function because the first_agent_subtree member */
127 if(ap->first_agent_subtree)
129 error("BUG: agent_free(): first_agent_subtree not NULL");
203 sp = agent->first_agent_subtree;
H A Dsubtree.c230 new->next_agent_subtree = agent->first_agent_subtree;
231 agent->first_agent_subtree = new;
457 for(sp = agent->first_agent_subtree; sp; sp = sp->next_agent_subtree)
475 agent->first_agent_subtree = sp->next_agent_subtree;
551 for(sp=agent->first_agent_subtree;sp;sp=sp->next_agent_subtree)
H A Dmib_handler.c585 entry->next_agent_subtree = entry->agent->first_agent_subtree;
586 entry->agent->first_agent_subtree = entry;
H A Dconfig.y1353 sp = static_agent->first_agent_subtree;

Completed in 69 milliseconds