Home
last modified time | relevance | path

Searched full:agents (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/sys/contrib/openzfs/cmd/zed/
H A DMakefile.am27 %D%/agents/fmd_api.c \
28 %D%/agents/fmd_api.h \
29 %D%/agents/fmd_serd.c \
30 %D%/agents/fmd_serd.h \
31 %D%/agents/zfs_agents.c \
32 %D%/agents/zfs_agents.h \
33 %D%/agents/zfs_diagnosis.c \
34 %D%/agents/zfs_mod.c \
35 %D%/agents/zfs_retire.c
46 dist_noinst_DATA += %D%/agents/README.md
/freebsd/usr.sbin/nscd/
H A Dagent.c82 memcpy(new_agents, at->agents, at->agents_num * sizeof(struct agent *)); in register_agent()
87 free(at->agents); in register_agent()
88 at->agents = new_agents; in register_agent()
103 res = bsearch(&model_p, at->agents, at->agents_num, in find_agent()
118 free(at->agents[i]->name); in destroy_agent_table()
119 free(at->agents[i]); in destroy_agent_table()
122 free(at->agents); in destroy_agent_table()
H A Dagent.h31 * Agents are used to perform the actual lookups from the caching daemon.
34 * All agents are stored in the agents table, which is the singleton.
60 struct agent **agents; member
H A DMakefile13 .PATH: ${.CURDIR}/agents
14 .include "${.CURDIR}/agents/Makefile.inc"
H A Dnscd.c47 #include "agents/passwd.h"
48 #include "agents/group.h"
49 #include "agents/services.h"
774 LOG_MSG_1("main", "request agents registered successfully"); in main()
868 /* agents table destruction */ in main()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md51 There are three FMD modules (aka agents) that are now built into ZED.
53 1. A _Diagnosis Engine_ module (`agents/zfs_diagnosis.c`)
54 2. A _Retire Agent_ module (`agents/zfs_retire.c`)
55 3. A _Disk Add Agent_ module (`agents/zfs_mod.c`)
H A Dzfs_agents.c417 zed_log_die("Failed to initialize agents"); in zfs_agent_init()
419 pthread_setname_np(g_agents_tid, "agents"); in zfs_agent_init()
/freebsd/share/man/man4/
H A Dsiba.456 (OCP) interface to communicate with agents attached to the Silicon
63 Initiator agents are present in cores that contain
H A Difmib.452 management agents.
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfsl,pci.txt5 all mezzanines to be PCI-X Agents, but one per system may still
/freebsd/contrib/dma/
H A DREADME.markdown5 office use. It accepts mails from locally installed Mail User Agents (MUA)
H A Ddma.853 It accepts mails from locally installed Mail User Agents (MUA) and
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c90 int agent_id1; /* SMI requires two agents */
375 !(p_bind = p_vend->agents[mad_agent])) { in umad_receiver()
845 if (p_vend->agents[i]) in osm_vendor_close_port()
972 p_vend->agents[p_bind->agent_id]) { in osm_vendor_bind()
982 p_vend->agents[p_bind->agent_id] = p_bind; in osm_vendor_bind()
1000 p_vend->agents[p_bind->agent_id1]) { in osm_vendor_bind()
1009 p_vend->agents[p_bind->agent_id1] = p_bind; in osm_vendor_bind()
/freebsd/contrib/libpcap/doc/
H A DREADME.sita40 work, but interfaces via a TCP session to remote agents that
/freebsd/share/doc/smm/18.net/
H A D2.t49 by the communicating agents.
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ibumad.h160 osm_bind_handle_t agents[OSM_UMAD_MAX_AGENTS]; member
/freebsd/usr.sbin/mailwrapper/
H A Dmailwrapper.857 affected most Mail User Agents
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dxlnx,zynqmp-ipi-mailbox.yaml11 messaging between two Xilinx Zynq UltraScale+ MPSoC IPI agents. Each IPI
H A Dxlnx,zynqmp-ipi-mailbox.txt5 messaging between two Xilinx Zynq UltraScale+ MPSoC IPI agents. Each IPI
/freebsd/contrib/bsnmp/
H A DNEWS105 Add a new field to struct snmp_node for snmp agents: tree_data.
/freebsd/sbin/dhclient/
H A Ddhcp-options.5520 home agents available to the client.
521 Agents should be listed in order of preference, although normally there
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/
H A Duncore-cache.json269 …"BriefDescription": "Conflict requests (requests for same address from multiple agents simultaneou…
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Duncore-cache.json269 …"BriefDescription": "Conflict requests (requests for same address from multiple agents simultaneou…
/freebsd/lib/libpmc/pmu-events/arch/x86/haswellx/
H A Duncore-cache.json269 …"BriefDescription": "Conflict requests (requests for same address from multiple agents simultaneou…
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,scmi.txt4 The SCMI is intended to allow agents such as OSPM to manage various functions

123