| /src/crypto/external/bsd/openssh/bin/ssh-agent/ |
| Makefile | 5 PROG= ssh-agent 6 SRCS= misc-agent.c ssh-agent.c ssh-pkcs11-client.c 8 COPTS.ssh-agent.c+= ${CC_WNO_FORMAT_TRUNCATION}
|
| /src/external/gpl3/gcc/dist/include/ |
| hsa_ext_image.h | 131 * Maximum number of read-only image handles that can be created for an agent at any one 137 * can be created for an agent at any one time. Must be at least 64. The type of this 142 * Maximum number of sampler handlers that can be created for an agent at any one 147 * Image pitch alignment. The agent only supports linear image data 157 * handles are only unique within an agent, not across agents. 162 * Opaque handle. For a given agent, two handles reference the same object of 351 * the agent. 356 * supported by the agent. 361 * supported by the agent. 366 * supported by the agent [all...] |
| hsa_ext_amd.h | 56 * Agent accessed memory beyond the maximum legal address. 61 * Agent executed an invalid shader instruction. 67 * @brief Agent attributes. 79 * The number of compute unit available in the agent. The type of this 84 * The maximum clock frequency of the agent in MHz. The type of this 99 * Agent BDF_ID, named LocationID in thunk. The type of this attribute is 113 * Board name of Agent - populated from MarketingName of Kfd Node 144 * PCIe domain for the agent. Pairs with HSA_AMD_AGENT_INFO_BDFID 145 * to give the full physical location of the Agent. 155 * Queries UUID of an agent. The value is an Ascii string with a maximu 1820 hsa_agent_t agent; member in struct:hsa_amd_gpu_memory_fault_info_s [all...] |
| hsa.h | 132 * The agent is invalid. 356 * associated with it (queues, signals, agent information, etc.) are 371 /** \defgroup agentinfo System and Agent Information 392 * types in HSA runtime and an agent. 703 * @brief Struct containing an opaque handle to an agent, a device that participates in 704 * the HSA memory model. An agent can submit AQL packets for execution, and 705 * may also accept AQL packets for execution (agent dispatch packets or kernel 717 * @brief Agent features. 721 * The agent supports AQL packets of kernel dispatch type. If this 722 * feature is enabled, the agent is also a kernel agent [all...] |
| /src/external/gpl3/gcc.old/dist/include/ |
| hsa_ext_image.h | 131 * Maximum number of read-only image handles that can be created for an agent at any one 137 * can be created for an agent at any one time. Must be at least 64. The type of this 142 * Maximum number of sampler handlers that can be created for an agent at any one 147 * Image pitch alignment. The agent only supports linear image data 157 * handles are only unique within an agent, not across agents. 162 * Opaque handle. For a given agent, two handles reference the same object of 351 * the agent. 356 * supported by the agent. 361 * supported by the agent. 366 * supported by the agent [all...] |
| hsa_ext_amd.h | 56 * Agent accessed memory beyond the maximum legal address. 61 * Agent executed an invalid shader instruction. 67 * @brief Agent attributes. 79 * The number of compute unit available in the agent. The type of this 84 * The maximum clock frequency of the agent in MHz. The type of this 99 * Agent BDF_ID, named LocationID in thunk. The type of this attribute is 113 * Board name of Agent - populated from MarketingName of Kfd Node 144 * PCIe domain for the agent. Pairs with HSA_AMD_AGENT_INFO_BDFID 145 * to give the full physical location of the Agent. 155 * Queries UUID of an agent. The value is an Ascii string with a maximu 1820 hsa_agent_t agent; member in struct:hsa_amd_gpu_memory_fault_info_s [all...] |
| hsa.h | 132 * The agent is invalid. 356 * associated with it (queues, signals, agent information, etc.) are 371 /** \defgroup agentinfo System and Agent Information 392 * types in HSA runtime and an agent. 703 * @brief Struct containing an opaque handle to an agent, a device that participates in 704 * the HSA memory model. An agent can submit AQL packets for execution, and 705 * may also accept AQL packets for execution (agent dispatch packets or kernel 717 * @brief Agent features. 721 * The agent supports AQL packets of kernel dispatch type. If this 722 * feature is enabled, the agent is also a kernel agent [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
| plugin-gcn.c | 126 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 in struct:kernel_dispatch 219 /* Pointer to a command queue associated with a kernel dispatch agent. */ 345 struct agent_info *agent; member in struct:goacc_asyncqueue 476 struct agent_info *agent; member in struct:kernel_info 1870 struct agent_info *agent = kernel->agent; local 2008 struct agent_info *agent = kernel->agent; local 2149 struct agent_info *agent = kernel->agent; local 3237 struct agent_info *agent = &hsa_context.agents[n]; local 3353 struct agent_info *agent; local 3526 struct agent_info *agent; local 3566 struct agent_info *agent = get_agent_info (n); local 3647 struct agent_info *agent = get_agent_info (n); local 3730 struct agent_info *agent = get_agent_info (device); local 3755 struct agent_info *agent = get_agent_info (device); local 3781 struct agent_info *agent = get_agent_info (device); local 3838 struct agent_info *agent = get_agent_info (device); local 3902 struct agent_info *agent = aq->agent; local 4000 struct agent_info *agent = get_agent_info (device); local 4012 struct agent_info *agent = get_agent_info (device); local 4021 struct agent_info *agent = get_agent_info (device); local [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/ci/ |
| macos-ci-setup | 13 brew install sphinx-doc python3 ninja cmake clang-format buildkite/buildkite/buildkite-agent 15 CFG_DIR="$(brew --prefix)/etc/buildkite-agent" 19 # Setup the tags of the agent 20 echo 'tags="queue=libcxx-builders-macos,queue=libcxx-builders-macos${version}"' >> "${CFG_DIR}/buildkite-agent.cfg" 22 # Setup the BuildKite Agent token 23 sed -i '' "s/xxx/${BUILDKITE_AGENT_TOKEN}/g" "${CFG_DIR}/buildkite-agent.cfg"
|
| /src/external/bsd/ntp/dist/ntpsnmpd/ |
| ntp_snmp.h | 17 #include <net-snmp/agent/net-snmp-agent-includes.h>
|
| /src/external/gpl3/gcc/dist/libgomp/plugin/ |
| plugin-gcn.c | 127 hsa_status_t (*hsa_agent_get_info_fn) (hsa_agent_t agent, 136 (hsa_status_t (*callback)(hsa_agent_t agent, void *data), void *data); 141 (hsa_agent_t agent, uint32_t size, hsa_queue_type_t type, 146 (hsa_agent_t agent, 155 (hsa_executable_t executable, hsa_agent_t agent, 165 hsa_status_t (*hsa_memory_assign_agent_fn) (void *ptr, hsa_agent_t agent, 172 const char *symbol_name, hsa_agent_t agent, int32_t call_convention, 229 struct agent_info *agent; member in struct:kernel_dispatch 230 /* Pointer to a command queue associated with a kernel dispatch agent. */ 329 struct agent_info *agent; member in struct:goacc_asyncqueue 468 struct agent_info *agent; member in struct:kernel_info 1820 struct agent_info *agent = kernel->agent; local 1995 struct agent_info *agent = kernel->agent; local 2163 struct agent_info *agent = kernel->agent; local 2259 struct agent_info *agent = kernel->agent; local 3376 struct agent_info *agent = &hsa_context.agents[n]; local 3496 struct agent_info *agent; local 3782 struct agent_info *agent; local 3822 struct agent_info *agent = get_agent_info (n); local 3897 struct agent_info *agent = get_agent_info (n); local 3980 struct agent_info *agent = get_agent_info (device); local 4062 struct agent_info *agent = get_agent_info (dst_ord); local 4071 struct agent_info *agent = get_agent_info (src_ord); local 4233 struct agent_info *agent = get_agent_info (dst_ord); local 4246 struct agent_info *agent = get_agent_info (src_ord); local 4351 struct agent_info *agent = get_agent_info (device); local 4377 struct agent_info *agent = get_agent_info (device); local 4436 struct agent_info *agent = get_agent_info (device); local 4500 struct agent_info *agent = aq->agent; local 4598 struct agent_info *agent = get_agent_info (device); local 4610 struct agent_info *agent = get_agent_info (device); local 4619 struct agent_info *agent = get_agent_info (device); local [all...] |
| /src/crypto/external/bsd/openssh/ |
| openssh2netbsd | 44 rm -fr ssh-add ssh scp ssh-agent sshd sftp-server ssh-keygen sftp ssh-keyscan ssh-keysign ssh-pkcs11-helper ssh-sk-helper sshd-session sshd-auth
|
| /src/crypto/external/bsd/openssh/bin/ |
| Makefile | 7 SUBDIR= ssh sshd ssh-add ssh-copy-id ssh-keygen ssh-agent scp \
|
| /src/external/gpl3/gcc/dist/libcody/ |
| cody.hh | 453 /// @param agent compiler identification 455 /// @param alen length of agent string, if known 459 Packet Connect (char const *agent, char const *ident, 462 /// @param agent compiler identification 464 Packet Connect (std::string const &agent, std::string const &ident) 466 return Connect (agent.c_str (), ident.c_str (), 467 agent.size (), ident.size ()); 607 /// @param agent the client agent (compiler identification) 613 std::string &agent, std::string &ident) [all...] |
| /src/external/gpl3/gcc.old/dist/libcody/ |
| cody.hh | 453 /// @param agent compiler identification 455 /// @param alen length of agent string, if known 459 Packet Connect (char const *agent, char const *ident, 462 /// @param agent compiler identification 464 Packet Connect (std::string const &agent, std::string const &ident) 466 return Connect (agent.c_str (), ident.c_str (), 467 agent.size (), ident.size ()); 607 /// @param agent the client agent (compiler identification) 613 std::string &agent, std::string &ident) [all...] |
| /src/external/gpl3/gdb/lib/libgdbsupport/arch/aarch64/ |
| defs.mk | 5 G_OBJECTS=agent.o btrace-common.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_obstack.o gdb_regex.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o osabi.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o search.o signals.o signals-state-save-restore.o task-group.o tdesc.o thread-pool.o xml-utils.o event-pipe.o
|
| /src/external/gpl3/gdb/lib/libgdbsupport/arch/aarch64eb/ |
| defs.mk | 5 G_OBJECTS=agent.o btrace-common.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_obstack.o gdb_regex.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o osabi.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o search.o signals.o signals-state-save-restore.o task-group.o tdesc.o thread-pool.o xml-utils.o event-pipe.o
|
| /src/external/gpl3/gdb/lib/libgdbsupport/arch/alpha/ |
| defs.mk | 5 G_OBJECTS=agent.o btrace-common.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_obstack.o gdb_regex.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o osabi.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o search.o signals.o signals-state-save-restore.o task-group.o tdesc.o thread-pool.o xml-utils.o event-pipe.o
|
| /src/external/gpl3/gdb/lib/libgdbsupport/arch/arm/ |
| defs.mk | 5 G_OBJECTS=agent.o btrace-common.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_obstack.o gdb_regex.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o osabi.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o search.o signals.o signals-state-save-restore.o task-group.o tdesc.o thread-pool.o xml-utils.o event-pipe.o
|
| /src/external/gpl3/gdb/lib/libgdbsupport/arch/armeb/ |
| defs.mk | 5 G_OBJECTS=agent.o btrace-common.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_obstack.o gdb_regex.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o osabi.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o search.o signals.o signals-state-save-restore.o task-group.o tdesc.o thread-pool.o xml-utils.o event-pipe.o
|
| /src/external/gpl3/gdb/lib/libgdbsupport/arch/hppa/ |
| defs.mk | 5 G_OBJECTS=agent.o btrace-common.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_obstack.o gdb_regex.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o osabi.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o search.o signals.o signals-state-save-restore.o task-group.o tdesc.o thread-pool.o xml-utils.o event-pipe.o
|
| /src/external/gpl3/gdb/lib/libgdbsupport/arch/i386/ |
| defs.mk | 5 G_OBJECTS=agent.o btrace-common.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_obstack.o gdb_regex.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o osabi.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o search.o signals.o signals-state-save-restore.o task-group.o tdesc.o thread-pool.o xml-utils.o event-pipe.o
|
| /src/external/gpl3/gdb/lib/libgdbsupport/arch/ia64/ |
| defs.mk | 5 G_OBJECTS=agent.o btrace-common.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_obstack.o gdb_regex.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o osabi.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o search.o signals.o signals-state-save-restore.o task-group.o tdesc.o thread-pool.o xml-utils.o event-pipe.o
|
| /src/external/gpl3/gdb/lib/libgdbsupport/arch/m68000/ |
| defs.mk | 5 G_OBJECTS=agent.o btrace-common.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_obstack.o gdb_regex.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o osabi.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o search.o signals.o signals-state-save-restore.o task-group.o tdesc.o thread-pool.o xml-utils.o event-pipe.o
|
| /src/external/gpl3/gdb/lib/libgdbsupport/arch/m68k/ |
| defs.mk | 5 G_OBJECTS=agent.o btrace-common.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_obstack.o gdb_regex.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o osabi.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o search.o signals.o signals-state-save-restore.o task-group.o tdesc.o thread-pool.o xml-utils.o event-pipe.o
|