HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 251 - 275 of 586) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/uapi/linux/
lightnvm.h 94 struct nvm_ioctl_create_conf conf; member in struct:nvm_ioctl_create
  /external/libcap/contrib/
pcaps4server 84 sed -i -e "{s|^\(User\).*|\1 apache|; s|^\(Group\) .*|\1 apache|}" /etc/apache/httpd.conf
102 sed -i -e "{s|^\(User\).*|\1 nobody|; s|^\(Group\).*|\1 nogroup|}" /etc/apache/httpd.conf
119 sed -i -e "{s|^\(User\).*|\1 apache|; s|^\(Group\) .*|\1 apache|}" /etc/httpd/httpd.conf
138 sed -i -e "{s|^\(User\).*|\1 nobody|; s|^\(Group\).*|\1 nogroup|}" /etc/httpd/httpd.conf
229 chown $VERBOSE dhcpd:dhcpd /etc/dhcpd.conf
239 chown $VERBOSE root:root /etc/dhcpd.conf
261 sed -i -e "{s|^\(User\).*|\1 cupsd|; s|^\(Group\) .*|\1 cupsd|}" /etc/cups/cupsd.conf
285 sed -i -e "{s|^\(User\).*|\1 lp|; s|^\(Group\) .*|\1 sys|}" /etc/cups/cupsd.conf
  /external/wpa_supplicant_8/src/ap/
p2p_hostapd.c 106 if (hapd->conf->p2p & P2P_ALLOW_CROSS_CONNECTION)
wpa_auth_i.h 198 struct wpa_auth_config conf; member in struct:wpa_authenticator
215 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len,
248 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len);
249 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
ctrl_iface_ap.c 494 iface->conf->channel,
495 iface->conf->secondary_channel,
496 iface->conf->ieee80211n,
497 iface->conf->ieee80211ac,
498 iface->conf->vht_oper_chwidth,
499 iface->conf->vht_oper_centr_freq_seg0_idx,
500 iface->conf->vht_oper_centr_freq_seg1_idx);
512 (int) i, bss->conf->iface,
515 wpa_ssid_txt(bss->conf->ssid.ssid,
516 bss->conf->ssid.ssid_len)
    [all...]
accounting.c 66 hapd->conf->radius_acct_req_attr,
69 hapd->conf->ieee802_1x ?
101 if (add_common_radius_attr(hapd, hapd->conf->radius_acct_req_attr, sta,
248 if (!hapd->conf->radius->acct_server)
276 if (!hapd->conf->radius->acct_server)
436 if (!hapd->conf->radius->acct_server || hapd->radius == NULL)
  /frameworks/av/services/audiopolicy/
Android.mk 71 $(error Configurable policy does not support legacy conf file)
76 audio_policy_criteria.conf \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sdla.h 116 void sdla(void *cfg_info, char *dev, struct frad_conf *conf, int quiet);
  /system/bt/main/
Android.mk 99 bt_did.conf \
100 bt_stack.conf \
  /device/google/dragon/
device.mk 61 wpa_supplicant.conf \
117 $(LOCAL_PATH)/bluetooth/bt_vendor.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/bluetooth/bt_vendor.conf
125 $(LOCAL_PATH)/enctune.conf:system/etc/enctune.conf
128 device/google/dragon/audio_effects.conf:system/etc/audio_effects.conf
  /external/e2fsprogs/misc/
Makefile.in 36 FMANPAGES= mke2fs.conf.5 ext4.5
126 mke2fs.conf: $(srcdir)/mke2fs.conf.in
127 if test -f $(srcdir)/mke2fs.conf.custom.in ; then \
128 cp $(srcdir)/mke2fs.conf.custom.in mke2fs.conf; \
130 cp $(srcdir)/mke2fs.conf.in mke2fs.conf; \
133 default_profile.c: mke2fs.conf $(srcdir)/profile-to-c.awk
134 $(E) " PROFILE_TO_C mke2fs.conf"
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
configure 463 rm -f conf$$ conf$$.exe conf$$.file
464 if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
470 if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 720 ssid = wpa_config_add_network(wpa_s->conf);
784 ssid = wpa_config_get_network(wpa_s->conf, id);
796 if (wpa_config_remove_network(wpa_s->conf, id) < 0) {
929 wpa_config_update_prio_list(wpa_s->conf);
1041 ssid = wpa_config_get_network(wpa_s->conf, nid);
    [all...]
  /device/generic/armv7-a-neon/
mini_common.mk 58 wpa_supplicant.conf
65 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
  /external/mesa3d/src/egl/main/
eglapi.c 150 #define _EGL_CHECK_CONFIG(disp, conf, ret, drv) \
151 _EGL_CHECK_OBJECT(disp, Config, conf, ret, drv)
207 _eglCheckConfig(_EGLDisplay *disp, _EGLConfig *conf, const char *msg)
212 if (!conf) {
404 _EGLConfig *conf = _eglLookupConfig(config, disp); local
408 _EGL_CHECK_CONFIG(disp, conf, EGL_FALSE, drv);
409 ret = drv->API.GetConfigAttrib(drv, disp, conf, attribute, value);
420 _EGLConfig *conf = _eglLookupConfig(config, disp); local
437 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list);
525 _EGLConfig *conf = _eglLookupConfig(config, disp) local
546 _EGLConfig *conf = _eglLookupConfig(config, disp); local
567 _EGLConfig *conf = _eglLookupConfig(config, disp); local
1064 _EGLConfig *conf = _eglLookupConfig(config, disp); local
1252 _EGLConfig *conf = _eglLookupConfig(config, disp); local
    [all...]
  /external/toybox/kconfig/
conf.c 17 static void conf(struct menu *menu);
401 conf(child->list);
408 static void conf(struct menu *menu) function
465 conf(child);
485 conf(rootEntry);
598 conf(&rootmenu);
  /external/srtp/
config.status 91 echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
93 chmod +x conf$$.sh
94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
99 rm -f conf$$.sh
205 rm -f conf$$ conf$$.exe conf$$.file
206 echo >conf$$.file
207 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c     [all...]
  /external/liblzf/
configure 38 echo "#! /bin/sh" >conf$$.sh
39 echo "exit 0" >>conf$$.sh
40 chmod +x conf$$.sh
41 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46 rm -f conf$$.sh
484 rm -f conf$$ conf$$.exe conf$$.file
485 if test -d conf$$.dir; then
486 rm -f conf$$.dir/conf$$.fil
    [all...]
  /external/fdlibm/
configure 90 echo "#! /bin/sh" >conf$$.sh
91 echo "exit 0" >>conf$$.sh
92 chmod +x conf$$.sh
93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
98 rm -f conf$$.sh
202 rm -f conf$$ conf$$.exe conf$$.file
203 echo >conf$$.file
204 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/iputils/ninfod/
configure 475 rm -f conf$$ conf$$.exe conf$$.file
476 if test -d conf$$.dir; then
477 rm -f conf$$.dir/conf$$.file
479 rm -f conf$$.dir
480 mkdir conf$$.dir 2>/dev/null
482 if (echo >conf$$.file) 2>/dev/null; then
483 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 66 u8 conf; local
72 conf = HS20_VERSION;
74 conf |= HS20_PPS_MO_ID_PRESENT;
75 wpabuf_put_u8(buf, conf);
84 if (!wpa_s->conf->hs20 || !ssid)
123 for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
447 if (wpa_s->conf->osu_dir == NULL)
454 wpa_s->conf->osu_dir, wpa_s->osu_icon_id,
460 hs20_set_osu_access_permission(wpa_s->conf->osu_dir, fname);
656 if (wpa_s->conf->osu_dir == NULL)
    [all...]
  /external/android-clat/
Android.mk 20 LOCAL_MODULE := clatd.conf
  /external/autotest/server/site_tests/network_WiFi_BgscanBackoff/
network_WiFi_BgscanBackoff.py 30 get_assoc_params = lambda conf: xmlrpc_datatypes.AssociationParameters(
32 bgscan_config=conf)
  /external/dbus/test/data/valid-config-files/
many-rules.conf 10 <include ignore_missing="yes">nonexistent.conf</include>

Completed in 1701 milliseconds

<<11121314151617181920>>