| /freebsd-14.2/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 | 435 free(settings->filename); in OPENSSL_INIT_set_config_filename() 436 settings->filename = newfilename; in OPENSSL_INIT_set_config_filename() 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() 470 free(settings->filename); in OPENSSL_INIT_free() 471 free(settings->appname); in OPENSSL_INIT_free() [all …]
|
| /freebsd-14.2/tools/build/options/ |
| H A D | makeman | 47 rm -f $t/settings 73 done > $t/settings.target 74 if [ -r $t/settings ] ; then 75 join -t\ $t/settings $t/settings.target > $t/settings.new 76 mv $t/settings.new $t/settings 78 mv $t/settings.target $t/settings 91 done < $t/settings 102 settings) 271 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITH_ALL_${opt} 275 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITHOUT_ALL_${opt} [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/soc/xilinx/ |
| H A D | xlnx,vcu-settings.yaml | 4 $id: http://devicetree.org/schemas/soc/xilinx/xlnx,vcu-settings.yaml# 19 - const: xlnx,vcu-settings 38 compatible = "xlnx,vcu-settings", "syscon";
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/soc/renesas/ |
| H A D | renesas,r9a09g011-sys.yaml | 15 - Bank address settings for DMAC 16 - Bank address settings of the units for ICB 21 - PCIe related settings
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/contrib/device-tree/src/arm/ |
| 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-14.2/contrib/wpa/src/ap/ |
| H A D | hostapd.c | 4345 struct csa_settings *settings) in hostapd_fill_csa_settings() argument 4378 settings->freq_params.freq, in hostapd_fill_csa_settings() 4385 settings->freq_params.freq, in hostapd_fill_csa_settings() 4388 settings->freq_params.he_enabled, in hostapd_fill_csa_settings() 4393 settings->freq_params.channel = chan; in hostapd_fill_csa_settings() 4396 &settings->freq_params, in hostapd_fill_csa_settings() 4419 hapd->cs_count = settings->cs_count; in hostapd_fill_csa_settings() 4432 settings->link_id = -1; in hostapd_fill_csa_settings() 4488 struct csa_settings *settings) in hostapd_switch_channel() argument 4614 settings->link_id = -1; in hostapd_fill_cca_settings() [all …]
|
| /freebsd-14.2/bin/sh/tests/builtins/ |
| H A D | set1.0 | 6 settings=$(set +o) 21 eval "$settings"
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | audio-graph-card.yaml | 36 * dai-controller own settings 49 * codec own settings
|
| /freebsd-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/net/wireless/ |
| H A D | mediatek,mt76.yaml | 177 rates for multiple channel bandwidth settings. 179 settings for which the rate set applies, followed by 181 channel bandwidth settings is 20, 40, 80 and 160 MHz. 191 for multiple channel bandwidth or resource unit settings. 193 resource unit settings for which the rate set applies, 195 channel resource unit settings is RU26, RU52, RU106,
|
| /freebsd-14.2/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 */
|