Searched refs:agent (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-9.3-release/usr.sbin/nscd/agents/
H A Dgroup.c222 struct agent *
238 return ((struct agent *)retval);
241 struct agent *
259 return ((struct agent *)retval);
H A Dpasswd.c230 struct agent *
246 return ((struct agent *)retval);
249 struct agent *
267 return ((struct agent *)retval);
H A Dservices.c243 struct agent *
259 return ((struct agent *)retval);
262 struct agent *
280 return ((struct agent *)retval);
/freebsd-9.3-release/contrib/ofed/management/libibmad/src/
H A Dserv.c159 int agent; local
162 if ((agent = umad_recv(madrpc_portid(), mad,
H A Drpc.c364 int agent; local
369 (agent = mad_register_port_client(port_id, mgmt,
378 p->class_agents[mgmt] = agent;
/freebsd-9.3-release/crypto/openssh/contrib/cygwin/
H A DMakefile44 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL.agent $(DESTDIR)$(sshdocdir)/PROTOCOL.agent
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dlocal_sa.c113 struct ib_mad_agent *agent; member in struct:sa_db_port
435 msg = ib_create_send_mad(port->agent, 1, 0, 0, IB_MGMT_SA_HDR,
445 msg->ah = ib_create_ah(port->agent->qp->pd, &ah_attr);
716 ib_cancel_mad(port->agent, port->msg);
1102 static void send_handler(struct ib_mad_agent *agent, argument
1158 port->agent = ib_register_mad_agent(dev->device, port_num, IB_QPT_GSI,
1161 if (IS_ERR(port->agent))
1162 ret = PTR_ERR(port->agent);
1173 ib_unregister_mad_agent(port->agent);
/freebsd-9.3-release/crypto/openssh/
H A Dsshconnect2.c261 AuthenticationConnection *ac; /* set if agent supports key */
263 char *filename; /* comment for agent-only keys */
280 AuthenticationConnection *agent; member in struct:Authctxt
997 /* the agent supports this key */
1178 * 1. agent keys that are found in the config file
1179 * 2. other agent keys
1186 Idlist agent, files, *preferred; local
1192 TAILQ_INIT(&agent); /* keys from the agent */
1234 /* list of keys supported by the agent */
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-sflow.c53 * | Sub agent ID |
67 u_int8_t agent[4]; member in struct:sflow_datagram_t
839 printf("sFlowv%u, %s agent %s, agent-id %u, length %u",
842 ipaddr_string(sflow_datagram->agent),
850 printf("sFlowv%u, %s agent %s, agent-id %u, seqnum %u, uptime %u, samples %u, length %u",
853 ipaddr_string(sflow_datagram->agent),
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dax-gdb.c1 /* GDB-specific functions for operating on agent expressions.
62 struct agent_expr * --- agent expression buffer to generate code into
302 an arbitrary agent expression and inserts `trace' operations at the
1436 error ("Right operand of `@' must be a constant, in agent expressions.");
1619 error ("GDB agent expressions cannot use convenience variables.");
1735 /* Given a GDB expression EXPR, produce a string of agent bytecode
1736 which computes its value. Return the agent expression, and set
1751 /* We have successfully built the agent expr, so cancel the cleanup
1761 string of agent bytecode which will leave its address and size on
1762 the top of stack. Return the agent expressio
1810 struct agent_expr *agent; local
[all...]
/freebsd-9.3-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec209 %attr(0755,root,root) %{_bindir}/ssh-agent
223 %attr(0644,root,root) %doc %{_mandir}/man1/ssh-agent.1*
/freebsd-9.3-release/crypto/openssh/regress/
H A Dtest-exec.sh71 SSHAGENT=ssh-agent
/freebsd-9.3-release/usr.sbin/nscd/
H A Dmp_rs_query.c168 struct agent *lookup_agent;
H A Dquery.c666 struct agent *lookup_agent;
/freebsd-9.3-release/etc/
H A Dservices331 cmip-agent 164/tcp #CMIP/TCP Agent
332 smip-agent 164/udp #CMIP/TCP Agent
732 mobileip-agent 434/tcp
733 mobileip-agent 434/udp
1047 ftp-agent 574/tcp #FTP Software Agent System
1048 ftp-agent 574/udp #FTP Software Agent System
/freebsd-9.3-release/contrib/ofed/management/libibmad/include/infiniband/
H A Dmad.h700 int mad_agent_class(int agent);
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec366 %attr(2755,root,nobody) %{_bindir}/ssh-agent
370 %attr(0644,root,root) %{_mandir}/man1/ssh-agent.1*
422 - Install ssh-agent setgid nobody to prevent ptrace() key theft attacks
/freebsd-9.3-release/crypto/openssh/contrib/caldera/
H A Dopenssh.spec316 %attr(2755,root,nobody) %{_bindir}/ssh-agent
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure1817 --with-ntpsnmpd s Build ntpsnmpd MIB agent?
35593 SNMP_LIBS=`$PATH_NET_SNMP_CONFIG --agent-libs`
[all...]

Completed in 320 milliseconds

12