Searched refs:agent (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | debug_subr.c | 28 #include <net-snmp/agent/net-snmp-agent-includes.h>
|
H A D | init.c | 30 #include <net-snmp/agent/net-snmp-agent-includes.h> 45 * This is our entry point for initialization by the agent, which 47 * by the agent API. 70 ": table %s initialization failed: agent "
|
H A D | sunFM_impl.h | 38 #include <net-snmp/agent/net-snmp-agent-includes.h> 66 * The definition of netsnmp_table_helper_add_index in <net-snmp/agent/table.h>
|
H A D | module.c | 31 #include <net-snmp/agent/net-snmp-agent-includes.h> 66 * called in the master agent thread; holding the table lock is 74 * data collection from bottlenecking the entire agent, not to improve 76 * requiring high throughput anyway). If the agent itself ever becomes 460 * These should be as fast as possible; they run in the agent thread.
|
H A D | resource.c | 31 #include <net-snmp/agent/net-snmp-agent-includes.h> 473 * These should be as fast as possible; they run in the agent thread.
|
H A D | problem.c | 31 #include <net-snmp/agent/net-snmp-agent-includes.h>
|
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_cno_query.c | 94 cno_param->agent = cno_ptr->cno_wait_agent;
|
/osnet-11/usr/src/lib/udapl/libdat/common/ |
H A D | udat_api.c | 107 IN DAT_OS_WAIT_PROXY_AGENT agent, 114 agent, 121 IN DAT_OS_WAIT_PROXY_AGENT agent) 127 agent); 105 dat_cno_create( IN DAT_IA_HANDLE ia_handle, IN DAT_OS_WAIT_PROXY_AGENT agent, OUT DAT_CNO_HANDLE *cno_handle) argument 119 dat_cno_modify_agent( IN DAT_CNO_HANDLE cno_handle, IN DAT_OS_WAIT_PROXY_AGENT agent) argument
|
/osnet-11/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 163 hi = (hi & 0x00000001); /* get high order agent id bit */ 164 id = (hi << 9) | (lo >> 23); /* build extended agent id */ 181 int agent, offset; local 186 if (sscanf(buf, "%x,%x", &agent, &offset) != 2) { 187 if (sscanf(buf, "%x", &agent) != 1) { 192 lo = offset | (agent << 23); 193 hi = (agent >> 9) | 0x400;
|
/osnet-11/usr/src/lib/udapl/libdat/include/dat/ |
H A D | udat.h | 131 /* Format for OS wait proxy agent function */ 145 /* Define NULL Proxy agent */ 218 DAT_OS_WAIT_PROXY_AGENT agent; member in struct:dat_cno_param 351 IN DAT_OS_WAIT_PROXY_AGENT, /* agent */ 356 IN DAT_OS_WAIT_PROXY_AGENT); /* agent */
|
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 315 for the proxy agent along with a password. This proxy agent 2812 get_ans "Enter DN for proxy agent:" "$LDAP_PROXYAGENT" 4996 # Check if proxy agent already exists. 5085 # We need to remove proxy agent's read access to user passwords, 5099 Proxy agent is not allowed to read user passwords when shadow 5101 Please select the currently proxy agent being used, so that 5107 # generate the proxy agent list 5112 # print the proxy agent list 5116 _MENU_PROMPT="Select the proxy agent ( [all...] |
Completed in 67 milliseconds