/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->filename : NULL; in ossl_config_int() 60 appname = settings ? settings->appname : NULL; in ossl_config_int() 61 flags = settings ? settings->flags : DEFAULT_CONF_MFLAGS; in ossl_config_int()
|
H A D | conf_lib.c | 424 int OPENSSL_INIT_set_config_filename(OPENSSL_INIT_SETTINGS *settings, in OPENSSL_INIT_set_config_filename() argument 435 free(settings->filename); in OPENSSL_INIT_set_config_filename() 436 settings->filename = newfilename; in OPENSSL_INIT_set_config_filename() 441 void OPENSSL_INIT_set_config_file_flags(OPENSSL_INIT_SETTINGS *settings, in OPENSSL_INIT_set_config_file_flags() argument 444 settings->flags = flags; in OPENSSL_INIT_set_config_file_flags() 447 int OPENSSL_INIT_set_config_appname(OPENSSL_INIT_SETTINGS *settings, in OPENSSL_INIT_set_config_appname() argument 458 free(settings->appname); in OPENSSL_INIT_set_config_appname() 459 settings->appname = newappname; in OPENSSL_INIT_set_config_appname() 465 void OPENSSL_INIT_free(OPENSSL_INIT_SETTINGS *settings) in OPENSSL_INIT_free() argument 467 if (settings == NULL) in OPENSSL_INIT_free() [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 [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_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 40 reset operation however keeps several settings of the last sessions 41 (some of these settings were made automatically during the last 43 same peer that shares these settings, and may fail if that peer 44 changes its settings between connections. Use the sequence
|
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
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-version.pod.in | 66 ENGINESDIR settings. 70 MODULESDIR settings. 74 The random number generator source settings. 78 The OpenSSL CPU settings info.
|
/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/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/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/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/bin/sh/tests/builtins/ |
H A D | set1.0 | 6 settings=$(set +o) 21 eval "$settings"
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_init.c | 91 int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS * settings) in OPENSSL_init_ssl() argument 115 if (!OPENSSL_init_crypto(opts, settings)) in OPENSSL_init_ssl()
|
/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 */
|
/freebsd/contrib/netbsd-tests/fs/psshfs/ |
H A D | sshd_config.in | 3 # Basic settings. 22 # Some settings to allow user runs of sshd.
|
/freebsd/contrib/netbsd-tests/lib/librumphijack/ |
H A D | sshd_config.in | 3 # Basic settings. 22 # Some settings to allow user runs of sshd.
|
/freebsd/usr.sbin/bhyve/kbdlayout/ |
H A D | default | 20 # US keyboard settings. 30 # standard settings(US Keyboard layout), delete the "#" at the beginning of the 42 # Note that keys that have no problems with input have the same settings as 155 # If there is a key that can not be entered correctly with the standard settings 162 # Note that keys that have no problems with input have the same settings as 207 # The numeric keypad settings are the same as the Functional Key section above.
|