Home
last modified time | relevance | path

Searched refs:agent_id (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c639 int agent_id; in ib_umad_reg_agent() local
665 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) in ib_umad_reg_agent()
666 if (!__get_agent(file, agent_id)) in ib_umad_reg_agent()
705 if (put_user(agent_id, in ib_umad_reg_agent()
722 file->agent[agent_id] = agent; in ib_umad_reg_agent()
741 int agent_id; in ib_umad_reg_agent2() local
782 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) in ib_umad_reg_agent2()
783 if (!__get_agent(file, agent_id)) in ib_umad_reg_agent2()
823 if (put_user(agent_id, in ib_umad_reg_agent2()
835 file->agent[agent_id] = agent; in ib_umad_reg_agent2()
/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dcore.h32 spdxtool_core_creation_info_new(pkgconf_client_t *client, const char *agent_id, const char *id, con…
41 …_new(pkgconf_client_t *client, const char *spdx_id, const char *creation_id, const char *agent_id);
H A Dcore.c143 spdxtool_core_creation_info_new(pkgconf_client_t *client, const char *agent_id, const char *id, con… in spdxtool_core_creation_info_new() argument
145 if (!client || !agent_id || !id) in spdxtool_core_creation_info_new()
156 creation->created_by = strdup(agent_id); in spdxtool_core_creation_info_new()
265 …t_new(pkgconf_client_t *client, const char *spdx_id, const char *creation_id, const char *agent_id) in spdxtool_core_spdx_document_new() argument
267 if (!client || !spdx_id || !creation_id || !agent_id) in spdxtool_core_spdx_document_new()
276 spdx->agent = strdup(agent_id); in spdxtool_core_spdx_document_new()
/freebsd/contrib/ofed/libibumad/
H A Dumad.c814 mad->agent_id = agentid; in umad_send()
871 DEBUG("mad received by agent %d length %d", mad->agent_id, n); in umad_recv()
876 return mad->agent_id; in umad_recv()
980 int umad_register2(int port_fd, struct umad_reg_attr *attr, uint32_t *agent_id) in umad_register2() argument
985 if (!attr || !agent_id) in umad_register2()
1017 *agent_id = req.id; in umad_register2()
1046 *agent_id = req_v1.id; in umad_register2()
1115 mad->agent_id, mad->status, mad->timeout_ms); in umad_dump()
H A Dumad.h99 uint32_t agent_id; member
240 uint32_t *agent_id);
/freebsd/contrib/tcpdump/
H A Dprint-sflow.c60 nd_uint32_t agent_id; member
70 nd_uint32_t agent_id; member
857 ip_version == 1 ? GET_BE_U_4(sflow_datagram->agent_id) : in sflow_print()
858 GET_BE_U_4(sflow_v6_datagram->agent_id), in sflow_print()
870 GET_BE_U_4(sflow_datagram->agent_id), in sflow_print()
886 GET_BE_U_4(sflow_v6_datagram->agent_id), in sflow_print()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c89 int agent_id; member
959 if ((p_bind->agent_id = umad_register(p_vend->umad_port_id, in osm_vendor_bind()
971 if (p_bind->agent_id >= OSM_UMAD_MAX_AGENTS || in osm_vendor_bind()
972 p_vend->agents[p_bind->agent_id]) { in osm_vendor_bind()
975 p_bind->agent_id, p_user_bind->mad_class, in osm_vendor_bind()
982 p_vend->agents[p_bind->agent_id] = p_bind; in osm_vendor_bind()
1194 if ((ret = umad_send(p_bind->port_id, p_bind->agent_id, p_vw->umad,