Home
last modified time | relevance | path

Searched refs:agent (Results 1 – 25 of 155) sorted by relevance

1234567

/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c126 hsa_status_t (*hsa_agent_get_info_fn) (hsa_agent_t agent,
135 (hsa_status_t (*callback)(hsa_agent_t agent, void *data), void *data);
140 (hsa_agent_t agent, uint32_t size, hsa_queue_type_t type,
145 (hsa_agent_t agent,
154 (hsa_executable_t executable, hsa_agent_t agent,
164 hsa_status_t (*hsa_memory_assign_agent_fn) (void *ptr, hsa_agent_t agent,
171 const char *symbol_name, hsa_agent_t agent, int32_t call_convention,
218 struct agent_info *agent; member
345 struct agent_info *agent; member
476 struct agent_info *agent; member
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c62 hsa_status_t (*hsa_agent_get_info_fn) (hsa_agent_t agent,
67 (hsa_status_t (*callback)(hsa_agent_t agent, void *data), void *data);
72 (hsa_agent_t agent, uint32_t size, hsa_queue_type_t type,
77 (hsa_agent_t agent,
86 (hsa_executable_t executable, hsa_agent_t agent,
100 const char *symbol_name, hsa_agent_t agent, int32_t call_convention,
362 struct agent_info *agent; member
527 get_kernel_for_agent (struct agent_info *agent, const char *kernel_name) in get_kernel_for_agent() argument
529 struct module_info *module = agent->first_module; in get_kernel_for_agent()
547 suitable_hsa_agent_p (hsa_agent_t agent) in suitable_hsa_agent_p() argument
[all …]
H A Dplugin-gcn.c128 hsa_status_t (*hsa_agent_get_info_fn) (hsa_agent_t agent,
137 (hsa_status_t (*callback)(hsa_agent_t agent, void *data), void *data);
142 (hsa_agent_t agent, uint32_t size, hsa_queue_type_t type,
147 (hsa_agent_t agent,
156 (hsa_executable_t executable, hsa_agent_t agent,
166 hsa_status_t (*hsa_memory_assign_agent_fn) (void *ptr, hsa_agent_t agent,
173 const char *symbol_name, hsa_agent_t agent, int32_t call_convention,
220 struct agent_info *agent; member
348 struct agent_info *agent; member
479 struct agent_info *agent; member
[all …]
H A Dhsa_ext_finalize.h184 hsa_status_t hsa_ext_image_export (hsa_agent_t agent, hsa_ext_image_t src_image,
200 hsa_ext_image_data_get_info (hsa_agent_t agent,
205 hsa_status_t hsa_ext_image_import (hsa_agent_t agent, const void *src_memory,
217 hsa_status_t hsa_ext_image_destroy (hsa_agent_t agent, hsa_ext_image_t image);
219 hsa_agent_t agent, hsa_ext_image_geometry_t geometry,
231 hsa_status_t hsa_ext_sampler_destroy (hsa_agent_t agent,
238 hsa_agent_t agent, const hsa_ext_image_descriptor_t *image_descriptor,
242 hsa_status_t hsa_ext_image_copy (hsa_agent_t agent, hsa_ext_image_t src_image,
247 hsa_status_t hsa_ext_image_clear (hsa_agent_t agent, hsa_ext_image_t image,
266 hsa_ext_sampler_create (hsa_agent_t agent,
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dhsa_ext_image.h449 hsa_agent_t agent,
485 hsa_agent_t agent,
561 hsa_agent_t agent,
644 hsa_agent_t agent,
717 hsa_agent_t agent,
820 hsa_agent_t agent,
850 hsa_agent_t agent,
903 hsa_agent_t agent,
976 hsa_agent_t agent,
1031 hsa_agent_t agent,
[all …]
H A Dhsa_ext_amd.h235 hsa_status_t HSA_API hsa_amd_coherency_get_type(hsa_agent_t agent,
256 hsa_status_t HSA_API hsa_amd_coherency_set_type(hsa_agent_t agent,
363 hsa_agent_t agent, hsa_signal_t signal,
412 hsa_amd_profiling_convert_tick_to_system_domain(hsa_agent_t agent,
611 hsa_status_t HSA_API hsa_amd_image_get_info_max_dim(hsa_agent_t agent,
826 hsa_agent_t agent,
1149 hsa_agent_t agent, hsa_amd_memory_pool_t memory_pool,
1494 hsa_agent_t agent,
1820 hsa_agent_t agent; member
H A Dhsa.h1013 hsa_agent_t agent,
1038 hsa_status_t (*callback)(hsa_agent_t agent, void* data),
1101 hsa_agent_t agent,
1198 hsa_agent_t agent,
1233 hsa_agent_t agent,
1268 hsa_agent_t agent,
2354 hsa_agent_t agent,
3295 hsa_agent_t agent,
3423 hsa_agent_t agent,
3563 hsa_agent_t agent,
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A DPROTOCOL.agent1 $NetBSD: PROTOCOL.agent,v 1.17 2024/07/08 22:33:43 christos Exp $
2 The SSH agent protocol is described in
3 https://tools.ietf.org/html/draft-miller-ssh-agent
5 This file documents OpenSSH's extensions to the agent protocol.
9 This extension allows a ssh client to bind an agent connection to a
12 exchange. This binding is verifiable at the agent by including the
32 When an agent received this message, it will verify the signature and
43 smartcard keys are added to an agent.
66 When receiving this message, the agent will ensure that the
69 and signify the initial hop from the host running ssh-agent). The agent
[all …]
H A DOVERVIEW15 the auxiliary programs ssh-keygen, ssh-agent, ssh-add, and
77 agent forwarding.
80 Authentication agent
82 - Code to communicate with the authentication agent is in authfd.c.
96 authentication agent using authfd.c.
H A DPROTOCOL.u2f248 ssh-agent protocol extensions
251 ssh-agent requires a protocol extension to support U2F keys. At
252 present the closest analogue to Security Keys in ssh-agent are PKCS#11
255 to add PKCS#11 keys to ssh-agent does not include any way to send the
256 key handle to the agent as U2F keys require.
258 To avoid this, without having to add wholly new messages to the agent
307 middleware from ssh-agent.
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dcody.hh459 Packet Connect (char const *agent, char const *ident,
464 Packet Connect (std::string const &agent, std::string const &ident) in Connect() argument
466 return Connect (agent.c_str (), ident.c_str (), in Connect()
467 agent.size (), ident.size ()); in Connect()
613 std::string &agent, std::string &ident);
744 void ConnectResponse (char const *agent, size_t alen = ~size_t (0));
745 void ConnectResponse (std::string const &agent) in ConnectResponse() argument
747 ConnectResponse (agent.data (), agent.size ()); in ConnectResponse()
/netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/
H A DMakefile5 PROG= ssh-agent
6 SRCS= ssh-agent.c ssh-pkcs11-client.c
8 COPTS.ssh-agent.c+= ${CC_WNO_FORMAT_TRUNCATION}
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dhsa.h416 hsa_executable_t executable, hsa_agent_t agent, const char *variable_name,
419 hsa_agent_t agent,
429 hsa_status_t hsa_iterate_agents(hsa_status_t (*callback)(hsa_agent_t agent,
470 hsa_agent_t agent,
473 hsa_executable_t executable, hsa_agent_t agent, const char *variable_name,
475 hsa_status_t hsa_queue_create(hsa_agent_t agent, uint32_t size,
546 hsa_status_t hsa_memory_assign_agent(void *ptr, hsa_agent_t agent,
552 hsa_agent_t agent,
577 hsa_agent_t agent,
583 hsa_status_t hsa_agent_get_exception_policies(hsa_agent_t agent,
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-run.cc87 hsa_status_t (*hsa_agent_get_info_fn) (hsa_agent_t agent,
92 (hsa_status_t (*callback) (hsa_agent_t agent, void *data), void *data);
97 (hsa_agent_t agent, uint32_t size, hsa_queue_type_t type,
102 (hsa_agent_t agent,
111 (hsa_executable_t executable, hsa_agent_t agent,
121 hsa_status_t (*hsa_memory_assign_agent_fn) (void *ptr, hsa_agent_t agent,
129 const char *symbol_name, hsa_agent_t agent, int32_t call_convention,
247 get_gpu_agent (hsa_agent_t agent, void *data __attribute__ ((unused))) in get_gpu_agent() argument
250 XHSA (hsa_fns.hsa_agent_get_info_fn (agent, HSA_AGENT_INFO_DEVICE, in get_gpu_agent()
258 device = agent; in get_gpu_agent()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-run.c105 hsa_status_t (*hsa_agent_get_info_fn) (hsa_agent_t agent,
110 (hsa_status_t (*callback) (hsa_agent_t agent, void *data), void *data);
115 (hsa_agent_t agent, uint32_t size, hsa_queue_type_t type,
120 (hsa_agent_t agent,
129 (hsa_executable_t executable, hsa_agent_t agent,
139 hsa_status_t (*hsa_memory_assign_agent_fn) (void *ptr, hsa_agent_t agent,
147 const char *symbol_name, hsa_agent_t agent, int32_t call_convention,
265 get_gpu_agent (hsa_agent_t agent, void *data __attribute__ ((unused))) in get_gpu_agent() argument
268 XHSA (hsa_fns.hsa_agent_get_info_fn (agent, HSA_AGENT_INFO_DEVICE, in get_gpu_agent()
276 device = agent; in get_gpu_agent()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ci/
H A DDockerfile80 # Install the Buildkite agent and dependencies. This must be done as non-root
81 # for the Buildkite agent to be installed in a path where we can find it.
82 RUN bash -c "$(curl -sL https://raw.githubusercontent.com/buildkite/agent/master/install.sh)"
83 ENV PATH="${PATH}:/home/libcxx-builder/.buildkite-agent/bin"
85 # By default, start the Buildkite agent (this requires a token).
86 CMD buildkite-agent start --tags "queue=libcxx-builders"
/netbsd-src/external/bsd/unbound/dist/testdata/http_user_agent.tdir/
H A Dhttp_user_agent.test71 # add custom http-user-agent
72 echo "server: http-user-agent: customUA" >> ub.conf
75 # hide http-user-agent
76 echo "server: hide-http-user-agent: yes" >> ub.conf
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/
H A DREADME1 This library implements the agent-side runtime functionality required
4 The library contains both the code required to run kernels on the agent
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Daliases50 # processed by the Postfix local(8) delivery agent.
155 # The local(8) delivery agent always folds the search string
178 # The local(8) delivery agent disallows regular expression
182 # The local(8) delivery agent will silently ignore requests
185 # 2.2, the local(8) delivery agent will terminate with a
232 # Update the local(8) delivery agent's idea of the
242 # local(8), local delivery agent
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Daliases12 # processed by the Postfix \fBlocal\fR(8) delivery agent.
108 # The local(8) delivery agent always folds the search string
133 # The \fBlocal\fR(8) delivery agent disallows regular expression
137 # The \fBlocal\fR(8) delivery agent will silently ignore
141 # agent will terminate with a fatal error.
175 # Update the \fBlocal\fR(8) delivery agent's idea of the Delivered-To:
182 # local(8), local delivery agent
/netbsd-src/distrib/common/
H A Dservices27 ftp-agent 574/tcp
28 ftp-agent 574/udp
/netbsd-src/external/bsd/ntp/dist/ntpsnmpd/
H A Dntpsnmpd-opts.def10 prog-title = "NTP SNMP MIB agent";
36 The default "agent X socket" is the Unix Domain socket
51 is an SNMP MIB agent designed to interface with
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DAddingNewCIJobs.rst17 `Buildkite guide <https://buildkite.com/docs/agent/v3>`_ to setup your
20 agent to register itself to Buildkite, it will need a ``BUILDKITE_AGENT_TOKEN``.
53 Testing your new job is easy -- once your agent is set up (if any), just open
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-1.06 delivery agent and nqmgr queue manager are left out. That software
97 the Postfix local delivery agent.
105 [snapshot-20010128] The Postfix local delivery agent now enforces
108 agent or by a process run by the local delivery agent. The purpose
130 an alias or .forward file), the local delivery agent now logs a
171 [snapshot-20000921] The local delivery agent no longer appends a
174 [snapshot-20000921] The pipe delivery agent no longer appends a
205 mail delivery agent, and is re-injected into Postfix via an existing
206 mail submission agent. See examples in the FILTER_README file.
224 Postfix now ships with an LMTP delivery agent that can deliver over
[all …]
H A DRELEASE_NOTES-1.1158 [snapshot-20010610] The Postfix pipe delivery agent no longer
196 agent, virtual(5) is the Postfix virtual map. The two implement
230 [snapshot-20011210] More usable virtual delivery agent, thanks to
248 agent only). This feature has precedence over the mailbox_command
280 [snapshot-20010610] The pipe mail delivery agent now supports proper
286 [snapshot-20010610] The pipe mail delivery agent now supports case
438 the Postfix local delivery agent.
446 [snapshot-20010128] The Postfix local delivery agent now enforces
449 agent or by a process run by the local delivery agent. The purpose
471 an alias or .forward file), the local delivery agent now logs a
[all …]

1234567