Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_sap.c34 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()
44 int ossl_config_int(const OPENSSL_INIT_SETTINGS *settings) in ossl_config_int() argument
57 filename = settings ? settings->filename : NULL; in ossl_config_int()
58 appname = settings ? settings->appname : NULL; in ossl_config_int()
59 flags = settings ? settings->flags : DEFAULT_CONF_MFLAGS; in ossl_config_int()
H A Dconf_lib.c424 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()
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 free(settings->filename); in OPENSSL_INIT_free()
468 free(settings->appname); in OPENSSL_INIT_free()
[all …]
/freebsd/tools/build/options/
H A Dmakeman47 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)
318 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITH_ALL_${opt}
322 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITHOUT_ALL_${opt}
[all …]
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_diversity.c62 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 Dti-8x29 >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 DSSL_clear.pod15 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 DSSL_new.pod18 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/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,5p35023.yaml21 settings through the I2C interface when I2C mode is selected.
26 must be done via the full register map, including optimized settings.
48 renesas,settings:
50 Optimized settings for the device must be provided in full
76 renesas,settings = [
/freebsd/sys/contrib/device-tree/Bindings/soc/xilinx/
H A Dxlnx,vcu-settings.yaml4 $id: http://devicetree.org/schemas/soc/xilinx/xlnx,vcu-settings.yaml#
19 - const: xlnx,vcu-settings
38 compatible = "xlnx,vcu-settings", "syscon";
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-version.pod.in66 ENGINESDIR settings.
70 MODULESDIR settings.
74 The random number generator source settings.
78 The OpenSSL CPU settings info.
/freebsd/sys/contrib/device-tree/Bindings/soc/renesas/
H A Drenesas,r9a09g011-sys.yaml15 - Bank address settings for DMAC
16 - Bank address settings of the units for ICB
21 - PCIe related settings
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dlink_policy.c194 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 Dda9063.txt18 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/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-arcom-vulcan.dts54 /* Expansion bus settings */
70 /* Expansion bus settings */
89 /* Expansion bus settings */
101 /* Expansion bus settings */
108 /* Expansion bus settings */
/freebsd/bin/sh/tests/builtins/
H A Dset1.06 settings=$(set +o)
21 eval "$settings"
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx7d-pinctrl.txt7 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 Dfsl,imx-pinctrl.txt7 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/ssl/
H A Dssl_init.c91 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/mtd/
H A Dibm,ndfc.txt9 - bank-settings : NDFC bank configuration register value (default 0).
20 bank-settings = <0x80002222>;
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Daudio-graph-card.yaml36 * dai-controller own settings
49 * codec own settings
/freebsd/contrib/wpa/src/utils/
H A Dbrowser.c297 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/memory-controllers/
H A Dnvidia,tegra20-emc.txt28 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/sys/contrib/device-tree/Bindings/net/wireless/
H A Dmediatek,mt76.yaml187 rates for multiple channel bandwidth settings.
189 settings for which the rate set applies, followed by
191 channel bandwidth settings is 20, 40, 80 and 160 MHz.
201 for multiple channel bandwidth or resource unit settings.
203 resource unit settings for which the rate set applies,
205 channel resource unit settings is RU26, RU52, RU106,
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dstmpe.txt59 Note that common ADC settings of stmpe_touchscreen (child) will take precedence
60 over the settings done in MFD.
77 /* Common ADC settings */
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dti,omap-opp-supply.yaml52 ti,efuse-settings:
81 - ti,efuse-settings
95 ti,efuse-settings =

12345678910>>...22