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

123

/freebsd-11-stable/usr.sbin/nscd/agents/
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-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_sa.h50 int fd, agent; member in struct:sa_handle
H A Dibdiag_sa.c72 handle->agent = umad_register(handle->fd, IB_SA_CLASS, 2, 1, NULL);
92 umad_unregister(h->fd, h->agent);
135 ret = umad_send(h->fd, h->agent, umad, len, ibd_timeout, 0);
H A Dibsysstat.c225 int fd, agent, timeout, len; local
247 agent = mad_rpc_class_agent(srcport, rpc.mgtclass);
250 if (umad_send(fd, agent, buf, len, timeout, 0) < 0)
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ibumad.h175 int agent; member in struct:_osm_vend_wrap
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dquery_smp.c77 int agent = 0; local
82 agent = engine->smi_agent;
84 agent = engine->smi_dir_agent;
96 if ((rc = umad_send(engine->umad_fd, agent, umad, IB_MAD_SIZE,
232 IBND_ERROR("Failed to register SMI agent on (%s:%d)\n",
239 IBND_ERROR("Failed to register SMI_DIRECT agent on (%s:%d)\n",
/freebsd-11-stable/targets/pseudo/userland/secure/
H A DMakefile.depend28 secure/usr.bin/ssh-agent \
/freebsd-11-stable/crypto/openssh/contrib/cygwin/
H A DMakefile44 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL.agent $(DESTDIR)$(sshdocdir)/PROTOCOL.agent
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dserv.c183 int agent; local
186 if ((agent = umad_recv(srcport->port_id, mad, &length,
/freebsd-11-stable/crypto/openssh/
H A DMakefile.in65 TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-pkcs11-helper$(EXEEXT) ssh-agent$(EXEEXT) scp$(EXEEXT) sftp-server$(EXEEXT) sftp$(EXEEXT)
115 MANPAGES = moduli.5.out scp.1.out ssh-add.1.out ssh-agent.1.out ssh-keygen.1.out ssh-keyscan.1.out ssh.1.out sshd.8.out sftp-server.8.out sftp.1.out ssh-keysign.8.out ssh-pkcs11-helper.8.out sshd_config.5.out ssh_config.5.out
116 MANPAGES_IN = moduli.5 scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-keysign.8 ssh-pkcs11-helper.8 sshd_config.5 ssh_config.5
175 ssh-agent$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-agent.o ssh-pkcs11-client.o
176 $(LD) -o $@ ssh-agent.o ssh-pkcs11-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
323 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-agent$(EXEEXT) $(DESTDIR)$(bindir)/ssh-agent$(EXEEXT)
334 $(INSTALL) -m 644 ssh-agent.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent
[all...]
H A Dsshconnect2.c251 int agent_fd; /* >=0 if agent supports key */
253 char *filename; /* comment for agent-only keys */
1021 /* the agent supports this key */
1127 * filename matches for non-PKCS#11/agent keys that
1146 id->agent_fd != -1 ? " from agent" : "");
1298 * 3. agent keys that are found in the config file
1299 * 4. other agent keys
1306 struct idlist agent, files, *preferred; local
1312 TAILQ_INIT(&agent); /* keys from the agent */
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.sh23 agent.mail.ru
H A Dwarmup.cmd29 agent.mail.ru
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c383 struct ib_mad_agent *agent = dev->send_agent[port_num - 1][qpn]; local
387 if (agent) {
388 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR,
985 static void send_handler(struct ib_mad_agent *agent, argument
995 struct ib_mad_agent *agent; local
1004 agent = ib_register_mad_agent(&dev->ib_dev, p + 1,
1008 if (IS_ERR(agent)) {
1009 ret = PTR_ERR(agent);
1012 dev->send_agent[p][q] = agent;
1031 struct ib_mad_agent *agent; local
[all...]
H A Dmlx4_ib_mcg.c232 struct ib_mad_agent *agent = dev->send_agent[ctx->port - 1][1]; local
236 /* Our agent might not yet be registered when mads start to arrive */
237 if (!agent)
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c1497 enum ecore_lldp_agent agent,
1503 switch (agent) {
1514 DP_ERR(p_hwfn, "Invalid agent type %d\n", agent);
1571 switch (p_params->agent) {
1582 DP_ERR(p_hwfn, "Invalid agent type %d\n", p_params->agent);
1627 switch (p_params->agent) {
1638 DP_ERR(p_hwfn, "Invalid agent type %d\n", p_params->agent);
1495 ecore_lldp_register_tlv(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, enum ecore_lldp_agent agent, u8 tlv_type) argument
[all...]
H A Dqlnx_ioctl.c797 lldp_params.agent = ECORE_LLDP_NEAREST_BRIDGE;
/freebsd-11-stable/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-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec205 %attr(0755,root,root) %{_bindir}/ssh-agent
218 %attr(0644,root,root) %doc %{_mandir}/man1/ssh-agent.1*
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-sflow.c46 * | Sub agent ID |
60 uint8_t agent[4]; member in struct:sflow_datagram_t
904 ND_PRINT((ndo, "sFlowv%u, %s agent %s, agent-id %u, length %u",
907 ipaddr_string(ndo, sflow_datagram->agent),
915 ND_PRINT((ndo, "sFlowv%u, %s agent %s, agent-id %u, seqnum %u, uptime %u, samples %u, length %u",
918 ipaddr_string(ndo, sflow_datagram->agent),
/freebsd-11-stable/usr.sbin/nscd/
H A Dmp_rs_query.c168 struct agent *lookup_agent;
/freebsd-11-stable/crypto/openssh/regress/
H A Dtest-exec.sh71 SSHAGENT=ssh-agent
184 SSHAGENT="$VG --log-file=${VG_LOG}ssh-agent.%p $SSHAGENT"
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_mad.h390 * @mad_agent: MAD agent that allocated the buffer.
476 * @mad_agent: MAD agent that sent the MAD.
484 * @mad_agent: MAD agent that snooped the MAD.
498 * @mad_agent: MAD agent requesting the received MAD.
526 * @rmpp_version: If set, indicates the RMPP version used by this agent.
630 * @registration_flags: Registration flags to set for this agent
845 * ib_mad_kernel_rmpp_agent - Returns if the agent is performing RMPP.
846 * @agent: the agent in question
847 * @return: true if agent i
[all...]
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec362 %attr(2755,root,nobody) %{_bindir}/ssh-agent
366 %attr(0644,root,root) %{_mandir}/man1/ssh-agent.1*
418 - Install ssh-agent setgid nobody to prevent ptrace() key theft attacks

Completed in 412 milliseconds

123