| /src/usr.sbin/sysinst/ | 
| configmenu.c | 92 	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/ | 
| mixerctl | 31 		echo "Setting mixerctl variables..." 32 		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/ | 
| r9a07g043f01-smarc.dts | 11  * 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/ | 
| salvator-xs.dtsi | 63 	 *   (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/ | 
| crypto_scrypt-common.c | 109 escrypt_parse_setting(const uint8_t *setting, 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);
 
 | 
| pwhash_scryptsalsa208sha256.c | 181     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,
 
 | 
| crypto_scrypt.h | 94 extern const uint8_t *escrypt_parse_setting(const uint8_t *setting, 
 | 
| /src/usr.bin/make/unit-tests/ | 
| unexport-env.mk | 7 # an example of setting up a minimal environment. 
 | 
| archive-suffix.mk | 4 # failure in Var_SetWithFlags, triggered by Compat_Make, when setting the 
 | 
| deptgt-notparallel.mk | 4 # prevents the job module from doing anything in parallel, by setting the 
 | 
| deptgt-silent.mk | 13 # This is unlike .DELETE_ON_ERROR, which is a global setting. 
 | 
| deptgt-delete_on_error.mk | 41 # The special target .DELETE_ON_ERROR is a global setting. 
 | 
| varname-dot-make-save_dollars.mk | 20 # 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/ | 
| crypt.c | 502  * We extract the scheme from setting str to allow for 509 nondes_scheme_substr(const char * setting,char * scheme, unsigned int len)
 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)
 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/ | 
| ar5212_misc.c | 198 		 * Because we mark s/w LED control setting the control 423 ar5212SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING setting)
 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)
 [all...]
 | 
| /src/tests/usr.bin/indent/ | 
| edge_cases.c | 98 # 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/ | 
| armada-388-clearfog-base.dts | 50 		 * register, rather than preserving reset-loaded setting. 
 | 
| armada-38x-solidrun-microsom.dtsi | 66 		 * register, rather than preserving reset-loaded setting. 
 | 
| /src/sys/external/isc/atheros_hal/dist/ar5210/ | 
| ar5210_misc.c | 590 	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);
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | 
| fp_add_impl.inc | 76     // was already set by normalize( ), but setting it twice won't hurt 
 | 
| fp_extend_impl.inc | 81         // Conjure the result by beginning with infinity, then setting the qNaN 
 | 
| fp_mul_impl.inc | 64     // denormal path it was already set by normalize( ), but setting it twice 
 | 
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ | 
| amdgpu_fiji_smumgr.c | 1772 	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->sclk_activity)
 [all...]
 | 
| /src/sys/dev/raidframe/ | 
| rf_paritymap.c | 191 	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/ | 
| ah.c | 144  * 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;
 [all...]
 |