| /onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/ |
| H A D | agent.c | 52 Agent *first_agent = NULL; 59 Agent *ap; in trace_agents() 87 Agent *ap = first_agent; in agent_list_delete() 88 Agent *next; in agent_list_delete() 120 void agent_free(Agent *ap) in agent_free() 147 Agent *agent_find_by_id(int id) in agent_find_by_id() 149 Agent *ap; in agent_find_by_id() 164 Agent *agent_find_by_name(char* name) in agent_find_by_name() 166 Agent *ap; in agent_find_by_name() 183 Agent *agent_find(Address *address) in agent_find() [all …]
|
| H A D | agent.h | 71 } Agent; typedef 76 extern Agent *first_agent; 79 extern Agent *agent_find(Address *address); 80 extern Agent *agent_find_by_name(char* name); 81 extern Agent *agent_find_by_id(int id); 88 extern void agent_update_subtree(Agent* agent); 90 extern void agent_detach_from_list(Agent* agent); 92 extern void agent_destroy(Agent* agent); 95 extern void agent_free(Agent *ap);
|
| H A D | sh_table.h | 67 Agent *agent; 76 extern void delete_all_tables_for_agent(Agent *agent); 80 extern int activate_table_for_agent(Agent* agent); 87 extern void delete_all_table_from_agent(Agent *agent);
|
| H A D | res.h | 52 Agent* agent; 62 extern SapResource *resource_find_by_agent(Agent* agent); 70 extern int ssa_subagent_is_alive(Agent *agent); 72 extern void delete_agent_from_resource_list(Agent *agent);
|
| H A D | subtree.h | 83 int subtree_add(Agent *agent, Subid *subids, int len, TblTag *tbl_tag); 104 void delete_all_subtree_from_agent(Agent* agent); 108 int sync_subtrees_with_agent(Agent *agent);
|
| H A D | mib_handler.c | 226 int sync_agent_acl (Agent * agent) in sync_agent_acl() 296 Agent *entry = (Agent*) t; in add_entry_Agent() 297 Agent *last = NULL; in add_entry_Agent() 314 Agent *entry = (Agent*) t; in index_agent() 328 Agent *entry = (Agent*) t; in modify_entry_Agent() 420 Agent *tmp=(Agent *)t; in free_Agent() 428 if(t = (char*)calloc(1,sizeof(Agent))){ in alloc_Agent() 429 ((Agent*)t)->agentStatus = SSA_OPER_STATUS_INIT; in alloc_Agent() 439 if(t = (char*)calloc(1,sizeof(Agent))){ in clone_Agent() 440 memcpy(t,orig,sizeof(Agent)); in clone_Agent() [all …]
|
| H A D | session.c | 120 static int community_check(Address * address, Agent* agent, int pdu_type, char * community); 141 static int request_add_visited_agent(Request *request, Agent *agent); 143 static int is_in_agent_list(Agent_List *agent_list, Agent *agent); 197 Agent *agent = NULL; in trace_request() 261 Agent *agent, *prev_agent=NULL; in three_phase_protocol_in_action() 405 int local_agent(Agent *agent) in local_agent() 412 Agent* agent; in local_request() 1227 Agent *agent; in session_send_loopback_request() 1296 Agent *agent; in session_send_request() 1517 Agent *agent; in session_process_response() [all …]
|
| H A D | subtree.c | 161 int subtree_add(Agent *agent, Subid *subids, int len, TblTag *tbl_tag) in subtree_add() 410 void delete_all_subtree_from_agent(Agent* agent) in delete_all_subtree_from_agent() 449 Agent *agent = subtree->agent; in subtree_remove_from_agent_list() 547 int sync_subtrees_with_agent(Agent *agent) in sync_subtrees_with_agent()
|
| H A D | res.c | 190 SapResource *resource_find_by_agent(Agent* agent) in resource_find_by_agent() 503 static Agent* prev_agent = NULL; in resource_handling() 610 int ssa_subagent_is_alive(Agent *agent) in ssa_subagent_is_alive() 845 void delete_agent_from_resource_list(Agent *agent) in delete_agent_from_resource_list() 868 int watch_dog_time_is_up(Agent *agent,int elapse_time) in watch_dog_time_is_up() 955 Agent *ag; in kill_all_pid_rec_list() 974 Agent *ag; in kill_part_pid_rec_list()
|
| H A D | sh_table.c | 147 void delete_all_tables_for_agent(Agent *agent) in delete_all_tables_for_agent() 505 int activate_table_for_agent(Agent* agent) in activate_table_for_agent() 519 int deactivate_table_for_agent(Agent* agent) in deactivate_table_for_agent() 533 void delete_all_table_from_agent(Agent *agent) in delete_all_table_from_agent()
|
| H A D | config.y | 236 static Agent *static_agent = NULL; 1215 static_agent = malloc(sizeof(Agent)); 1221 memset(static_agent, 0, sizeof(Agent)); 2580 Agent *agent; in read_acl() 2619 Agent *agent; in read_agent_acl() 2653 int read_agent_files (Agent * ap) in read_agent_files()
|
| H A D | dispatcher.c | 173 Agent *ap = agent_find_by_name(relay_agent_name); in init_relay_agent()
|
| /onnv-gate/usr/src/cmd/agents/snmp/agent/ |
| H A D | pagent.c | 47 Agent *first_agent = NULL; 52 static void agent_free(Agent *ap); 59 Agent *ap; in trace_agents() 82 Agent *ap = first_agent; in agent_list_delete() 83 Agent *next; in agent_list_delete() 106 static void agent_free(Agent *ap) in agent_free() 129 Agent *agent_find(Address *address) in agent_find() 131 Agent *ap; in agent_find()
|
| H A D | pagent.h | 67 } Agent; typedef 71 extern Agent *first_agent; 74 extern Agent *agent_find(Address *address);
|
| H A D | table.h | 42 Agent *agent;
|
| H A D | subtree.h | 46 extern int subtree_add(Agent *agent, Subid *subids, int len);
|
| H A D | reg_subtree.h | 36 extern int SSARegSubagent(Agent *agent);
|
| H A D | subtree.c | 60 int subtree_add(Agent *agent, Subid *subids, int len) in subtree_add() 315 Agent *agent = subtree->agent; in subtree_remove_from_agent_list()
|
| H A D | personal.y | 214 extern int SSARegSubagent(Agent *); 222 static Agent *static_agent = NULL; 735 static_agent = malloc(sizeof(Agent)); 741 (void)memset(static_agent, 0, sizeof(Agent));
|
| /onnv-gate/usr/src/cmd/agents/snmp/mib/ |
| H A D | snmpdx.mib | 31 -- MIB for the SNMP Master Agent included with Solstice Enterprise Agents 61 The purpose of this file is for Master Agent recovery in 62 case the Master Agent dies or is killed. When the Master 63 Agent restarts, the entries in this file will indicate 73 "This file is exclusively used by the Master Agent. 74 When the Master Agent comes up, it reads this file. 76 that can be managed by the Master Agent. Each entry 81 register with the Master Agent when it comes up." 90 files for the Master Agent." 119 the Master Agent will perform activities other than [all …]
|
| /onnv-gate/usr/src/pkg/manifests/ |
| H A D | driver-network-ibdma.mf | 33 set name=pkg.description value="Sun InfiniBand Device Management Agent" 34 set name=pkg.summary value="Sun InfiniBand Device Management Agent" 43 legacy pkg=SUNWibdmar desc="Sun InfiniBand Device Management Agent (Root)" \ 44 name="Sun InfiniBand Device Management Agent (Root)"
|
| /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
| H A D | KMS_Agent.nsmap | 34 {"KMS-Agent", "http://www.sun.com/KMS/KMS-Agent"},
|
| /onnv-gate/usr/src/uts/common/fs/sockfs/ |
| H A D | nl7ctokreq.txt | 37 Qhdr_User_Agent, "User-Agent: ", PASS | QUALIFIER
|
| /onnv-gate/usr/src/lib/libsecdb/ |
| H A D | auth_attr.txt | 154 solaris.smf.manage.smtp-notify:::Manage Email Event Notification Agent:: 155 solaris.smf.manage.snmp-notify:::Manage SNMP Event Notification Agent:: 181 solaris.smf.value.smtp-notify:::Change values of Email Event Notification Agent properties:: 182 solaris.smf.value.snmp-notify:::Change values of SNMP Event Notification Agent properties::
|
| /onnv-gate/usr/src/lib/libshell/common/scripts/ |
| H A D | rssread.sh | 251 request+="User-Agent: ${_.user_agent}\r\n"
|