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

123

/freebsd-11-stable/contrib/apr-util/crypto/
H A Dcrypt_blowfish.h20 extern int _crypt_output_magic(const char *setting, char *output, int size);
21 extern char *_crypt_blowfish_rn(const char *key, const char *setting,
H A Dcrypt_blowfish.c644 static char *BF_crypt(const char *key, const char *setting, argument
673 if (setting[0] != '$' ||
674 setting[1] != '2' ||
675 setting[2] < 'a' || setting[2] > 'z' ||
676 !flags_by_subtype[(unsigned int)(unsigned char)setting[2] - 'a'] ||
677 setting[3] != '$' ||
678 setting[4] < '0' || setting[4] > '1' ||
679 setting[
779 _crypt_output_magic(const char *setting, char *output, int size) argument
814 _crypt_blowfish_rn(const char *key, const char *setting, char *output, int size) argument
[all...]
H A Dapr_passwd.c193 char setting[40]; local
195 salt_len, setting, sizeof(setting)) == NULL)
197 if (_crypt_blowfish_rn(pw, setting, out, out_len) == NULL)
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spx0-defs.h105 uint64_t setting : 17; /**< Core PLL setting */ member in struct:cvmx_spx0_pll_setting::cvmx_spx0_pll_setting_s
107 uint64_t setting : 17;
H A Dcvmx-asxx-defs.h395 * ASX_GMII_RX_CLK_SET = GMII Clock delay setting
403 uint64_t setting : 5; /**< Setting to place on the RXCLK (GMII receive clk) member in struct:cvmx_asxx_gmii_rx_clk_set::cvmx_asxx_gmii_rx_clk_set_s
407 uint64_t setting : 5;
420 * ASX_GMII_RX_DAT_SET = GMII Clock delay setting
428 uint64_t setting : 5; /**< Setting to place on the RXD (GMII receive data) member in struct:cvmx_asxx_gmii_rx_dat_set::cvmx_asxx_gmii_rx_dat_set_s
432 uint64_t setting : 5;
539 * ASX_MII_RX_DAT_SET = GMII Clock delay setting
547 uint64_t setting : 5; /**< Setting to place on the RXD (MII receive data) member in struct:cvmx_asxx_mii_rx_dat_set::cvmx_asxx_mii_rx_dat_set_s
551 uint64_t setting : 5;
639 uint64_t bypass : 1; /**< When set, the rld_dll setting i
664 uint64_t setting : 5; /**< The rld_dll setting bypass value */ member in struct:cvmx_asxx_rld_bypass_setting::cvmx_asxx_rld_bypass_setting_s
883 uint64_t setting : 5; /**< RLDCK90 DLL Setting(debug) */ member in struct:cvmx_asxx_rld_setting::cvmx_asxx_rld_setting_s
896 uint64_t setting : 5; /**< This is the read-only true rld dll_setting. */ member in struct:cvmx_asxx_rld_setting::cvmx_asxx_rld_setting_cn38xx
953 uint64_t setting : 5; /**< Setting to place on the open-loop RXC delay line */ member in struct:cvmx_asxx_rx_clk_setx::cvmx_asxx_rx_clk_setx_s
1143 uint64_t setting : 5; /**< Setting to place on the open-loop TXC delay line */ member in struct:cvmx_asxx_tx_clk_setx::cvmx_asxx_tx_clk_setx_s
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp106 bool Properties::IsSettingExperimental(llvm::StringRef setting) { argument
107 if (setting.empty())
111 size_t dot_pos = setting.find_first_of('.');
112 return setting.take_front(dot_pos) == experimental;
/freebsd-11-stable/contrib/gcc/
H A Dintegrate.c169 set_block_abstract_flags (tree stmt, int setting)
174 BLOCK_ABSTRACT (stmt) = setting;
179 set_decl_abstract_flags (local_decl, setting);
184 set_block_abstract_flags (subblock, setting);
191 blocks and sub-blocks (recursively) to the same setting. */
194 set_decl_abstract_flags (tree decl, int setting)
196 DECL_ABSTRACT (decl) = setting;
202 DECL_ABSTRACT (arg) = setting;
205 set_block_abstract_flags (DECL_INITIAL (decl), setting);
165 set_block_abstract_flags(tree stmt, int setting) argument
190 set_decl_abstract_flags(tree decl, int setting) argument
201 set_block_abstract_flags (DECL_INITIAL (decl), setting); local
H A Dflags.h123 extern void set_Wunused (int setting);
H A Dopts.c1432 set_Wextra (int setting) argument
1434 extra_warnings = setting;
1435 warn_unused_value = setting;
1436 warn_unused_parameter = (setting && maybe_warn_unused_parameter);
1441 if (setting == 0)
1449 set_Wunused (int setting) argument
1451 warn_unused_function = setting;
1452 warn_unused_label = setting;
1458 maybe_warn_unused_parameter = setting;
1459 warn_unused_parameter = (setting
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dunexport-env.mk6 # an example of setting up a minimal environment.
H A Descape.mk86 # Backslash-newline in a variable setting is replaced by a single space.
109 # Double-backslash-newline in a variable setting.
136 # Triple-backslash-newline in a variable setting.
163 # Backslash-newline in a variable setting, plus any amount of white space
/freebsd-11-stable/share/mk/
H A Dbsd.port.mk23 # and setting MK_* variables when building ports.
H A Dsrc.sys.mk15 # Validate that the user didn't try setting an env-only variable in
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c194 * Because we mark s/w LED control setting the control
427 ar5212SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING setting) argument
434 ahp->ah_antControl = setting;
435 ahp->ah_diversity = (setting == HAL_ANT_VARIABLE);
438 return ar5212SetAntennaSwitchInternal(ah, setting, chan);
830 case 1: /* current setting */
844 case 1: /* current setting */
931 uint32_t capability, uint32_t setting, HAL_STATUS *status)
940 if (setting)
949 if (setting)
930 ar5212SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, uint32_t capability, uint32_t setting, HAL_STATUS *status) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h74 // We sometimes need to introduce a setting to enable experimental features,
75 // but then we don't want the setting for these to cause errors when the
76 // setting goes away. Add a sub-topic of the settings using this
83 static bool IsSettingExperimental(llvm::StringRef setting);
/freebsd-11-stable/secure/lib/libcrypt/
H A Dcrypt-des.c592 crypt_des(const char *key, const char *setting) argument
615 if (*setting == _PASSWORD_EFMT1) {
618 * setting - underscore, 4 bytes of count, 4 bytes of salt
622 count |= ascii_to_bin(setting[i]) << ((i - 1) * 6);
625 salt |= ascii_to_bin(setting[i]) << ((i - 5) * 6);
643 strncpy(output, setting, 9);
646 * Double check that we weren't given a short setting.
657 * setting - 2 bytes of salt
662 salt = (ascii_to_bin(setting[1]) << 6)
663 | ascii_to_bin(setting[
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c484 u_int32_t capability, u_int32_t setting, HAL_STATUS *status)
490 setting &= ath_hal_eepromGet(ah, AR_EEP_RXMASK, NULL);
491 pCap->halRxChainMask = setting;
492 if (owl_get_ntxchains(setting) > 2)
498 setting &= ath_hal_eepromGet(ah, AR_EEP_TXMASK, NULL);
499 pCap->halTxChainMask = setting;
500 if (owl_get_ntxchains(setting) > 2)
508 if (setting) {
523 return ar5212SetCapability(ah, type, capability, setting, status);
483 ar5416SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, u_int32_t capability, u_int32_t setting, HAL_STATUS *status) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc103 // which it interprets as a program setting its threads' name. We may be
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Dfileconf.c424 char *setting; local
427 // Get the setting.
433 setting = ptr;
456 if (strcmp(setting, "YES") == 0)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc80 // Conjure the result by beginning with infinity, then setting the qNaN
H A Dfp_mul_impl.inc74 // denormal path it was already set by normalize( ), but setting it twice
H A Dfp_add_impl.inc87 // was already set by normalize( ), but setting it twice won't hurt
/freebsd-11-stable/usr.bin/localedef/
H A Dparser.y177 setting_list : setting_list setting
178 | setting
182 setting : T_COM_CHAR T_CHAR T_NL label
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_timer.c152 error = copyout(&l_val, uap->setting, sizeof(l_val));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c599 uint32_t capability, uint32_t setting, HAL_STATUS *status)
610 AH_PRIVATE(ah)->ah_diagreg = setting;
612 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */
620 setting, status);
693 * This merges in the diagnostic register setting with the default
598 ar5210SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, uint32_t capability, uint32_t setting, HAL_STATUS *status) argument

Completed in 311 milliseconds

123