Searched refs:setting (Results 1 - 25 of 68) sorted by relevance

123

/src/usr.sbin/sysinst/
H A Dconfigmenu.c92 const char *setting; member in struct:configinfo
128 config_list[CONFIGOPT_TZ].setting = tz_default;
135 config_list[i].setting = MSG_password_set;
137 config_list[i].setting = MSG_empty;
142 config_list[i].setting = MSG_YES;
144 config_list[i].setting = MSG_NO;
168 config_list[CONFIGOPT_ROOTSH].setting = (const char *)buf;
176 const char *optname, *setting; local in function:set_config
179 setting = msg_string(config->setting);
412 const char *setting, *varname; local in function:toggle_rcvar
478 const char *setting, *varname; local in function:toggle_mdnsd
[all...]
/src/etc/rc.d/
H A Dmixerctl32 while read setting; do
33 case "$setting" in
38 /usr/bin/mixerctl -n -w $setting
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/renesas/
H A Dr9a07g043f01-smarc.dts11 * DIP-Switch SW1 setting
15 * Please change below macros according to SW1 setting on the SoM
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
H A Dsalvator-xs.dtsi63 * (when SW31 is the default setting on Salvator-XS).
64 * - If SW31 is the default setting, you cannot use USB2.0 ch3 on
66 * Hence the SW31 setting must be changed like 2) below.
67 * 1) Default setting of SW31: ON-ON-OFF-OFF-OFF-OFF:
69 * 2) Changed setting of SW31: OFF-OFF-ON-ON-ON-ON:
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c109 escrypt_parse_setting(const uint8_t *setting, argument
114 if (setting[0] != '$' || setting[1] != '7' || setting[2] != '$') {
117 src = setting + 3;
138 const uint8_t *setting, uint8_t *buf, size_t buflen)
153 src = escrypt_parse_setting(setting, &N_log2, &r, &p);
158 prefixlen = src - setting;
183 memcpy(dst, setting, prefixlen + saltlen);
137 escrypt_r(escrypt_local_t * local,const uint8_t * passwd,size_t passwdlen,const uint8_t * setting,uint8_t * buf,size_t buflen) argument
H A Dpwhash_scryptsalsa208sha256.c181 char setting[crypto_pwhash_scryptsalsa208sha256_STRSETTINGBYTES + 1U]; local in function:crypto_pwhash_scryptsalsa208sha256_str
198 if (escrypt_gensalt_r(N_log2, r, p, salt, sizeof salt, (uint8_t *) setting,
199 sizeof setting) == NULL) {
207 (const uint8_t *) setting, (uint8_t *) out,
H A Dcrypto_scrypt.h94 extern const uint8_t *escrypt_parse_setting(const uint8_t *setting,
/src/usr.bin/make/unit-tests/
H A Dunexport-env.mk7 # an example of setting up a minimal environment.
H A Darchive-suffix.mk4 # failure in Var_SetWithFlags, triggered by Compat_Make, when setting the
H A Ddeptgt-notparallel.mk4 # prevents the job module from doing anything in parallel, by setting the
H A Ddeptgt-silent.mk13 # This is unlike .DELETE_ON_ERROR, which is a global setting.
H A Ddeptgt-delete_on_error.mk41 # The special target .DELETE_ON_ERROR is a global setting.
H A Dvarname-dot-make-save_dollars.mk20 # When dollars are preserved, this setting not only applies to literal
32 # When dollars are preserved, this setting not only applies to literal
/src/lib/libcrypt/
H A Dcrypt.c502 * We extract the scheme from setting str to allow for
509 nondes_scheme_substr(const char * setting,char * scheme, unsigned int len) argument
515 start = setting;
544 * Return a pointer to static data consisting of the "setting"
545 * followed by an encryption produced by the "key" and "setting".
548 __crypt(const char *key, const char *setting) argument
560 if (setting[0] == _PASSWORD_NONDES) {
562 setting, scheme, sizeof(scheme));
571 return (__bcrypt(key, setting));
574 return (__crypt_sha1(key, setting));
[all...]
/src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c198 * Because we mark s/w LED control setting the control
423 ar5212SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING setting) argument
430 ahp->ah_antControl = setting;
431 ahp->ah_diversity = (setting == HAL_ANT_VARIABLE);
434 return ar5212SetAntennaSwitchInternal(ah, setting, ichan);
812 case 1: /* current setting */
826 case 1: /* current setting */
909 uint32_t capability, uint32_t setting, HAL_STATUS *status)
918 if (setting)
927 if (setting)
908 ar5212SetCapability(struct ath_hal * ah,HAL_CAPABILITY_TYPE type,uint32_t capability,uint32_t setting,HAL_STATUS * status) argument
[all...]
/src/tests/usr.bin/indent/
H A Dedge_cases.c98 # querying, getting and setting the extra values.
140 # querying, getting and setting the extra values.
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darmada-388-clearfog-base.dts50 * register, rather than preserving reset-loaded setting.
H A Darmada-38x-solidrun-microsom.dtsi66 * register, rather than preserving reset-loaded setting.
/src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c590 uint32_t capability, uint32_t setting, HAL_STATUS *status)
601 AH_PRIVATE(ah)->ah_diagreg = setting;
603 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */
611 setting, status);
589 ar5210SetCapability(struct ath_hal * ah,HAL_CAPABILITY_TYPE type,uint32_t capability,uint32_t setting,HAL_STATUS * status) argument
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_add_impl.inc76 // was already set by normalize( ), but setting it twice won't hurt
H A Dfp_extend_impl.inc81 // Conjure the result by beginning with infinity, then setting the qNaN
H A Dfp_mul_impl.inc64 // denormal path it was already set by normalize( ), but setting it twice
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_fiji_smumgr.c1772 smu_data->smc_state_table.CKS_LOOKUPTable.CKS_LOOKUPTableEntry[0].setting =
1774 smu_data->smc_state_table.CKS_LOOKUPTable.CKS_LOOKUPTableEntry[0].setting |=
1811 ClockStretcherDataTableEntry[i].setting |= cks_setting << (j * 2);
1815 ClockStretcherDataTableEntry[i].setting);
2040 "Failed to populate VRConfig setting!", return result);
2557 struct profile_mode_setting *setting; local in function:fiji_update_dpm_settings
2573 setting = (struct profile_mode_setting *)profile_setting;
2575 if (setting->bupdate_sclk) {
2580 cpu_to_be16(setting->sclk_activity)) {
2581 levels[i].ActivityLevel = cpu_to_be16(setting
[all...]
/src/sys/dev/raidframe/
H A Drf_paritymap.c191 int i, j, setting, clearing; local in function:rf_paritymap_write_locked
193 setting = clearing = 0;
203 setting = 1;
209 pm->ctrs.ncachesync += setting + clearing;
225 if (setting)
310 * establish their initial values. Note that setting a parameter to 0 means
311 * to leave the previous setting unchanged, and that if this is done for the
312 * initial setting of "regions", then a default value will be computed based
394 * when regions are too small, the overhead of setting parity map bits
/src/sys/external/isc/atheros_hal/dist/
H A Dah.c144 * using the specified rate, phy, and short preamble setting.
501 case 1: /* current setting */
540 uint32_t capability, uint32_t setting, HAL_STATUS *status)
547 if (setting <= HAL_TP_SCALE_MIN) {
548 AH_PRIVATE(ah)->ah_tpScale = setting;
560 case 1: /* current setting */
561 AH_PRIVATE(ah)->ah_rfkillEnabled = (setting != 0);
565 AH_PRIVATE(ah)->ah_rfsilent = setting;
570 AH_PRIVATE(ah)->ah_currentRD = setting;
573 AH_PRIVATE(ah)->ah_rxornIsFatal = setting;
539 ath_hal_setcapability(struct ath_hal * ah,HAL_CAPABILITY_TYPE type,uint32_t capability,uint32_t setting,HAL_STATUS * status) argument
[all...]

Completed in 23 milliseconds

123