Home
last modified time | relevance | path

Searched refs:proxy_id (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/sysutils/py-salt/salt-3004.1/tests/pytests/integration/proxy/
H A Dtest_deltaproxy.py27 def test_can_it_ping(salt_cli, proxy_id): argument
31 ret = salt_cli.run("test.ping", minion_tgt=proxy_id)
36 def test_list_pkgs(salt_cli, proxy_id): argument
48 def test_install_pkgs(salt_cli, proxy_id): argument
65 def test_remove_pkgs(salt_cli, proxy_id): argument
71 def test_upgrade(salt_cli, proxy_id): argument
78 def test_service_list(salt_cli, proxy_id): argument
84 def test_service_stop(salt_cli, proxy_id): argument
91 def test_service_start(salt_cli, proxy_id): argument
98 def test_service_get_all(salt_cli, proxy_id): argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mailbox/
H A Dti-msgmgr.c47 u8 proxy_id; member
107 u8 proxy_id; member
430 qinst->queue_id, qinst->proxy_id, in ti_msgmgr_queue_rx_irq_req()
591 qinst->proxy_id = qd->proxy_id; in ti_msgmgr_queue_setup()
602 SPROXY_THREAD_DATA_OFFSET(qinst->proxy_id, in ti_msgmgr_queue_setup()
605 SPROXY_THREAD_DATA_OFFSET(qinst->proxy_id, in ti_msgmgr_queue_setup()
615 dev_name(dev), dir, qinst->proxy_id); in ti_msgmgr_queue_setup()
656 {.queue_id = 0, .proxy_id = 0, .is_tx = true,},
657 {.queue_id = 1, .proxy_id = 0, .is_tx = true,},
658 {.queue_id = 2, .proxy_id = 0, .is_tx = true,},
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mailbox/
H A Dti-msgmgr.c47 u8 proxy_id; member
107 u8 proxy_id; member
430 qinst->queue_id, qinst->proxy_id, in ti_msgmgr_queue_rx_irq_req()
591 qinst->proxy_id = qd->proxy_id; in ti_msgmgr_queue_setup()
602 SPROXY_THREAD_DATA_OFFSET(qinst->proxy_id, in ti_msgmgr_queue_setup()
605 SPROXY_THREAD_DATA_OFFSET(qinst->proxy_id, in ti_msgmgr_queue_setup()
615 dev_name(dev), dir, qinst->proxy_id); in ti_msgmgr_queue_setup()
656 {.queue_id = 0, .proxy_id = 0, .is_tx = true,},
657 {.queue_id = 1, .proxy_id = 0, .is_tx = true,},
658 {.queue_id = 2, .proxy_id = 0, .is_tx = true,},
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mailbox/
H A Dti-msgmgr.c47 u8 proxy_id; member
107 u8 proxy_id; member
430 qinst->queue_id, qinst->proxy_id, in ti_msgmgr_queue_rx_irq_req()
591 qinst->proxy_id = qd->proxy_id; in ti_msgmgr_queue_setup()
602 SPROXY_THREAD_DATA_OFFSET(qinst->proxy_id, in ti_msgmgr_queue_setup()
605 SPROXY_THREAD_DATA_OFFSET(qinst->proxy_id, in ti_msgmgr_queue_setup()
615 dev_name(dev), dir, qinst->proxy_id); in ti_msgmgr_queue_setup()
656 {.queue_id = 0, .proxy_id = 0, .is_tx = true,},
657 {.queue_id = 1, .proxy_id = 0, .is_tx = true,},
658 {.queue_id = 2, .proxy_id = 0, .is_tx = true,},
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/net/
H A DConnectionCreator.cpp169 auto proxy_id = [&] { in add_proxy() local
177 if (proxy_id < 0) { in add_proxy()
186 return proxy_id; in add_proxy()
218 proxies_.erase(proxy_id); in remove_proxy()
297 if (proxy_id == 0) { in ping_proxy()
414 if (proxy_id == 0) { in set_active_proxy_id()
420 if (proxy_id == 0) { in set_active_proxy_id()
490 CHECK(proxy_id > 0); in get_proxy_database_key()
491 if (proxy_id == 1) { in get_proxy_database_key()
498 CHECK(proxy_id > 0); in get_proxy_used_database_key()
[all …]
H A DConnectionCreator.h75 void enable_proxy(int32 proxy_id, Promise<Unit> promise);
77 void remove_proxy(int32 proxy_id, Promise<Unit> promise);
79 void get_proxy_link(int32 proxy_id, Promise<string> promise);
80 void ping_proxy(int32 proxy_id, Promise<double> promise);
193 void set_active_proxy_id(int32 proxy_id, bool from_binlog = false);
194 void enable_proxy_impl(int32 proxy_id);
197 static string get_proxy_database_key(int32 proxy_id);
198 static string get_proxy_used_database_key(int32 proxy_id);
200 td_api::object_ptr<td_api::proxy> get_proxy_object(int32 proxy_id) const;
247 void ping_proxy_resolved(int32 proxy_id, IPAddress ip_address, Promise<double> promise);
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/mpiexec/
H A Dmpiexec_utils.c35 tmp->downstream.proxy_id = NULL; in mpiexec_alloc_pg()
121 static HYD_status resolve_pattern_string(const char *pattern, char **str, int pgid, int proxy_id, in resolve_pattern_string() argument
167 MPL_snprintf(tmp[i], HYD_TMP_STRLEN, "%d", proxy_id); in resolve_pattern_string()
172 MPL_snprintf(tmp[i], HYD_TMP_STRLEN, "%s", pg->node_list[proxy_id].hostname); in resolve_pattern_string()
205 static HYD_status stdoe_cb(int _fd, int pgid, int proxy_id, int rank, void *_buf, int buflen) in stdoe_cb() argument
223 status = resolve_pattern_string(pattern, &pattern_resolve, pgid, proxy_id, rank); in stdoe_cb()
257 resolve_pattern_string(mpiexec_params.prepend_pattern, &prepend, pgid, proxy_id, rank); in stdoe_cb()
289 HYD_status mpiexec_stdout_cb(int pgid, int proxy_id, int rank, void *buf, int buflen) in mpiexec_stdout_cb() argument
291 return stdoe_cb(STDOUT_FILENO, pgid, proxy_id, rank, buf, buflen); in mpiexec_stdout_cb()
294 HYD_status mpiexec_stderr_cb(int pgid, int proxy_id, int rank, void *buf, int buflen) in mpiexec_stderr_cb() argument
[all …]
H A Dmpiexec.h100 int *proxy_id; member
124 HYD_status mpiexec_stdout_cb(int pgid, int proxy_id, int rank, void *buf, int buflen);
125 HYD_status mpiexec_stderr_cb(int pgid, int proxy_id, int rank, void *buf, int buflen);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/zabbix/plugins/modules/
H A Dzabbix_proxy.py253 def delete_proxy(self, proxy_id, proxy_name): argument
257 self._zapi.proxy.delete([proxy_id])
284 def update_proxy(self, proxy_id, data): argument
288 parameters = {'proxyid': proxy_id}
314 (data['host'], proxy_id)
389 proxy_id = proxy.proxy_exists(proxy_name)
391 if proxy_id:
394 proxy.delete_proxy(proxy_id, proxy_name)
396 proxy.update_proxy(proxy_id, {
414 proxy_id = proxy.add_proxy(data={
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/monitoring/zabbix/
H A Dzabbix_proxy.py191 def delete_proxy(self, proxy_id, proxy_name): argument
195 self._zapi.proxy.delete([proxy_id])
222 def update_proxy(self, proxy_id, data): argument
226 parameters = {'proxyid': proxy_id}
246 (data['host'], proxy_id)
337 proxy_id = proxy.proxy_exists(proxy_name)
339 if proxy_id:
342 proxy.delete_proxy(proxy_id, proxy_name)
344 proxy.update_proxy(proxy_id, {
361 proxy_id = proxy.add_proxy(data={
H A Dzabbix_host.py357 if proxy_id:
358 parameters['proxy_hostid'] = proxy_id
386 …pdate_host(self, host_name, group_ids, status, host_id, interfaces, exist_interface_list, proxy_id, argument
394 if proxy_id >= 0:
395 parameters['proxy_hostid'] = proxy_id
533 exist_interfaces, host, proxy_id, visible_name, description, host_name, argument
556 if int(host['proxy_hostid']) != int(proxy_id):
827 proxy_id = host.get_proxyid_by_proxy_name(proxy)
829 proxy_id = 0
841 proxy_id = int(zabbix_host_obj['proxy_hostid'])
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/ui/utils/
H A Duiu.c169 int proxy_id, int rank) in resolve_pattern_string() argument
216 MPL_snprintf(tmp[i], HYD_TMP_STRLEN, "%d", proxy_id); in resolve_pattern_string()
225 if (proxy->proxy_id == proxy_id) in resolve_pattern_string()
261 static HYD_status stdoe_cb(int _fd, int pgid, int proxy_id, int rank, void *_buf, int buflen) in stdoe_cb() argument
277 status = resolve_pattern_string(pattern, &pattern_resolve, pgid, proxy_id, rank); in stdoe_cb()
312 status = resolve_pattern_string(HYD_ui_info.prepend_pattern, &prepend, pgid, proxy_id, in stdoe_cb()
342 HYD_status HYD_uiu_stdout_cb(int pgid, int proxy_id, int rank, void *buf, int buflen) in HYD_uiu_stdout_cb() argument
344 return stdoe_cb(STDOUT_FILENO, pgid, proxy_id, rank, buf, buflen); in HYD_uiu_stdout_cb()
347 HYD_status HYD_uiu_stderr_cb(int pgid, int proxy_id, int rank, void *buf, int buflen) in HYD_uiu_stderr_cb() argument
349 return stdoe_cb(STDERR_FILENO, pgid, proxy_id, rank, buf, buflen); in HYD_uiu_stderr_cb()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/ui/utils/
H A Duiu.c147 int proxy_id, int rank) in resolve_pattern_string() argument
193 MPL_snprintf(tmp[i], HYD_TMP_STRLEN, "%d", proxy_id); in resolve_pattern_string()
202 if (proxy->proxy_id == proxy_id) in resolve_pattern_string()
239 static HYD_status stdoe_cb(int _fd, int pgid, int proxy_id, int rank, void *_buf, int buflen) in stdoe_cb() argument
255 status = resolve_pattern_string(pattern, &pattern_resolve, pgid, proxy_id, rank); in stdoe_cb()
288 status = resolve_pattern_string(HYD_ui_info.prepend_pattern, &prepend, pgid, proxy_id, in stdoe_cb()
320 HYD_status HYD_uiu_stdout_cb(int pgid, int proxy_id, int rank, void *buf, int buflen) in HYD_uiu_stdout_cb() argument
322 return stdoe_cb(STDOUT_FILENO, pgid, proxy_id, rank, buf, buflen); in HYD_uiu_stdout_cb()
325 HYD_status HYD_uiu_stderr_cb(int pgid, int proxy_id, int rank, void *buf, int buflen) in HYD_uiu_stderr_cb() argument
327 return stdoe_cb(STDERR_FILENO, pgid, proxy_id, rank, buf, buflen); in HYD_uiu_stderr_cb()
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/bootstrap/external/
H A Dslurm_query_proxy_id.c12 HYD_status HYDT_bscd_slurm_query_proxy_id(int *proxy_id) in HYDT_bscd_slurm_query_proxy_id() argument
18 if (MPL_env2int("SLURM_NODEID", proxy_id) == 0) { in HYDT_bscd_slurm_query_proxy_id()
19 *proxy_id = -1; in HYDT_bscd_slurm_query_proxy_id()
H A Dll_query_proxy_id.c12 HYD_status HYDT_bscd_ll_query_proxy_id(int *proxy_id) in HYDT_bscd_ll_query_proxy_id() argument
18 if (MPL_env2int("MP_CHILD", proxy_id) == 0) { in HYDT_bscd_ll_query_proxy_id()
19 *proxy_id = -1; in HYDT_bscd_ll_query_proxy_id()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/bootstrap/external/
H A Dll_query_proxy_id.c11 HYD_status HYDT_bscd_ll_query_proxy_id(int *proxy_id) in HYDT_bscd_ll_query_proxy_id() argument
17 if (MPL_env2int("MP_CHILD", proxy_id) == 0) { in HYDT_bscd_ll_query_proxy_id()
18 *proxy_id = -1; in HYDT_bscd_ll_query_proxy_id()
H A Dslurm_query_proxy_id.c11 HYD_status HYDT_bscd_slurm_query_proxy_id(int *proxy_id) in HYDT_bscd_slurm_query_proxy_id() argument
17 if (MPL_env2int("SLURM_NODEID", proxy_id) == 0) { in HYDT_bscd_slurm_query_proxy_id()
18 *proxy_id = -1; in HYDT_bscd_slurm_query_proxy_id()
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/bootstrap/src/
H A Dbsci_query_proxy_id.c11 HYD_status HYDT_bsci_query_proxy_id(int *proxy_id) in HYDT_bsci_query_proxy_id() argument
18 status = HYDT_bsci_fns.query_proxy_id(proxy_id); in HYDT_bsci_query_proxy_id()
23 *proxy_id = -1; in HYDT_bsci_query_proxy_id()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/bootstrap/src/
H A Dbsci_query_proxy_id.c10 HYD_status HYDT_bsci_query_proxy_id(int *proxy_id) in HYDT_bsci_query_proxy_id() argument
17 status = HYDT_bsci_fns.query_proxy_id(proxy_id); in HYDT_bsci_query_proxy_id()
21 *proxy_id = -1; in HYDT_bsci_query_proxy_id()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/service/cloud_print/
H A Dconnector_settings_unittest.cc93 EXPECT_FALSE(settings.proxy_id().empty()); in TEST_F()
107 EXPECT_EQ("PROXY", settings.proxy_id()); in TEST_F()
108 EXPECT_FALSE(settings.proxy_id().empty()); in TEST_F()
128 EXPECT_EQ(settings1.proxy_id(), settings2.proxy_id()); in TEST_F()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/common/
H A Dmpx.h54 int proxy_id; member
72 int proxy_id; member
77 int proxy_id; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cloud_devices/common/
H A Dcloud_devices_urls.cc87 GURL GetCloudPrintEnableURL(const std::string& proxy_id) { in GetCloudPrintEnableURL() argument
89 url = net::AppendQueryParameter(url, "proxy", proxy_id); in GetCloudPrintEnableURL()
93 GURL GetCloudPrintEnableWithSigninURL(const std::string& proxy_id) { in GetCloudPrintEnableWithSigninURL() argument
97 std::string continue_str = GetCloudPrintEnableURL(proxy_id).spec(); in GetCloudPrintEnableWithSigninURL()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/mtest/x11/
H A Dxdnd_proxy.cpp249 char proxy_id[32];
250 ::snprintf(proxy_id, sizeof(proxy_id), "%lx", long(hWnd2));
251 proxy_id[sizeof(proxy_id)-1] = '\0';
261 args[xargc++] = proxy_id;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cloud_devices/common/
H A Dcloud_devices_urls.cc64 GURL GetCloudPrintEnableURL(const std::string& proxy_id) { in GetCloudPrintEnableURL() argument
66 url = net::AppendQueryParameter(url, "proxy", proxy_id); in GetCloudPrintEnableURL()
70 GURL GetCloudPrintEnableWithSigninURL(const std::string& proxy_id) { in GetCloudPrintEnableWithSigninURL() argument
74 std::string continue_str = GetCloudPrintEnableURL(proxy_id).spec(); in GetCloudPrintEnableWithSigninURL()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/bstrap/src/
H A Dhydra_bstrap_proxy.c21 static int proxy_id = -1; variable
69 proxy_id = atoi(*argv); in get_params()
216 node_list + 1, proxy_id, port_range, proxy_args, pgid, in upstream_cb()
260 status = set_env_ints("HYDRA_BSTRAP_PROXY_ID", 1, &proxy_id); in upstream_cb()
338 MPL_snprintf(dbg_prefix, 2 * HYD_MAX_HOSTNAME_LEN, "bstrap:%d:%d", pgid, proxy_id); in main()
355 cmd.u.proxy_id.id = proxy_id; in main()

1234567891011