Home
last modified time | relevance | path

Searched refs:hostval (Results 1 – 25 of 55) sorted by relevance

123

/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/old_style_cache_plugins/plugins/inventory/
H A Dtest.py25 for hostvar, hostval in hosts[host].items():
26 self.inventory.set_variable(host, hostvar, hostval)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/old_style_cache_plugins/plugins/inventory/
H A Dtest.py25 for hostvar, hostval in hosts[host].items():
26 self.inventory.set_variable(host, hostvar, hostval)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/old_style_cache_plugins/plugins/inventory/
H A Dtest.py25 for hostvar, hostval in hosts[host].items():
26 self.inventory.set_variable(host, hostvar, hostval)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dbugs.c158 u64 msrval, guestval, hostval = x86_spec_ctrl_base; in x86_virt_spec_ctrl() local
168 guestval = hostval & ~x86_spec_ctrl_mask; in x86_virt_spec_ctrl()
174 hostval |= ssbd_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
178 hostval |= stibp_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
180 if (hostval != guestval) { in x86_virt_spec_ctrl()
181 msrval = setguest ? guestval : hostval; in x86_virt_spec_ctrl()
200 hostval = SPEC_CTRL_SSBD; in x86_virt_spec_ctrl()
202 hostval = ssbd_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
207 if (hostval != guestval) { in x86_virt_spec_ctrl()
211 ssbd_spec_ctrl_to_tif(hostval); in x86_virt_spec_ctrl()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dbugs.c158 u64 msrval, guestval, hostval = x86_spec_ctrl_base; in x86_virt_spec_ctrl() local
168 guestval = hostval & ~x86_spec_ctrl_mask; in x86_virt_spec_ctrl()
174 hostval |= ssbd_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
178 hostval |= stibp_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
180 if (hostval != guestval) { in x86_virt_spec_ctrl()
181 msrval = setguest ? guestval : hostval; in x86_virt_spec_ctrl()
200 hostval = SPEC_CTRL_SSBD; in x86_virt_spec_ctrl()
202 hostval = ssbd_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
207 if (hostval != guestval) { in x86_virt_spec_ctrl()
211 ssbd_spec_ctrl_to_tif(hostval); in x86_virt_spec_ctrl()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dbugs.c158 u64 msrval, guestval, hostval = x86_spec_ctrl_base; in x86_virt_spec_ctrl() local
168 guestval = hostval & ~x86_spec_ctrl_mask; in x86_virt_spec_ctrl()
174 hostval |= ssbd_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
178 hostval |= stibp_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
180 if (hostval != guestval) { in x86_virt_spec_ctrl()
181 msrval = setguest ? guestval : hostval; in x86_virt_spec_ctrl()
200 hostval = SPEC_CTRL_SSBD; in x86_virt_spec_ctrl()
202 hostval = ssbd_tif_to_spec_ctrl(ti->flags); in x86_virt_spec_ctrl()
207 if (hostval != guestval) { in x86_virt_spec_ctrl()
211 ssbd_spec_ctrl_to_tif(hostval); in x86_virt_spec_ctrl()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/hrobot/plugins/inventory/
H A Drobot.py145 for hostvar, hostval in s.items():
146 … self.inventory.set_variable(server_name, "{0}_{1}".format('hrobot', hostvar), hostval)
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_crypto.c386 vp->fstamp = hostval.tstamp; in make_keylist()
1607 vp->fstamp = hostval.tstamp; in crypto_encrypt()
1738 ep->fstamp = hostval.tstamp; in crypto_args()
1849 if (hostval.tstamp == 0) in crypto_update()
1860 pubkey.tstamp = hostval.tstamp; in crypto_update()
1898 tai_leap.tstamp = hostval.tstamp; in crypto_update()
1945 ntohl(hostval.tstamp)); in crypto_update()
3211 hostval.ptr, strlen((const char *)hostval.ptr), -1, 0); in cert_sign()
3954 memset(&hostval, 0, sizeof(hostval)); in crypto_setup()
3988 pubkey.fstamp = hostval.fstamp; in crypto_setup()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/pymake/tests/
H A Dtarget-specific.mk22 host_%.py: TESTVAR = hostval
/dports/lang/spidermonkey60/firefox-60.9.0/build/pymake/tests/
H A Dtarget-specific.mk22 host_%.py: TESTVAR = hostval
/dports/www/firefox-legacy/firefox-52.8.0esr/build/pymake/tests/
H A Dtarget-specific.mk22 host_%.py: TESTVAR = hostval
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DXMLSocket_as.cpp323 as_value hostval = fn.arg(0); in xmlsocket_connect() local
324 const std::string& host = hostval.to_string(); in xmlsocket_connect()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/inventory/
H A Daws_rds.py233 for hostvar, hostval in host.items():
234 self.inventory.set_variable(hostname, hostvar, hostval)
H A Daws_ec2.py557 for hostvar, hostval in host.items():
558 self.inventory.set_variable(hostname, hostvar, hostval)
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dntp_crypto.h187 extern struct value hostval; /* host name/value */
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/connections/
H A Dmysql.cpp402 const char *hostval=(!charstring::isNullOrEmpty(host))?host:""; in logIn() local
404 const char *hostval=(!charstring::isNullOrEmpty(host))?host:NULL; in logIn()
480 hostval, in logIn()
498 hostval, in logIn()
522 if (!mysql_real_connect(mysqlptr,hostval,user,password, in logIn()
533 if (!mysql_connect(mysqlptr,hostval,user,password)) { in logIn()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/plugins/inventory/
H A Daws_rds.py281 for hostvar, hostval in host.items():
282 self.inventory.set_variable(hostname, hostvar, hostval)
H A Daws_ec2.py634 for hostvar, hostval in host.items():
635 self.inventory.set_variable(hostname, hostvar, hostval)
/dports/security/py-paramiko/paramiko-2.7.2/paramiko/
H A Dconfig.py371 hostval = configured_host or target_hostname
372 passed = self._pattern_matches(param, hostval)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/inventory/
H A Daws_ec2.py586 for hostvar, hostval in host.items():
587 self.inventory.set_variable(hostname, hostvar, hostval)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/inventory/
H A Daws_ec2.py586 for hostvar, hostval in host.items():
587 self.inventory.set_variable(hostname, hostvar, hostval)
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Durl.cpp460 const char *hostval=headerdict.getValue((char *)"Host"); in httpOpen() local
461 if (hostval) { in httpOpen()
463 pvt->_request->append(hostval); in httpOpen()
/dports/mail/rspamd/rspamd-3.1/src/libserver/
H A Dcfg_rcl.c1421 const ucl_object_t *hostval, *pathval; in rspamd_rcl_neighbours_handler() local
1435 hostval = ucl_object_lookup (obj, "host"); in rspamd_rcl_neighbours_handler()
1437 if (hostval == NULL || ucl_object_type (hostval) != UCL_STRING) { in rspamd_rcl_neighbours_handler()
1446 ucl_object_insert_key (neigh, ucl_object_copy (hostval), "host", 0, false); in rspamd_rcl_neighbours_handler()
1448 if ((p = strrchr (ucl_object_tostring (hostval), ':')) != NULL) { in rspamd_rcl_neighbours_handler()
1454 if (strstr (ucl_object_tostring (hostval), "://") != NULL) { in rspamd_rcl_neighbours_handler()
1466 g_string_append (urlstr, ucl_object_tostring (hostval)); in rspamd_rcl_neighbours_handler()
/dports/mail/rspamd-devel/rspamd-93430bb/src/libserver/
H A Dcfg_rcl.c1421 const ucl_object_t *hostval, *pathval; in rspamd_rcl_neighbours_handler() local
1435 hostval = ucl_object_lookup (obj, "host"); in rspamd_rcl_neighbours_handler()
1437 if (hostval == NULL || ucl_object_type (hostval) != UCL_STRING) { in rspamd_rcl_neighbours_handler()
1446 ucl_object_insert_key (neigh, ucl_object_copy (hostval), "host", 0, false); in rspamd_rcl_neighbours_handler()
1448 if ((p = strrchr (ucl_object_tostring (hostval), ':')) != NULL) { in rspamd_rcl_neighbours_handler()
1454 if (strstr (ucl_object_tostring (hostval), "://") != NULL) { in rspamd_rcl_neighbours_handler()
1466 g_string_append (urlstr, ucl_object_tostring (hostval)); in rspamd_rcl_neighbours_handler()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dmonitor.c1419 unsigned int val, hostval; in monitor_write_memory() local
1479 hostval = *(unsigned int *) myaddr; in monitor_write_memory()
1480 monitor_debug ("Hostval(%08x) val(%08x)\n", hostval, val); in monitor_write_memory()

123