/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | Makefile.am | 27 %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 D | agent.c | 82 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 D | agent.h | 31 * 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 D | Makefile | 13 .PATH: ${.CURDIR}/agents 14 .include "${.CURDIR}/agents/Makefile.inc"
|
H A D | nscd.c | 47 #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 D | README.md | 51 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 D | zfs_agents.c | 417 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 D | siba.4 | 56 (OCP) interface to communicate with agents attached to the Silicon 63 Initiator agents are present in cores that contain
|
H A D | ifmib.4 | 52 management agents.
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | fsl,pci.txt | 5 all mezzanines to be PCI-X Agents, but one per system may still
|
/freebsd/contrib/dma/ |
H A D | README.markdown | 5 office use. It accepts mails from locally installed Mail User Agents (MUA)
|
H A D | dma.8 | 53 It accepts mails from locally installed Mail User Agents (MUA) and
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_ibumad.c | 90 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 D | README.sita | 40 work, but interfaces via a TCP session to remote agents that
|
/freebsd/share/doc/smm/18.net/ |
H A D | 2.t | 49 by the communicating agents.
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_ibumad.h | 160 osm_bind_handle_t agents[OSM_UMAD_MAX_AGENTS]; member
|
/freebsd/usr.sbin/mailwrapper/ |
H A D | mailwrapper.8 | 57 affected most Mail User Agents
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | xlnx,zynqmp-ipi-mailbox.yaml | 11 messaging between two Xilinx Zynq UltraScale+ MPSoC IPI agents. Each IPI
|
H A D | xlnx,zynqmp-ipi-mailbox.txt | 5 messaging between two Xilinx Zynq UltraScale+ MPSoC IPI agents. Each IPI
|
/freebsd/contrib/bsnmp/ |
H A D | NEWS | 105 Add a new field to struct snmp_node for snmp agents: tree_data.
|
/freebsd/sbin/dhclient/ |
H A D | dhcp-options.5 | 520 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 D | uncore-cache.json | 269 …"BriefDescription": "Conflict requests (requests for same address from multiple agents simultaneou…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/ |
H A D | uncore-cache.json | 269 …"BriefDescription": "Conflict requests (requests for same address from multiple agents simultaneou…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/haswellx/ |
H A D | uncore-cache.json | 269 …"BriefDescription": "Conflict requests (requests for same address from multiple agents simultaneou…
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,scmi.txt | 4 The SCMI is intended to allow agents such as OSPM to manage various functions
|