| /src/external/mpl/bind/dist/bin/tests/system/checkds/ns9/ |
| named.conf.j2 | 58 parental-agents { 10.53.0.8 port @PORT@; }; 61 /* Same as above, but now with a reference to parental-agents. */ 66 parental-agents { "ns8"; }; 74 parental-agents { 79 /* Same as above, but now with auto parental agents. */ 94 /* Same as auto parental agents, but now without empty non-terminals. */ 110 parental-agents { 130 parental-agents { 157 parental-agents { 185 parental-agents { [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| bad-parental-agents-dup.conf | 17 parental-agents { 192.168.1.1; }; 18 parental-agents { 192.168.1.1; };
|
| bad-parental-agents-def-zone.conf | 17 parental-agents "net" { 192.168.1.1; };
|
| bad-parental-agents-empty2.conf | 17 parental-agents { };
|
| bad-parental-agents-mirror.conf | 17 parental-agents { 192.168.1.1; };
|
| bad-parental-agents-def-options.conf | 15 parental-agents { 192.168.1.2; };
|
| bad-parental-agents-def-view.conf | 15 parental-agents { 192.168.1.2; };
|
| bad-parental-agents-dupdef.conf | 25 parental-agents { "net"; };
|
| bad-parental-agents-empty.conf | 19 parental-agents { "net"; };
|
| bad-parental-agents-notfound.conf | 21 parental-agents { "net"; };
|
| good-multiple-remote-servers-synonyms.conf | 18 parental-agents "two" {
|
| good.conf.j2 | 194 parental-agents { 204 parental-agents {
|
| /src/external/gpl3/gcc/dist/include/ |
| hsa_ext_amd.h | 160 * Agents that do not support UUID will return the string "GPU-XX" or 422 * AMD GPU agents only. Ignored if @p num_consumers is not zero (all agents). 443 * @param[in] consumers List of agents that might consume (wait on) the 647 * Global segment. Used to hold data that is shared by all agents. 760 * This memory_pool can be made directly accessible by all the agents in the 974 CPU agents are not supported. API requires SDMA and will return an error if SDMA is not available. 1153 * @brief Enable direct access to a buffer from a given set of agents. 1157 * Upon return, only the listed agents and the agent associated with the 1169 * @param[in] num_agents Size of @p agents [all...] |
| /src/external/gpl3/gcc.old/dist/include/ |
| hsa_ext_amd.h | 160 * Agents that do not support UUID will return the string "GPU-XX" or 422 * AMD GPU agents only. Ignored if @p num_consumers is not zero (all agents). 443 * @param[in] consumers List of agents that might consume (wait on) the 647 * Global segment. Used to hold data that is shared by all agents. 760 * This memory_pool can be made directly accessible by all the agents in the 974 CPU agents are not supported. API requires SDMA and will return an error if SDMA is not available. 1153 * @brief Enable direct access to a buffer from a given set of agents. 1157 * Upon return, only the listed agents and the agent associated with the 1169 * @param[in] num_agents Size of @p agents [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| options.c | 302 struct option_def agents[] = { variable in typeref:struct:option_def 539 for (def = agents; def->name != NULL; def++) {
|
| /src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
| plugin-gcn.c | 540 /* Information about the whole HSA environment and all of its agents. */ 546 /* Number of usable GPU HSA agents in the system. */ 548 /* Array of agent_info structures describing the individual HSA agents. */ 549 struct agent_info *agents; member in struct:hsa_context_info 566 /* Information about the whole HSA environment and all of its agents. */ 1463 hsa_context.agents[*agent_index].id = agent; 1501 hsa_context.agents 1506 return hsa_error ("Scanning compute agents failed", status); 1509 GOMP_PLUGIN_error ("Failed to assign IDs to all GCN agents"); 1517 GOMP_PLUGIN_error ("Failed to list all HSA runtime agents"); [all...] |
| /src/external/gpl3/gcc/dist/libgomp/plugin/ |
| plugin-gcn.c | 200 (void *host_ptr, size_t size, hsa_agent_t *agents, int num_agent, 533 /* Information about the whole HSA environment and all of its agents. */ 539 /* Number of usable GPU HSA agents in the system. */ 541 /* Array of agent_info structures describing the individual HSA agents. */ 542 struct agent_info *agents; member in struct:hsa_context_info 550 /* Information about the whole HSA environment and all of its agents. */ 1510 hsa_context.agents[*agent_index].id = agent; 1552 hsa_context.agents 1557 return hsa_error ("Scanning compute agents failed", status); 1560 GOMP_PLUGIN_error ("Failed to assign IDs to all GCN agents"); [all...] |