| /freebsd/crypto/openssl/crypto/conf/ |
| H A D | conf_sap.c | 34 OPENSSL_INIT_SETTINGS settings; in OPENSSL_config() local 36 memset(&settings, 0, sizeof(settings)); in OPENSSL_config() 38 settings.appname = strdup(appname); in OPENSSL_config() 39 settings.flags = DEFAULT_CONF_MFLAGS; in OPENSSL_config() 40 OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG, &settings); in OPENSSL_config() 42 free(settings.appname); in OPENSSL_config() 46 int ossl_config_int(const OPENSSL_INIT_SETTINGS *settings) in ossl_config_int() argument 59 filename = settings ? settings in ossl_config_int() [all...] |
| H A D | conf_lib.c | 430 int OPENSSL_INIT_set_config_filename(OPENSSL_INIT_SETTINGS *settings, 441 free(settings->filename); in OPENSSL_INIT_set_config_filename() 442 settings->filename = newfilename; in OPENSSL_INIT_set_config_filename() 447 void OPENSSL_INIT_set_config_file_flags(OPENSSL_INIT_SETTINGS *settings, 450 settings->flags = flags; in OPENSSL_INIT_set_config_file_flags() 459 int OPENSSL_INIT_set_config_appname(OPENSSL_INIT_SETTINGS *settings, 470 free(settings->appname); in OPENSSL_INIT_set_config_appname() 471 settings->appname = newappname; in OPENSSL_INIT_set_config_appname() 477 void OPENSSL_INIT_free(OPENSSL_INIT_SETTINGS *settings) 479 if (settings in OPENSSL_INIT_free() 431 OPENSSL_INIT_set_config_filename(OPENSSL_INIT_SETTINGS * settings,const char * filename) OPENSSL_INIT_set_config_filename() argument 448 OPENSSL_INIT_set_config_file_flags(OPENSSL_INIT_SETTINGS * settings,unsigned long flags) OPENSSL_INIT_set_config_file_flags() argument 460 OPENSSL_INIT_set_config_appname(OPENSSL_INIT_SETTINGS * settings,const char * appname) OPENSSL_INIT_set_config_appname() argument 478 OPENSSL_INIT_free(OPENSSL_INIT_SETTINGS * settings) OPENSSL_INIT_free() argument [all...] |
| /freebsd/tools/build/options/ |
| H A D | makeman | 47 rm -f $t/settings 84 done > $t/settings.target 85 if [ -r $t/settings ] ; then 86 join -t\ $t/settings $t/settings.target > $t/settings.new 87 mv $t/settings.new $t/settings 89 mv $t/settings.target $t/settings 102 done < $t/settings 113 settings) 321 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITH_ALL_${opt} 325 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITHOUT_ALL_${opt} [all …]
|
| /freebsd/sys/dev/sound/pci/ |
| H A D | hdspe.c | 250 hdspe_settings_input_level(uint32_t settings) in hdspe_settings_input_level() argument 252 switch (settings & HDSPE_INPUT_LEVEL_MASK) { in hdspe_settings_input_level() 271 uint32_t settings; in hdspe_sysctl_input_level() local 280 settings = sc->settings_register & HDSPE_INPUT_LEVEL_MASK; in hdspe_sysctl_input_level() 281 label = hdspe_settings_input_level(settings); in hdspe_sysctl_input_level() 293 settings = HDSPE_INPUT_LEVEL_LOWGAIN; in hdspe_sysctl_input_level() 296 settings = HDSPE_INPUT_LEVEL_PLUS4DBU; in hdspe_sysctl_input_level() 299 settings = HDSPE_INPUT_LEVEL_MINUS10DBV; in hdspe_sysctl_input_level() 302 settings &= HDSPE_INPUT_LEVEL_MASK; in hdspe_sysctl_input_level() 303 if (settings != (sc->settings_register & HDSPE_INPUT_LEVEL_MASK)) { in hdspe_sysctl_input_level() [all …]
|
| /freebsd/sys/dev/ath/ath_hal/ar9002/ |
| H A D | ar9285_diversity.c | 62 ar9285SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING settings) in ar9285SetAntennaSwitch() argument 76 AH5212(ah)->ah_antControl = settings; in ar9285SetAntennaSwitch() 77 AH5212(ah)->ah_diversity = (settings == HAL_ANT_VARIABLE); in ar9285SetAntennaSwitch() 90 if (settings == HAL_ANT_VARIABLE) in ar9285SetAntennaSwitch() 93 if (settings == HAL_ANT_VARIABLE) { in ar9285SetAntennaSwitch() 101 if (settings == HAL_ANT_FIXED_A) { in ar9285SetAntennaSwitch() 110 else if (settings == HAL_ANT_FIXED_B) { in ar9285SetAntennaSwitch() 125 if (settings == HAL_ANT_VARIABLE) in ar9285SetAntennaSwitch()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | ti-8x | 29 >0x00003B byte 0x0F (window settings) 45 >0x00003B byte 0x0B (window settings) 46 >0x00003B byte 0x0C (window settings) 63 >0x00003B byte 0x0B (window settings) 64 >0x00003B byte 0x0C (window settings) 82 >0x00003B byte 0x0F (window settings) 112 >0x00003B byte 0x17 (window settings) 113 >0x00003B byte 0x18 (window settings) 114 >0x00003B byte 0x19 (window settings) 115 >0x00003B byte 0x1A (window settings) [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_new.pod | 18 data for a TLS/SSL connection. The new structure inherits the settings 20 options, verification settings, timeout settings. An B<SSL> structure is 31 the settings in I<s> into the new B<SSL> object. 41 The subset of settings in I<s> that are duplicated are: 47 =item any tmp_dh settings set via L<SSL_set_tmp_dh(3)>, 54 =item any DANE settings 60 =item any minimum or maximum protocol settings set via 87 =item any security level settings or callbacks
|
| H A D | SSL_clear.pod | 15 Reset B<ssl> to allow another connection. All settings (method, ciphers, 21 settings are kept, a side effect is the handling of the current SSL session. 29 settings corresponding. This explicitly means, that e.g. the special method 43 reset operation however keeps several settings of the last sessions 44 (some of these settings were made automatically during the last 46 same peer that shares these settings, and may fail if that peer 47 changes its settings between connections. Use the sequence
|
| /freebsd/usr.sbin/bluetooth/hccontrol/ |
| H A D | link_policy.c | 194 fprintf(stdout, "Link policy settings: %#x\n", le16toh(rp.settings)); in hci_read_link_policy_settings() 221 cp.settings = (uint16_t) (n & 0x0ffff); in hci_write_link_policy_settings() 222 cp.settings = htole16(cp.settings); in hci_write_link_policy_settings()
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | da9063.txt | 18 modified to match the chip's OTP settings). 24 - regulators : This node defines the settings for the LDOs and BUCKs. 49 - rtc : This node defines settings for the Real-Time Clock associated with 54 - onkey : This node defines the OnKey settings for controlling the key 66 - watchdog : This node defines settings for the Watchdog timer associated
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | cc.tcl | 333 proc cc-add-settings {settings} { argument 334 if {[llength $settings] % 2} { 335 autosetup-error "settings list is missing a value: $settings" 345 foreach {name value} $settings { 428 proc cc-with {settings args} { 430 cc-add-settings $settings 434 set save [cc-add-settings $settings]
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | hostapd.c | 4345 struct csa_settings *settings) in hostapd_fill_csa_settings() argument 4359 switch (settings->freq_params.bandwidth) { in hostapd_fill_csa_settings() 4361 if (settings->freq_params.center_freq2) in hostapd_fill_csa_settings() 4378 settings->freq_params.freq, in hostapd_fill_csa_settings() 4379 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings() 4385 settings->freq_params.freq, in hostapd_fill_csa_settings() 4386 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings() 4387 settings->freq_params.vht_enabled, in hostapd_fill_csa_settings() 4388 settings->freq_params.he_enabled, in hostapd_fill_csa_settings() 4389 settings->freq_params.eht_enabled); in hostapd_fill_csa_settings() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
| H A D | intel-ixp42x-arcom-vulcan.dts | 54 /* Expansion bus settings */ 70 /* Expansion bus settings */ 89 /* Expansion bus settings */ 101 /* Expansion bus settings */ 108 /* Expansion bus settings */
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | tput.c | 155 tput_cmd(int fd, TTY * settings, int argc, char **argv, int *used) in tput_cmd() argument 167 TTY oldmode = *settings; in tput_cmd() 175 reset_tty_settings(fd, settings, FALSE); in tput_cmd() 191 set_control_chars(settings, terasechar, intrchar, tkillchar); in tput_cmd() 192 set_conversions(settings); in tput_cmd() 198 update_tty_settings(&oldmode, settings); in tput_cmd()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_init.c | 42 * If this function is called with a non NULL settings value then it must be 44 * i.e. passing a non-null settings value is assumed to be single-threaded. 46 int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings) in OPENSSL_init_ssl() argument 70 if (!OPENSSL_init_crypto(opts, settings)) in OPENSSL_init_ssl()
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | fsl,imx7d-pinctrl.txt | 7 mux and pad control settings, it shares the input select register from main 8 iomuxc controller for daisy chain settings, the fsl,input-sel property extends 36 Reference Manual for detailed CONFIG settings. 39 daisy chain settings.
|
| H A D | fsl,imx-pinctrl.txt | 7 different PAD settings (like pull up, keeper, etc) the IOMUXC controls 8 also the PAD settings parameters. 17 mode) this pin can work on and the 'config' configures various pad settings 72 /* shared pinctrl settings */
|
| /freebsd/crypto/openssl/demos/http3/ |
| H A D | ossl-nghttp3.h | 38 * If settings is NULL, use default settings only. Settings unsupported by 50 const nghttp3_settings *settings, 66 const nghttp3_settings *settings,
|
| H A D | ossl-nghttp3.c | 235 const nghttp3_settings *settings, in OSSL_DEMO_H3_CONN_new_for_conn() 324 if (settings == NULL) { in OSSL_DEMO_H3_CONN_new_for_conn() 326 settings = &dsettings; in OSSL_DEMO_H3_CONN_new_for_conn() 349 ec = nghttp3_conn_client_new(&conn->h3conn, &intl_callbacks, settings, in OSSL_DEMO_H3_CONN_new_for_conn() 398 const nghttp3_settings *settings, in OSSL_DEMO_H3_CONN_new_for_addr() 434 settings, user_data); in OSSL_DEMO_H3_CONN_new_for_addr() 233 OSSL_DEMO_H3_CONN_new_for_conn(BIO * qconn_bio,const nghttp3_callbacks * callbacks,const nghttp3_settings * settings,void * user_data) OSSL_DEMO_H3_CONN_new_for_conn() argument 393 OSSL_DEMO_H3_CONN_new_for_addr(SSL_CTX * ctx,const char * addr,const nghttp3_callbacks * callbacks,const nghttp3_settings * settings,void * user_data) OSSL_DEMO_H3_CONN_new_for_addr() argument
|
| /freebsd/bin/sh/tests/builtins/ |
| H A D | set1.0 | 6 settings=$(set +o) 21 eval "$settings"
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-version.pod.in | 67 ENGINESDIR settings. 71 MODULESDIR settings. 75 The random number generator source settings. 79 The OpenSSL CPU settings info.
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | nvidia,tegra20-emc.txt | 28 Child device nodes describe the memory settings for different configurations and clock rates. 59 next level of nodes below the emc table are used to specify which settings 60 apply for which ram-code settings. 75 This is a table containing the EMC register settings for the various 89 early boot by selecting one out of possible 4 memory settings based
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | browser.c | 297 WebKitSettings *settings; in hs20_web_browser() local 299 WebKitWebSettings *settings; in hs20_web_browser() local 364 settings = webkit_web_view_get_settings(view); in hs20_web_browser() 365 g_object_set(G_OBJECT(settings), "user-agent", in hs20_web_browser() 369 g_object_set(G_OBJECT(settings), "auto-load-images", TRUE, NULL); in hs20_web_browser()
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | ibm,ndfc.txt | 9 - bank-settings : NDFC bank configuration register value (default 0). 20 bank-settings = <0x80002222>;
|
| /freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | stmpe.txt | 59 Note that common ADC settings of stmpe_touchscreen (child) will take precedence 60 over the settings done in MFD. 77 /* Common ADC settings */
|