Searched refs:agent (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/ldmad/
H A Dldmad.c32 * Each agent is registered as a domain service using the libds library,
35 * The control domain sends requests to an agent as messages on the
36 * corresponding domain service (identified by the agent name). All requests
38 * handler function of the agent depending on the type of the message.
67 #define LDMA_MODULE "ldm-agent-daemon"
78 ldma_agent_info_t *info; /* agent information */
102 * Lookup connexion in agent connexion table.
105 ldma_connexion_lookup(ldma_agent_t *agent, ds_hdl_t hdl) argument
110 ASSERT(MUTEX_HELD(&agent->conn_lock));
111 for (connp = agent
122 ldma_connexion_add(ldma_agent_t *agent, ds_hdl_t hdl, ds_domain_hdl_t dhdl, ds_ver_t *verp) argument
164 ldma_connexion_delete(ldma_agent_t *agent, ds_hdl_t hdl) argument
191 ldma_connexion_init(ldma_agent_t *agent) argument
249 ldma_agent_t *agent = (ldma_agent_t *)arg; local
276 ldma_agent_t *agent = (ldma_agent_t *)arg; local
296 ldma_agent_t *agent = (ldma_agent_t *)arg; local
438 ldma_agent_t *agent; local
[all...]
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Ddebug_subr.c29 #include <net-snmp/agent/net-snmp-agent-includes.h>
H A Dinit.c30 #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 DsunFM_impl.h38 #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 Dscheme.c36 #include <net-snmp/agent/net-snmp-agent-includes.h>
H A Dmodule.c31 #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 Dresource.c31 #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 Dproblem.c32 #include <net-snmp/agent/net-snmp-agent-includes.h>
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c30 * ofuv user MAD kernel agent module
1103 /* Returns an agent from its ID. */
1107 umad_agent_t *agent; local
1112 /* Look for the agent */
1114 agent = entry->ptr;
1116 if (agent_id == agent->agent_req.id)
1117 return (agent);
1123 /* Returns an agent from its MAD class. */
1127 umad_agent_t *agent; local
1132 /* Look for the agent */
1147 umad_register_agent(struct umad_agent_s *agent) argument
1304 umad_queue_mad_msg(struct umad_agent_s *agent, ibmf_msg_t *ibmf_msg) argument
1520 umad_agent_t *agent; local
1693 struct umad_agent_s *agent; local
1833 umad_agent_t *agent = umad_ctx->send_agent; local
1896 umad_agent_t *agent; local
2273 umad_agent_t *agent = entry->ptr; local
2312 umad_agent_t *agent = NULL; local
2381 umad_agent_t *agent; local
2631 struct umad_agent_s *agent; local
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cno_query.c94 cno_param->agent = cno_ptr->cno_wait_agent;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DMakefile30 OBJS = adopt.o agent.o async.o bound.o class_id.o defaults.o inform.o \
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_api.c107 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
/illumos-gate/usr/src/lib/efcode/gp2/
H A Dgp2.c163 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;
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dxmldocumenttree1.sh326 --user-agent='ksh93_xmldocumenttree' \
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h71 /* this agent belongs. */
125 struct umad_agent_s *send_agent; /* agent that sent the MAD */
172 static int umad_unregister(struct ib_user_mad_reg_req *agent,
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c263 * First we need to get a thread agent handle.
750 reset_libjvm(jvm_agent_t *agent) argument
753 if (agent)
754 j_agent_destroy(agent);
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Dudat.h131 /* 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 */
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c32 #include <net-snmp/agent/net-snmp-agent-includes.h>
504 * full agent doesn't normally log there. It would be confusing
505 * if this agent did so; therefore we disable logging entirely.
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_jalapeno_asm.s342 sll %o0, IDCR_PID_SHIFT, %g1 ! IDCR<18:14> = agent id
H A Dopl_olympus_asm.s525 sll %o0, IDCR_PID_SHIFT, %g1 ! IDCR<23:14> = agent id
H A Dus3_common_asm.s666 sll %o0, IDCR_PID_SHIFT, %g1 ! IDCR<18:14> = agent id
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh314 for the proxy agent along with a password. This proxy agent
2789 get_ans "Enter DN for proxy agent:" "$LDAP_PROXYAGENT"
4973 # Check if proxy agent already exists.
5062 # We need to remove proxy agent's read access to user passwords,
5076 Proxy agent is not allowed to read user passwords when shadow
5078 Please select the currently proxy agent being used, so that
5084 # generate the proxy agent list
5089 # print the proxy agent list
5093 _MENU_PROMPT="Select the proxy agent (
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c463 * Attempt to instantiate the librtld_db agent and set breakpoints
465 * the rtld_db agent if the target is statically linked.
782 * as the rtld agent.
2187 pt_agent_check(boolean_t *agent, const lwpstatus_t *psp) argument
2190 *agent = B_TRUE;
2219 mdb_warn("agent lwp detected; forcing "
2223 * If we have a libproc handle and we do not have an agent LWP,
2225 * an agent LWP, we leave the model as the raw LWP model to
2226 * allow the agent LWP to be visible to the debugger.)
5442 * and librtld_db agent s
[all...]

Completed in 230 milliseconds