HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 26 - 50 of 723) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/debian/
e2fsprogs.postinst 7 -e /etc/initramfs-tools/initramfs.conf ]; then
  /external/ltp/testcases/kdump/
Makefile 1 all: runkdump.conf
  /external/ltp/testcases/network/dhcp/
dhcpd_tests.sh 32 if [ -f /etc/dhcpd.conf ]; then
33 DHCPD_CONF="/etc/dhcpd.conf"
34 elif [ -f /etc/dhcp/dhcpd.conf ]; then
35 DHCPD_CONF="/etc/dhcp/dhcpd.conf"
37 tst_brkm TBROK "failed to find dhcpd.conf"
40 mv $DHCPD_CONF dhcpd.conf
41 [ $? -ne 0 ] && tst_brkm TBROK "failed to backup dhcpd.conf"
43 mv tst_dhcpd.conf $DHCPD_CONF
44 [ $? -ne 0 ] && tst_brkm TBROK "failed to create dhcpd.conf"
59 cat > tst_dhcpd.conf <<-EO
    [all...]
  /external/toolchain-utils/automation/server/monitor/
urls.py 6 from django.conf import settings
7 from django.conf.urls.defaults import patterns
  /external/wpa_supplicant_8/wpa_supplicant/
nfc_pw_token.c 49 wpa_s.conf = os_zalloc(sizeof(*wpa_s.conf));
50 if (wpa_s.conf == NULL)
69 printf("wps_nfc_dev_pw_id=%d\n", wpa_s.conf->wps_nfc_dev_pw_id);
70 print_bin("wps_nfc_dh_pubkey", wpa_s.conf->wps_nfc_dh_pubkey);
71 print_bin("wps_nfc_dh_privkey", wpa_s.conf->wps_nfc_dh_privkey);
72 print_bin("wps_nfc_dev_pw", wpa_s.conf->wps_nfc_dev_pw);
78 wpa_config_free(wpa_s.conf);
wpa_supplicant_conf.mk 8 # Include this makefile to generate your hardware specific wpa_supplicant.conf
16 LOCAL_MODULE := wpa_supplicant.conf
23 WPA_SUPPLICANT_CONF_TEMPLATE := $(LOCAL_PATH)/wpa_supplicant_template.conf
29 @echo Target wpa_supplicant.conf: $@
  /system/bt/conf/
Android.mk 5 # Bluetooth bt_stack.conf config file
8 LOCAL_MODULE := bt_stack.conf
15 # Bluetooth bt_did.conf config file
18 LOCAL_MODULE := bt_did.conf
  /external/wpa_supplicant_8/src/ap/
ieee802_11_he.c 42 if (hapd->iface->conf->he_phy_capab.he_su_beamformer)
46 if (hapd->iface->conf->he_phy_capab.he_su_beamformee)
50 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer)
82 if (hapd->iface->conf->he_op.he_bss_color)
83 oper->he_oper_params |= hapd->iface->conf->he_op.he_bss_color;
85 if (hapd->iface->conf->he_op.he_default_pe_duration)
87 (hapd->iface->conf->he_op.he_default_pe_duration <<
90 if (hapd->iface->conf->he_op.he_twt_required)
93 if (hapd->iface->conf->he_op.he_rts_threshold)
95 (hapd->iface->conf->he_op.he_rts_threshold <
    [all...]
ieee802_11_shared.c 35 if (hapd->conf->assoc_sa_query_max_timeout > tu)
36 timeout = hapd->conf->assoc_sa_query_max_timeout - tu;
39 if (timeout < hapd->conf->assoc_sa_query_max_timeout)
179 if (hapd->conf->proxy_arp)
183 if (hapd->conf->wnm_sleep_mode)
185 if (hapd->conf->bss_transition)
192 if (hapd->conf->time_advertisement == 2)
194 if (hapd->conf->interworking)
198 if (hapd->conf->qos_map_set_len)
200 if (hapd->conf->tdls & TDLS_PROHIBIT
    [all...]
hw_features.c 154 if (iface->conf->basic_rates)
155 basic_rates = iface->conf->basic_rates;
196 if (iface->conf->supported_rates &&
197 !hostapd_rate_found(iface->conf->supported_rates,
213 (!iface->conf->ieee80211n || !iface->conf->require_ht)) {
229 if (!iface->conf->secondary_channel)
232 pri_chan = iface->conf->channel;
233 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
242 if (iface->conf->secondary_channel > 0)
519 u16 conf = iface->conf->ht_capab; local
630 u32 conf = iface->conf->vht_capab; local
    [all...]
hostapd.c 83 radius_client_reconfig(hapd->radius, hapd->conf->radius);
86 ssid = &hapd->conf->ssid;
93 hostapd_config_clear_wpa_psk(&hapd->conf->ssid.wpa_psk);
95 if (hostapd_setup_wpa_psk(hapd->conf)) {
100 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
101 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1);
103 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0);
105 if ((hapd->conf->wpa || hapd->conf->osen) && hapd->wpa_auth == NULL)
899 struct hostapd_bss_config *conf = hapd->conf; local
1206 struct hostapd_config *conf = hapd->iconf; local
2106 struct hostapd_config *conf = NULL; local
2206 struct hostapd_config *conf; local
2464 struct hostapd_config *conf; local
2550 struct hostapd_config *conf = NULL; local
    [all...]
bss_load.c 45 struct hostapd_bss_config *conf = hapd->conf; local
49 if (!conf->bss_load_update_period || !iconf->beacon_int)
52 hapd->bss_load_update_timeout = conf->bss_load_update_period *
  /external/autotest/client/common_lib/
global_config_unittest.py 76 conf = global_config.global_config variable in class:global_config_test
85 self.conf.set_config_files(self.global_temp.name, self.shadow_temp.name,
94 self.conf.set_config_files(global_config.DEFAULT_CONFIG_FILE,
101 val = self.conf.get_config_value("SECTION_A", "value_1", float)
108 val = self.conf.get_config_value("SECTION_B", "value_1", int)
111 val = self.conf.get_config_value("SECTION_B", "value_3", int)
113 val = self.conf.get_config_value("SECTION_B", "value_4", int)
119 val = self.conf.get_config_value("SECTION_A", "value_2")
138 self.conf.reset_config_values()
141 val = self.conf.get_config_value("SECTION_C", "value_1"
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix.go 7 // Read system DNS config from /etc/resolv.conf
31 err error // any error that occurs during open of resolv.conf
32 mtime time.Time // time of resolv.conf modification
36 // See resolv.conf(5) on a Linux machine.
38 conf := &dnsConfig{
45 conf.servers = defaultNS
46 conf.search = dnsDefaultSearch()
47 conf.err = err
48 return conf
52 conf.mtime = fi.ModTime(
    [all...]
  /prebuilts/go/linux-x86/src/net/
dnsconfig_unix.go 7 // Read system DNS config from /etc/resolv.conf
31 err error // any error that occurs during open of resolv.conf
32 mtime time.Time // time of resolv.conf modification
36 // See resolv.conf(5) on a Linux machine.
38 conf := &dnsConfig{
45 conf.servers = defaultNS
46 conf.search = dnsDefaultSearch()
47 conf.err = err
48 return conf
52 conf.mtime = fi.ModTime(
    [all...]
  /external/toybox/kconfig/
Makefile 14 config: $(obj)/conf $(KCONFIG_TOP)
17 oldconfig: $(obj)/conf $(KCONFIG_TOP)
20 silentoldconfig: $(obj)/conf $(KCONFIG_TOP)
23 randconfig: $(obj)/conf $(KCONFIG_TOP)
26 allyesconfig: $(obj)/conf $(KCONFIG_TOP)
29 allnoconfig: $(obj)/conf $(KCONFIG_TOP)
32 defconfig: $(obj)/conf $(KCONFIG_TOP)
64 kconfig/conf: $(SHIPPED)
65 $(HOSTCC) -o $@ kconfig/conf.c kconfig/zconf.tab.c -DKBUILD_NO_NLS=1 \
69 rm -f $(wildcard kconfig/*zconf*.c) kconfig/conf kconfig/mcon
    [all...]
  /external/mesa3d/src/egl/main/
eglconfig.c 57 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id)
59 memset(conf, 0, sizeof(*conf));
61 conf->Display = dpy;
64 conf->ConfigID = id;
65 conf->ConfigCaveat = EGL_NONE;
66 conf->TransparentType = EGL_NONE;
67 conf->NativeVisualType = EGL_NONE;
68 conf->ColorBufferType = EGL_RGB_BUFFER;
79 _eglLinkConfig(_EGLConfig *conf)
105 _EGLConfig *conf; local
821 _EGLConfig *conf = (_EGLConfig *) elem; local
    [all...]
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog06 46 /etc/syslog.conf|/etc/rsyslog.conf)
51 /etc/syslog-ng/syslog-ng.conf)
  /external/mesa3d/src/gallium/include/state_tracker/
drm_driver.h 99 const struct drm_conf_ret *(*configuration) (enum drm_conf conf);
107 #define DRM_DRIVER_DESCRIPTOR(name_str, driver_name_str, func, conf) \
112 .configuration = (conf), \
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConferenceTest.java 76 final Call conf = mInCallService.getLastConferenceCall(); local
77 assertCallState(conf, Call.STATE_ACTIVE);
79 if (mCall1.getParent() != conf || mCall2.getParent() != conf) {
82 if (!(conf.getChildren().contains(mCall1) && conf.getChildren().contains(mCall2))) {
96 final Call conf = mInCallService.getLastConferenceCall(); local
97 assertCallState(conf, Call.STATE_ACTIVE);
99 if (!(mCall1.getParent() == conf) && (conf.getChildren().contains(mCall1)))
116 final Call conf = mInCallService.getLastConferenceCall(); local
134 final Call conf = mInCallService.getLastConferenceCall(); local
159 final Call conf = mInCallService.getLastConferenceCall(); local
235 final Call conf = mInCallService.getLastConferenceCall(); local
257 final Call conf = mInCallService.getLastConferenceCall(); local
278 final Call conf = mInCallService.getLastConferenceCall(); local
299 final Call conf = mInCallService.getLastConferenceCall(); local
327 final Call conf = mInCallService.getLastConferenceCall(); local
343 final Call conf = mInCallService.getLastConferenceCall(); local
368 final Call conf = mInCallService.getLastConferenceCall(); local
    [all...]
  /external/selinux/libsemanage/src/
conf-parse.y 34 extern int semanage_lex(void); /* defined in conf-scan.c */
35 extern int semanage_lex_destroy(void); /* defined in conf-scan.c */
338 static int semanage_conf_init(semanage_conf_t * conf)
340 conf->store_type = SEMANAGE_CON_DIRECT;
341 conf->store_path = strdup(basename(selinux_policy_root()));
342 conf->ignoredirs = NULL;
343 conf->store_root_path = strdup("/var/lib/selinux");
344 conf->compiler_directory_path = strdup("/usr/libexec/selinux/hll");
345 conf->policyvers = sepol_policy_kern_vers_max();
346 conf->target_platform = SEPOL_TARGET_SELINUX
    [all...]
  /external/mesa3d/src/gallium/targets/dri-r600/
target.c 29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
31 switch (conf) {
  /external/mesa3d/src/gallium/targets/dri-radeonsi/
target.c 29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
31 switch (conf) {
  /external/mesa3d/src/gallium/targets/dri-vmwgfx/
target.c 34 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
36 switch (conf) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_external.h 55 snd_config_t *root, snd_config_t *conf, \
61 int snd_pcm_parse_control_id(snd_config_t *conf, snd_ctl_elem_id_t *ctl_id, int *cardp,

Completed in 418 milliseconds

12 3 4 5 6 7 8 91011>>