| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | integrate.c | 168 set_block_abstract_flags (tree stmt, int setting) in set_block_abstract_flags() argument 174 BLOCK_ABSTRACT (stmt) = setting; in set_block_abstract_flags() 180 set_decl_abstract_flags (local_decl, setting); in set_block_abstract_flags() 187 set_decl_abstract_flags (local_decl, setting); in set_block_abstract_flags() 193 set_block_abstract_flags (subblock, setting); in set_block_abstract_flags() 203 set_decl_abstract_flags (tree decl, int setting) in set_decl_abstract_flags() argument 205 DECL_ABSTRACT (decl) = setting; in set_decl_abstract_flags() 211 DECL_ABSTRACT (arg) = setting; in set_decl_abstract_flags() 214 set_block_abstract_flags (DECL_INITIAL (decl), setting); in set_decl_abstract_flags()
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ar5212/ |
| HD | ar5212_misc.c | 427 ar5212SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING setting) in ar5212SetAntennaSwitch() argument 434 ahp->ah_antControl = setting; in ar5212SetAntennaSwitch() 435 ahp->ah_diversity = (setting == HAL_ANT_VARIABLE); in ar5212SetAntennaSwitch() 438 return ar5212SetAntennaSwitchInternal(ah, setting, chan); in ar5212SetAntennaSwitch() 931 uint32_t capability, uint32_t setting, HAL_STATUS *status) in ar5212SetCapability() argument 940 if (setting) in ar5212SetCapability() 949 if (setting) in ar5212SetCapability() 964 if (setting) in ar5212SetCapability() 971 ahp->ah_diversity = (setting != 0); in ar5212SetCapability() 979 v |= SM(setting, AR_PHY_RESTART_DIV_GC); in ar5212SetCapability() [all …]
|
| /dragonfly/lib/libcrypt/ |
| HD | crypt-des.c | 588 crypt_des(const char *key, const char *setting) in crypt_des() argument 612 if (*setting == _PASSWORD_EFMT1) { in crypt_des() 619 count |= ascii_to_bin(setting[i]) << (i - 1) * 6; in crypt_des() 622 salt |= ascii_to_bin(setting[i]) << (i - 5) * 6; in crypt_des() 640 strncpy(output, setting, 9); in crypt_des() 659 salt = (ascii_to_bin(setting[1]) << 6) in crypt_des() 660 | ascii_to_bin(setting[0]); in crypt_des() 662 output[0] = setting[0]; in crypt_des() 669 output[1] = setting[1] ? setting[1] : output[0]; in crypt_des()
|
| /dragonfly/contrib/gdb-7/gdb/python/lib/gdb/command/ |
| HD | type_printers.py | 62 def __init__(self, setting, name): argument 64 self.setting = setting 70 p.enabled = self.setting
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ar5416/ |
| HD | ar5416_misc.c | 484 u_int32_t capability, u_int32_t setting, HAL_STATUS *status) in ar5416SetCapability() argument 490 setting &= ath_hal_eepromGet(ah, AR_EEP_RXMASK, NULL); in ar5416SetCapability() 491 pCap->halRxChainMask = setting; in ar5416SetCapability() 492 if (owl_get_ntxchains(setting) > 2) in ar5416SetCapability() 498 setting &= ath_hal_eepromGet(ah, AR_EEP_TXMASK, NULL); in ar5416SetCapability() 499 pCap->halTxChainMask = setting; in ar5416SetCapability() 500 if (owl_get_ntxchains(setting) > 2) in ar5416SetCapability() 508 if (setting) { in ar5416SetCapability() 523 return ar5212SetCapability(ah, type, capability, setting, status); in ar5416SetCapability()
|
| /dragonfly/sys/dev/drm/amd/powerplay/smumgr/ |
| HD | fiji_smumgr.c | 1779 smu_data->smc_state_table.CKS_LOOKUPTable.CKS_LOOKUPTableEntry[0].setting = in fiji_populate_clock_stretcher_data_table() 1781 smu_data->smc_state_table.CKS_LOOKUPTable.CKS_LOOKUPTableEntry[0].setting |= in fiji_populate_clock_stretcher_data_table() 1818 ClockStretcherDataTableEntry[i].setting |= cks_setting << (j * 2); in fiji_populate_clock_stretcher_data_table() 1822 ClockStretcherDataTableEntry[i].setting); in fiji_populate_clock_stretcher_data_table() 2562 struct profile_mode_setting *setting; in fiji_update_dpm_settings() local 2578 setting = (struct profile_mode_setting *)profile_setting; in fiji_update_dpm_settings() 2580 if (setting->bupdate_sclk) { in fiji_update_dpm_settings() 2585 cpu_to_be16(setting->sclk_activity)) { in fiji_update_dpm_settings() 2586 … levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in fiji_update_dpm_settings() 2596 if (levels[i].UpHyst != setting->sclk_up_hyst || in fiji_update_dpm_settings() [all …]
|
| HD | tonga_smumgr.c | 1683 smu_data->smc_state_table.CKS_LOOKUPTable.CKS_LOOKUPTableEntry[0].setting = in tonga_populate_clock_stretcher_data_table() 1685 smu_data->smc_state_table.CKS_LOOKUPTable.CKS_LOOKUPTableEntry[0].setting |= in tonga_populate_clock_stretcher_data_table() 1720 ClockStretcherDataTableEntry[i].setting |= cks_setting << (j * 2); in tonga_populate_clock_stretcher_data_table() 1724 ClockStretcherDataTableEntry[i].setting); in tonga_populate_clock_stretcher_data_table() 3141 struct profile_mode_setting *setting; in tonga_update_dpm_settings() local 3157 setting = (struct profile_mode_setting *)profile_setting; in tonga_update_dpm_settings() 3159 if (setting->bupdate_sclk) { in tonga_update_dpm_settings() 3164 cpu_to_be16(setting->sclk_activity)) { in tonga_update_dpm_settings() 3165 … levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in tonga_update_dpm_settings() 3175 if (levels[i].UpHyst != setting->sclk_up_hyst || in tonga_update_dpm_settings() [all …]
|
| HD | polaris10_smumgr.c | 2409 struct profile_mode_setting *setting; in polaris10_update_dpm_settings() local 2425 setting = (struct profile_mode_setting *)profile_setting; in polaris10_update_dpm_settings() 2427 if (setting->bupdate_sclk) { in polaris10_update_dpm_settings() 2432 cpu_to_be16(setting->sclk_activity)) { in polaris10_update_dpm_settings() 2433 … levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in polaris10_update_dpm_settings() 2443 if (levels[i].UpHyst != setting->sclk_up_hyst || in polaris10_update_dpm_settings() 2444 levels[i].DownHyst != setting->sclk_down_hyst) { in polaris10_update_dpm_settings() 2445 levels[i].UpHyst = setting->sclk_up_hyst; in polaris10_update_dpm_settings() 2446 levels[i].DownHyst = setting->sclk_down_hyst; in polaris10_update_dpm_settings() 2462 if (setting->bupdate_mclk) { in polaris10_update_dpm_settings() [all …]
|
| HD | ci_smumgr.c | 2762 struct profile_mode_setting *setting; in ci_update_dpm_settings() local 2778 setting = (struct profile_mode_setting *)profile_setting; in ci_update_dpm_settings() 2780 if (setting->bupdate_sclk) { in ci_update_dpm_settings() 2785 cpu_to_be16(setting->sclk_activity)) { in ci_update_dpm_settings() 2786 … levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in ci_update_dpm_settings() 2796 if (levels[i].UpH != setting->sclk_up_hyst || in ci_update_dpm_settings() 2797 levels[i].DownH != setting->sclk_down_hyst) { in ci_update_dpm_settings() 2798 levels[i].UpH = setting->sclk_up_hyst; in ci_update_dpm_settings() 2799 levels[i].DownH = setting->sclk_down_hyst; in ci_update_dpm_settings() 2815 if (setting->bupdate_mclk) { in ci_update_dpm_settings() [all …]
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ar5210/ |
| HD | ar5210_misc.c | 599 uint32_t capability, uint32_t setting, HAL_STATUS *status) in ar5210SetCapability() argument 610 AH_PRIVATE(ah)->ah_diagreg = setting; in ar5210SetCapability() 612 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */ in ar5210SetCapability() 620 setting, status); in ar5210SetCapability()
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ar5211/ |
| HD | ar5211_misc.c | 643 uint32_t capability, uint32_t setting, HAL_STATUS *status) in ar5211SetCapability() argument 653 AH_PRIVATE(ah)->ah_diagreg = setting; in ar5211SetCapability() 655 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */ in ar5211SetCapability() 661 setting, status); in ar5211SetCapability()
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ |
| HD | ah.c | 801 uint32_t capability, uint32_t setting, HAL_STATUS *status) in ath_hal_setcapability() argument 808 if (setting <= HAL_TP_SCALE_MIN) { in ath_hal_setcapability() 809 AH_PRIVATE(ah)->ah_tpScale = setting; in ath_hal_setcapability() 822 AH_PRIVATE(ah)->ah_rfkillEnabled = (setting != 0); in ath_hal_setcapability() 826 AH_PRIVATE(ah)->ah_rfsilent = setting; in ath_hal_setcapability() 831 AH_PRIVATE(ah)->ah_currentRD = setting; in ath_hal_setcapability() 834 AH_PRIVATE(ah)->ah_rxornIsFatal = setting; in ath_hal_setcapability()
|
| /dragonfly/share/zoneinfo/ |
| HD | etcetera | 14 # instead of TZ='Etc/GMT+4' one can use the POSIX setting TZ='<-04>+4'. 16 # Do not use a POSIX TZ setting like TZ='GMT+4', which is four hours
|
| /dragonfly/contrib/binutils-2.27/ld/emultempl/ |
| HD | README | 2 setting some variables to substitute in, to produce
|
| /dragonfly/usr.bin/localedef/ |
| HD | parser.y | 175 setting_list : setting_list setting 176 | setting 180 setting : T_COM_CHAR T_CHAR T_NL
|
| /dragonfly/etc/sendmail/ |
| HD | README | 23 file and setting SENDMAIL_SUBMIT_MC in /etc/make.conf. Do not edit 33 client mail queue every 30 minutes. Its behavior can be adjusted by setting
|
| /dragonfly/etc/ |
| HD | csh.login | 9 # For the setting of languages and character sets please see
|
| HD | profile | 9 # For the setting of languages and character sets please see
|
| /dragonfly/usr.bin/telnet/ |
| HD | README | 271 setting/clearing CTLECH in the sg_flags word. This 300 Telnetd was doing a TCSADRAIN when setting the new 307 Telnetd was improperly setting/clearing the ISTRIP 312 slave side of the pty, it was re-setting the EXTPROC 349 Fix the client where it was setting/clearing the OPOST 352 Fix the client where it was setting/clearing the ISTRIP 429 The client is now smarter when setting the telnet escape 463 Add the "-e" command line option, for setting the escape 499 Fix the TERMIOS setting of the terminal speed to handle both 576 Telnetd wasn't setting the kernel window size information
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-format.c | 40 set_Wformat (int setting) in set_Wformat() argument 42 warn_format = setting; in set_Wformat() 43 warn_format_extra_args = setting; in set_Wformat() 44 warn_format_zero_length = setting; in set_Wformat() 45 warn_format_contains_nul = setting; in set_Wformat() 46 if (setting != 1) in set_Wformat() 48 warn_format_nonliteral = setting; in set_Wformat() 49 warn_format_security = setting; in set_Wformat() 50 warn_format_y2k = setting; in set_Wformat() 53 if (setting) in set_Wformat() [all …]
|
| /dragonfly/usr.sbin/pw/ |
| HD | README | 10 User add mode also provides a means of easily setting system useradd
|
| /dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_misc.c | 957 u_int32_t capability, u_int32_t setting, HAL_STATUS *status) in ar9300_set_capability() argument 968 if (setting) in ar9300_set_capability() 977 if (setting) { in ar9300_set_capability() 985 if (setting) { in ar9300_set_capability() 999 AH_PRIVATE(ah)->ah_diagreg = setting; in ar9300_set_capability() 1001 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */ in ar9300_set_capability() 1006 ah->ah_config.ath_hal_desc_tpc = (setting != 0); in ar9300_set_capability() 1009 if (setting) { in ar9300_set_capability() 1017 if (setting) { in ar9300_set_capability() 1040 ar9300_ani_control(ah, cmds[capability], setting) : in ar9300_set_capability() [all …]
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | c-score.texi | 55 Assemble code for target is SCORE7, this is default setting 61 Assemble code for target is SCORE7, this is default setting
|
| /dragonfly/contrib/pam_passwdqc/ |
| HD | README | 62 users from setting passwords that may be too long for some system 108 Substring matching and discounting will be used if the "match" setting 143 actually enforce strong passwords. The "users" setting will enforce
|
| /dragonfly/sys/dev/drm/amd/powerplay/inc/ |
| HD | smu72.h | 662 uint16_t setting; member 675 uint8_t setting; member
|