Searched refs:settings (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dsvn_cache_config.h41 /** Cache resource settings. It controls what caches, in what size and
42 how they will be created. The settings apply for the whole process.
62 this function will return the default settings.
79 svn_cache_config_set(const svn_cache_config_t *settings);
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_diversity.c48 * settings are fixed and the antenna diversity scanning routine
56 * software diversity combining settings will be lost and won't
62 ar9285SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING settings) argument
75 /* Store settings */
76 AH5212(ah)->ah_antControl = settings;
77 AH5212(ah)->ah_diversity = (settings == HAL_ANT_VARIABLE);
90 if (settings == HAL_ANT_VARIABLE)
93 if (settings == HAL_ANT_VARIABLE) {
101 if (settings == HAL_ANT_FIXED_A) {
110 else if (settings
[all...]
H A Dar9280_attach.c927 ar9280SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING settings) argument
935 switch (settings) {
948 /* Restore original chainmask settings */
955 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: settings=%d, tx/rx chainmask=%d/%d\n",
956 __func__, settings, ahp->ah_tx_chainmask, ahp->ah_rx_chainmask);
H A Dar9287_attach.c477 ar9287SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING settings) argument
/freebsd-10.2-release/tools/build/options/
H A Dmakeman34 rm -f $t/settings
53 done > $t/settings.target
54 if [ -r $t/settings ] ; then
55 join -t\ $t/settings $t/settings.target > $t/settings.new
56 mv $t/settings.new $t/settings
58 mv $t/settings.target $t/settings
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache_config.c31 /* The cache settings as a process-wide singleton.
170 svn_cache_config_set(const svn_cache_config_t *settings) argument
172 cache_settings = *settings;
/freebsd-10.2-release/usr.sbin/bluetooth/hccontrol/
H A Dlink_policy.c192 fprintf(stdout, "Link policy settings: %#x\n", le16toh(rp.settings));
215 /* link policy settings */
219 cp.settings = (uint16_t) (n & 0x0ffff);
220 cp.settings = htole16(cp.settings);
269 "handle. The link policy settings parameter determines the behavior of the\n" \
274 "request itself, depending on the value of the link policy settings parameter\n"\
281 "write_link_policy_settings <connection_handle> <settings>",
283 "handle. The link policy settings paramete
[all...]
H A Dhost_controller_baseband.c1020 rp.settings = le16toh(rp.settings);
1022 input_coding = (rp.settings & 0x0300) >> 8;
1023 input_data_format = (rp.settings & 0x00c0) >> 6;
1024 input_sample_size = (rp.settings & 0x0020) >> 5;
1026 fprintf(stdout, "Voice settings: %#04x\n", rp.settings);
1053 cp.settings = (uint16_t) n;
1054 cp.settings = htole16(cp.settings);
[all...]
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.h38 const char *pin, struct wps_new_ap_settings *settings);
59 const char *pin, struct wps_new_ap_settings *settings);
H A Dwps_supplicant.c1026 const char *pin, struct wps_new_ap_settings *settings)
1046 if (settings) {
1049 settings->ssid_hex, settings->auth,
1050 settings->encr, settings->key_hex);
1659 const char *pin, struct wps_new_ap_settings *settings)
1667 if (settings->ssid_hex == NULL || settings->auth == NULL ||
1668 settings
1025 wpas_wps_start_reg(struct wpa_supplicant *wpa_s, const u8 *bssid, const char *pin, struct wps_new_ap_settings *settings) argument
1658 wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid, const char *pin, struct wps_new_ap_settings *settings) argument
[all...]
/freebsd-10.2-release/contrib/bmake/mk/
H A Dtarget-flags.mk6 # follow it with any target specific flag settings.
/freebsd-10.2-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c527 lp->cp.settings = 0;
530 lp->cp.settings |= 0x1;
532 lp->cp.settings |= 0x2;
534 lp->cp.settings |= 0x4;
536 lp->cp.settings |= 0x8;
538 lp->cp.settings &= unit->link_policy_mask;
539 lp->cp.settings = htole16(lp->cp.settings);
/freebsd-10.2-release/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c1002 svn_cache_config_t settings = *svn_cache_config_get();
1005 settings.cache_size = params.memory_cache_size;
1007 settings.single_threaded = TRUE;
1011 settings.single_threaded = FALSE;
1022 svn_cache_config_set(&settings);
1001 svn_cache_config_t settings = *svn_cache_config_get(); local
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_upgtvar.h144 uint8_t settings; member in struct:upgt_eeprom_freq4_header
269 uint8_t settings; member in struct:upgt_lmac_channel
H A Dif_upgt.c1008 chan->settings = sc->sc_eeprom_freq6_settings;
1273 int settings; local
1281 settings = freq4_header->settings;
1284 sc->sc_eeprom_freq6_settings = freq4_header->settings;
1286 DPRINTF(sc, UPGT_DEBUG_FW, "flags=0x%02x elements=%d settings=%d\n",
1287 flags, elements, settings);
1298 for (j = 0; j < settings; j++) {
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_er.c291 struct wps_er_ap_settings *settings; local
297 settings = wps_er_ap_get_settings(er, ap->uuid);
298 if (!settings) {
299 settings = os_zalloc(sizeof(*settings));
300 if (settings == NULL)
302 os_memcpy(settings->uuid, ap->uuid, WPS_UUID_LEN);
303 dl_list_add(&er->ap_settings, &settings->list);
305 os_memcpy(&settings->ap_settings, ap->ap_settings,
329 wpa_printf(MSG_DEBUG, "WPS ER: Use cached AP settings");
[all...]
/freebsd-10.2-release/sys/dev/ixl/
H A Di40e_common.c975 * Make sure all PXE mode settings are cleared, including things
1211 /* clear the old pause settings */
1218 /* Auto restart link so settings take effect */
1221 /* Copy over all the old settings */
1256 * Configure MAC settings for frame size, jumbo frame support and the
3628 * EMP will return when the shared RPB settings have been
4014 * @settings: Filter control settings
4016 * Check and validate the filter control settings passed.
4024 struct i40e_filter_control_settings *settings)
4023 i40e_validate_filter_settings(struct i40e_hw *hw, struct i40e_filter_control_settings *settings) argument
4116 i40e_set_filter_control(struct i40e_hw *hw, struct i40e_filter_control_settings *settings) argument
[all...]
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c137 * and is unaffected by regulatory/country code settings.
610 ar5211SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING settings) argument
615 AH5211(ah)->ah_diversityControl = settings;
618 return ar5211SetAntennaSwitchInternal(ah, settings, chan);
H A Dar5211_reset.c1138 ar5211SetAntennaSwitchInternal(struct ath_hal *ah, HAL_ANT_SETTING settings, argument
1173 switch (settings) {
1184 __func__, settings);
1187 ahp->ah_diversityControl = settings;
/freebsd-10.2-release/sys/netgraph/bluetooth/include/
H A Dng_hci.h213 /* Link policy settings */
869 u_int16_t settings; /* link policy settings */ member in struct:__anon10904
875 u_int16_t settings; /* link policy settings */ member in struct:__anon10905
1109 u_int16_t settings; /* voice settings */ member in struct:__anon10937
1114 u_int16_t settings; /* voice settings */ member in struct:__anon10938
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c125 * and is unaffected by regulatory/country code settings.
299 ar5210SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING settings) argument
302 return (settings == HAL_ANT_VARIABLE);
/freebsd-10.2-release/crypto/openssh/contrib/aix/
H A Dbuildbff.sh14 # Tunable configuration settings
64 # Collect local configuration settings to override defaults
68 echo Reading local settings from config.local
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c159 svn_cache_config_t settings = *svn_cache_config_get();
164 settings.cache_size = 1024 * 1024 * memory_cache_size;
165 svn_cache_config_set(&settings);
158 svn_cache_config_t settings = *svn_cache_config_get(); local
/freebsd-10.2-release/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2311 svn_cache_config_t settings = *svn_cache_config_get();
2313 settings.cache_size = opt_state.memory_cache_size;
2314 settings.single_threaded = TRUE;
2316 svn_cache_config_set(&settings);
2308 svn_cache_config_t settings = *svn_cache_config_get(); local
/freebsd-10.2-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.h152 HAL_ANT_SETTING settings, const struct ieee80211_channel *);

Completed in 295 milliseconds

12