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

12

/freebsd-10.0-release/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 Dapr_passwd.c187 char setting[40]; local
189 salt_len, setting, sizeof(setting)) == NULL)
191 if (_crypt_blowfish_rn(pw, setting, out, out_len) == NULL)
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] > '3' ||
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...]
/freebsd-10.0-release/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-10.0-release/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.h103 extern void set_Wunused (int setting);
H A Dopts.c1065 set_Wextra (int setting) argument
1067 extra_warnings = setting;
1068 warn_unused_value = setting;
1069 warn_unused_parameter = (setting && maybe_warn_unused_parameter);
1074 if (setting == 0)
1082 set_Wunused (int setting) argument
1084 warn_unused_function = setting;
1085 warn_unused_label = setting;
1091 maybe_warn_unused_parameter = setting;
1092 warn_unused_parameter = (setting
[all...]
H A Dc-format.c41 set_Wformat (int setting)
43 warn_format = setting;
44 warn_format_extra_args = setting;
45 warn_format_zero_length = setting;
46 if (setting != 1)
48 warn_format_nonliteral = setting;
49 warn_format_security = setting;
50 warn_format_y2k = setting;
53 if (setting)
54 warn_nonnull = setting;
40 set_Wformat(int setting) argument
[all...]
/freebsd-10.0-release/share/mk/
H A Dbsd.compiler.mk17 .error Unable to determine compiler type for ${CC}. Consider setting COMPILER_TYPE.
H A Dbsd.port.mk7 # and setting MK_* variables when building ports.
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/sys/boot/i386/loader/
H A Dhelp.i38636 forced by setting this variable.
/freebsd-10.0-release/sys/boot/pc98/loader/
H A Dhelp.pc9836 forced by setting this variable.
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c598 uint32_t capability, uint32_t setting, HAL_STATUS *status)
609 AH_PRIVATE(ah)->ah_diagreg = setting;
611 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */
619 setting, status);
692 * This merges in the diagnostic register setting with the default
597 ar5210SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, uint32_t capability, uint32_t setting, HAL_STATUS *status) argument
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c643 uint32_t capability, uint32_t setting, HAL_STATUS *status)
653 AH_PRIVATE(ah)->ah_diagreg = setting;
655 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */
661 setting, status);
642 ar5211SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, uint32_t capability, uint32_t setting, HAL_STATUS *status) argument
/freebsd-10.0-release/sys/dev/ixgb/
H A DREADME152 - The Jumbo Frames setting on the switch must be set to at least
159 MTU range is 1500. To modify the setting, enter the following:
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.c345 * using the specified rate, phy, and short preamble setting.
663 case 1: /* current setting */
784 case HAL_CAP_MFP: /* Management frame protection setting */
796 uint32_t capability, uint32_t setting, HAL_STATUS *status)
803 if (setting <= HAL_TP_SCALE_MIN) {
804 AH_PRIVATE(ah)->ah_tpScale = setting;
816 case 1: /* current setting */
817 AH_PRIVATE(ah)->ah_rfkillEnabled = (setting != 0);
821 AH_PRIVATE(ah)->ah_rfsilent = setting;
826 AH_PRIVATE(ah)->ah_currentRD = setting;
795 ath_hal_setcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, uint32_t capability, uint32_t setting, HAL_STATUS *status) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp160 // "<setting-name>{<predicate>}"
270 const Property *setting = GetPropertyAtIndex (exe_ctx, will_modify, idx); local
271 if (setting)
272 return setting->GetValue();
/freebsd-10.0-release/contrib/bmake/mk/
H A Dman.mk34 # this is triggered by the setting of EXTRACT_MAN or MAN being set but
/freebsd-10.0-release/crypto/openssh/contrib/
H A Dssh-copy-id49 please try setting the environment variable SANE_SH to the path of that
193 # and has the side effect of setting $NEW_IDS
/freebsd-10.0-release/sys/dev/hptmv/
H A Dvdevice.h168 #error You must set one vbus setting
/freebsd-10.0-release/sys/ofed/include/linux/mlx4/
H A Dcmd.h239 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting);

Completed in 342 milliseconds

12