Searched defs:agent (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/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;
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/ldmad/ |
H A D | ldmad.c | 32 * 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/cmd/ptools/pstack/ |
H A D | pstack.c | 263 * 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 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 */
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/ |
H A D | sol_umad.c | 30 * 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/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 463 * 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 104 milliseconds