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

123

/freebsd-11.0-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.
67 this function will return the default settings.
84 svn_cache_config_set(const svn_cache_config_t *settings);
/freebsd-11.0-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...]
/freebsd-11.0-release/tools/build/options/
H A Dmakeman34 rm -f $t/settings
54 done > $t/settings.target
55 if [ -r $t/settings ] ; then
56 join -t\ $t/settings $t/settings.target > $t/settings.new
57 mv $t/settings.new $t/settings
59 mv $t/settings.target $t/settings
[all...]
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dctrl_iface_ap.h25 struct csa_settings *settings);
H A Dctrl_iface_ap.c514 struct csa_settings *settings)
518 os_memset(settings, 0, sizeof(*settings));
519 settings->cs_count = strtol(pos, &end, 10);
525 settings->freq_params.freq = atoi(end);
526 if (settings->freq_params.freq == 0) {
536 settings->freq_params.str = atoi(pos2); \
544 settings->freq_params.ht_enabled = !!os_strstr(pos, " ht");
545 settings->freq_params.vht_enabled = !!os_strstr(pos, " vht");
546 settings
513 hostapd_parse_csa_settings(const char *pos, struct csa_settings *settings) argument
[all...]
H A Dhostapd.c2748 * same hw_mode. Any other changes to MAC parameters or provided settings (even
2785 struct csa_settings *settings)
2796 &settings->freq_params,
2801 ret = hostapd_build_beacon_data(hapd, &settings->beacon_after);
2811 hapd->cs_freq_params = settings->freq_params;
2812 hapd->cs_count = settings->cs_count;
2813 hapd->cs_block_tx = settings->block_tx;
2815 ret = hostapd_build_beacon_data(hapd, &settings->beacon_csa);
2817 free_beacon_data(&settings->beacon_after);
2821 settings
2784 hostapd_fill_csa_settings(struct hostapd_data *hapd, struct csa_settings *settings) argument
2839 hostapd_switch_channel(struct hostapd_data *hapd, struct csa_settings *settings) argument
[all...]
H A Dap_drv_ops.h265 struct csa_settings *settings)
270 return hapd->driver->switch_channel(hapd->drv_priv, settings);
264 hostapd_drv_switch_channel(struct hostapd_data *hapd, struct csa_settings *settings) argument
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache_config.c32 /* The cache settings as a process-wide singleton.
177 svn_cache_config_set(const svn_cache_config_t *settings) argument
179 cache_settings = *settings;
/freebsd-11.0-release/usr.sbin/bluetooth/hccontrol/
H A Dlink_policy.c193 fprintf(stdout, "Link policy settings: %#x\n", le16toh(rp.settings));
216 /* link policy settings */
220 cp.settings = (uint16_t) (n & 0x0ffff);
221 cp.settings = htole16(cp.settings);
270 "handle. The link policy settings parameter determines the behavior of the\n" \
275 "request itself, depending on the value of the link policy settings parameter\n"\
282 "write_link_policy_settings <connection_handle> <settings>",
284 "handle. The link policy settings paramete
[all...]
H A Dhost_controller_baseband.c1021 rp.settings = le16toh(rp.settings);
1023 input_coding = (rp.settings & 0x0300) >> 8;
1024 input_data_format = (rp.settings & 0x00c0) >> 6;
1025 input_sample_size = (rp.settings & 0x0020) >> 5;
1027 fprintf(stdout, "Voice settings: %#04x\n", rp.settings);
1054 cp.settings = (uint16_t) n;
1055 cp.settings = htole16(cp.settings);
[all...]
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dbrowser.c156 WebKitWebSettings *settings; local
202 settings = webkit_web_view_get_settings(view);
203 g_object_set(G_OBJECT(settings), "user-agent",
207 g_object_set(G_OBJECT(settings), "auto-load-images", TRUE, NULL);
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.h39 const char *pin, struct wps_new_ap_settings *settings);
60 const char *pin, struct wps_new_ap_settings *settings);
H A Dwps_supplicant.c1304 const char *pin, struct wps_new_ap_settings *settings)
1331 if (settings) {
1334 settings->ssid_hex, settings->auth,
1335 settings->encr, settings->key_hex);
2010 const char *pin, struct wps_new_ap_settings *settings)
2023 if (settings->ssid_hex == NULL || settings->auth == NULL ||
2024 settings
1303 wpas_wps_start_reg(struct wpa_supplicant *wpa_s, const u8 *bssid, const char *pin, struct wps_new_ap_settings *settings) argument
2009 wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid, const char *pin, struct wps_new_ap_settings *settings) argument
[all...]
H A Dap.h54 struct csa_settings *settings);
H A Dap.c90 * Using default config settings for: conf->ht_op_mode_fixed,
1174 struct csa_settings *settings)
1180 return hostapd_switch_channel(wpa_s->ap_iface->bss[0], settings);
1190 struct csa_settings settings; local
1191 int ret = hostapd_parse_csa_settings(pos, &settings);
1196 return ap_switch_channel(wpa_s, &settings);
1173 ap_switch_channel(struct wpa_supplicant *wpa_s, struct csa_settings *settings) argument
/freebsd-11.0-release/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c488 svn_cache_config_t settings = *svn_cache_config_get();
490 settings.cache_size = opt_state.memory_cache_size;
491 settings.single_threaded = TRUE;
493 svn_cache_config_set(&settings);
485 svn_cache_config_t settings = *svn_cache_config_get(); local
/freebsd-11.0-release/contrib/bmake/mk/
H A Dtarget-flags.mk6 # follow it with any target specific flag settings.
/freebsd-11.0-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c752 lp->cp.settings = 0;
755 lp->cp.settings |= 0x1;
757 lp->cp.settings |= 0x2;
759 lp->cp.settings |= 0x4;
761 lp->cp.settings |= 0x8;
763 lp->cp.settings &= unit->link_policy_mask;
764 lp->cp.settings = htole16(lp->cp.settings);
/freebsd-11.0-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
/freebsd-11.0-release/contrib/wpa/src/wps/
H A Dwps_er.c292 struct wps_er_ap_settings *settings; local
298 settings = wps_er_ap_get_settings(er, ap->uuid);
299 if (!settings) {
300 settings = os_zalloc(sizeof(*settings));
301 if (settings == NULL)
303 os_memcpy(settings->uuid, ap->uuid, WPS_UUID_LEN);
304 dl_list_add(&er->ap_settings, &settings->list);
306 os_memcpy(&settings->ap_settings, ap->ap_settings,
330 wpa_printf(MSG_DEBUG, "WPS ER: Use cached AP settings");
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c1214 svn_cache_config_t settings = *svn_cache_config_get();
1217 settings.cache_size = params.memory_cache_size;
1219 settings.single_threaded = TRUE;
1223 settings.single_threaded = FALSE;
1234 svn_cache_config_set(&settings);
1213 svn_cache_config_t settings = *svn_cache_config_get(); local
/freebsd-11.0-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);
/freebsd-11.0-release/sys/dev/ixl/
H A Di40e_common.c1440 * Make sure all PXE mode settings are cleared, including things
1716 /* clear the old pause settings */
1723 /* Auto restart link so settings take effect */
1726 /* Copy over all the old settings */
1761 * Configure MAC settings for frame size, jumbo frame support and the
4749 * EMP will return when the shared RPB settings have been
5135 * @settings: Filter control settings
5137 * Check and validate the filter control settings passed.
5145 struct i40e_filter_control_settings *settings)
5144 i40e_validate_filter_settings(struct i40e_hw *hw, struct i40e_filter_control_settings *settings) argument
5237 i40e_set_filter_control(struct i40e_hw *hw, struct i40e_filter_control_settings *settings) argument
[all...]
/freebsd-11.0-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-11.0-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);

Completed in 512 milliseconds

123