/external/selinux/dbus/ |
Makefile | 7 install -m 644 org.selinux.conf $(DESTDIR)/etc/dbus-1/system.d/
|
/external/selinux/restorecond/ |
restorecond.init | 7 # listed in the /etc/selinux/restorecond.conf file, and restores the \ 11 # config: /etc/selinux/restorecond.conf 35 test -f /etc/selinux/restorecond.conf || exit 6
|
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 705 os_memcpy(hapd->conf->qos_map_set, qos_map_set, count); 706 hapd->conf->qos_map_set_len = count; 718 u8 *qos_map_set = hapd->conf->qos_map_set; 719 u8 qos_map_set_len = hapd->conf->qos_map_set_len; 1092 WPA_ASSERT(hapd->conf->wpa_key_mgmt); 1094 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { 1100 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { 1107 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { 1113 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { 1120 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) 3340 struct hostapd_bss_config *conf; local [all...] |
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.h | 15 struct hostapd_bss_config *conf); 50 struct hostapd_bss_config *conf)
|
vlan_full.c | 389 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface; 391 if (hapd->conf->vlan_bridge[0]) { 393 hapd->conf->vlan_bridge, vid); 406 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface; 407 int vlan_naming = hapd->conf->ssid.vlan_naming; 427 for (vlan = hapd->conf->vlan; vlan; vlan = vlan->next) { 444 if (hapd->conf->bridge[0] && 445 !br_addif(hapd->conf->bridge, ifname)) 500 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface; 501 int vlan_naming = hapd->conf->ssid.vlan_naming [all...] |
ieee802_11_auth.c | 172 hapd->conf->radius->auth_server->shared_secret, 173 hapd->conf->radius->auth_server->shared_secret_len)) { 178 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr, 218 if (hostapd_maclist_found(hapd->conf->accept_mac, 219 hapd->conf->num_accept_mac, addr, vlan_id)) 222 if (hostapd_maclist_found(hapd->conf->deny_mac, 223 hapd->conf->num_deny_mac, addr, vlan_id)) 226 if (hapd->conf->macaddr_acl == ACCEPT_UNLESS_DENIED) 228 if (hapd->conf->macaddr_acl == DENY_UNLESS_ACCEPTED) 278 if (hapd->conf->macaddr_acl == USE_EXTERNAL_RADIUS_AUTH) [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
self_test.go | 30 conf := Config{Importer: importer.Default()} 31 _, err = conf.Check("go/types", fset, files, nil) 67 conf := Config{IgnoreFuncBodies: ignoreFuncBodies} 68 conf.Check(path, fset, files, nil)
|
issues_test.go | 29 conf := Config{Importer: importer.Default()} 30 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, nil) // do not crash 54 var conf Config 56 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Types: types}) 102 var conf Config 104 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Types: types}) 136 var conf Config 138 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Defs: defs}) 182 conf := Config{Error: func(err error) { t.Log(err) }} 185 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Defs: defs, Uses: uses} [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
route_freebsd.go | 14 conf, _ := Sysctl("kern.conftxt") 15 for i, j := 0, 0; j < len(conf); j++ { 16 if conf[j] != '\n' { 19 s := conf[i:j]
|
/prebuilts/go/linux-x86/src/go/types/ |
self_test.go | 30 conf := Config{Importer: importer.Default()} 31 _, err = conf.Check("go/types", fset, files, nil) 67 conf := Config{IgnoreFuncBodies: ignoreFuncBodies} 68 conf.Check(path, fset, files, nil)
|
issues_test.go | 29 conf := Config{Importer: importer.Default()} 30 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, nil) // do not crash 54 var conf Config 56 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Types: types}) 102 var conf Config 104 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Types: types}) 136 var conf Config 138 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Defs: defs}) 182 conf := Config{Error: func(err error) { t.Log(err) }} 185 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Defs: defs, Uses: uses} [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
route_freebsd.go | 14 conf, _ := Sysctl("kern.conftxt") 15 for i, j := 0, 0; j < len(conf); j++ { 16 if conf[j] != '\n' { 19 s := conf[i:j]
|
/external/strace/ |
config.status | 275 rm -f conf$$ conf$$.exe conf$$.file 276 if test -d conf$$.dir; then 277 rm -f conf$$.dir/conf$$.file 279 rm -f conf$$.dir 280 mkdir conf$$.dir 2>/dev/null 282 if (echo >conf$$.file) 2>/dev/null; then 283 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
p2p_supplicant.c | 234 if (wpa_s->conf->p2p_ignore_shared_freq && 489 for (s = wpa_s->conf->ssid; s; s = s->next) { 545 for (s = wpa_s->conf->ssid; s; s = s->next) { 628 for (s = wpa_s->conf->ssid; s; s = s->next) { 847 ssid = wpa_s->conf->ssid; 1004 wpa_config_remove_network(wpa_s->conf, id); 1100 for (s = wpa_s->conf->ssid; s; s = s->next) { 1120 s = wpa_config_add_network(wpa_s->conf); 8849 struct hostapd_config *conf; local [all...] |
scan.c | 56 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { 68 !wpa_s->conf->p2p_disabled) { 93 struct wpa_ssid *ssid = wpa_s->conf->ssid; 106 if (wpa_s->conf->cred && wpa_s->conf->interworking && 107 wpa_s->conf->auto_interworking) 310 wpa_supplicant_build_filter_ssids(struct wpa_config *conf, size_t *num_ssids) 317 if (!conf->filter_ssids) 320 for (count = 0, ssid = conf->ssid; ssid; ssid = ssid->next) { 330 for (ssid = conf->ssid; ssid; ssid = ssid->next) [all...] |
wpa_supplicant.c | 227 if (wpa_s->conf->ap_scan == 0 && 306 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth; 312 eapol_conf.external_sim = wpa_s->conf->external_sim; 460 if (wpa_s->conf != NULL) { 462 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) 711 name = wpa_s->conf->bgscan; 817 if (wpa_s->conf->p2p_cli_probe && wpa_s->current_ssid && 961 struct wpa_config *conf; local 967 conf = wpa_config_read(wpa_s->confname, NULL); 968 if (conf == NULL) [all...] |
eapol_test.c | 329 wpa_config_set_blob(e->wpa_s->conf, blob); 337 return wpa_config_get_blob(e->wpa_s->conf, name); 605 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; 606 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; 607 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; 608 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; 644 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth; 646 eapol_conf.external_sim = wpa_s->conf->external_sim; 689 wpa_config_free(wpa_s->conf); 1250 "eapol_test [-enWSv] -c<conf> [-a<AS IP>] [-p<AS port>] 1308 char *conf = NULL; local [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.c | 101 dri2_match_config(const _EGLConfig *conf, const _EGLConfig *criteria) 103 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0) 106 if (!_eglMatchConfig(conf, criteria)) 117 struct dri2_egl_config *conf; local 229 conf = (struct dri2_egl_config *) matching_config; 231 if (double_buffer && !conf->dri_double_config) 232 conf->dri_double_config = dri_config; 233 else if (!double_buffer && !conf->dri_single_config) 234 conf->dri_single_config = dri_config; 240 conf = malloc(sizeof *conf) [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 107 egl_g3d_match_config(const _EGLConfig *conf, void *priv_data) 111 struct egl_g3d_config *gconf = egl_g3d_config(conf); 117 return _eglMatchConfig(conf, &data->criteria); 145 egl_g3d_create_context(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, 150 struct egl_g3d_config *gconf = egl_g3d_config(conf); 161 if (!_eglInitContext(&gctx->base, dpy, conf, attribs)) { 222 egl_g3d_create_surface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, 227 struct egl_g3d_config *gconf = egl_g3d_config(conf); 255 if (!_eglInitSurface(&gsurf->base, dpy, arg->type, conf, attribs)) { 319 _EGLConfig *conf, EGLNativeWindowType win [all...] |
/device/google/marlin/ |
device-common.mk | 94 device/google/marlin/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \ 95 device/google/marlin/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \ 178 device/google/marlin/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \ 179 device/google/marlin/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \ 214 wpa_supplicant.conf 242 device/google/marlin/spn-conf.xml:system/etc/spn-conf.xm [all...] |
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | [all...] |
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | 134 struct eapol_config conf; member in struct:eapol_sm 268 if (sm->conf.wps && !(sm->conf.wps & EAPOL_PEER_IS_WPS20_AP)) { 394 sm->conf.accept_802_1x_keys && 395 sm->conf.required_keys == 0) { 680 if (!sm->conf.accept_802_1x_keys) { 826 !(sm->conf.required_keys & EAPOL_REQUIRE_KEY_UNICAST)) && 828 !(sm->conf.required_keys & EAPOL_REQUIRE_KEY_BROADCAST))) 2069 struct eap_config conf; local [all...] |
/device/linaro/hikey/ |
device-common.mk | 63 wl18xx-conf.bin 93 device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \ 94 device/linaro/hikey/audio/audio_policy.conf:system/etc/audio_policy.conf
|
/external/ltp/testcases/commands/logrotate/ |
logrotate_tests.sh | 25 # Test #1: Test that logrotate -f <file.conf> rotates the logfile 26 # as per the specifications in the conf file. Create a file 27 # tst_logfile in /var/log/. Create a conf file such that this 29 # logrotate -f <file.conf>, check to see if it forced rotation. 33 # logrotate <file.conf> every minute. The conf file specifies 157 cat >$LTPTMP/tst_logrotate.conf <<-EOF 192 chmod 644 $LTPTMP/tst_logrotate.conf 193 logrotate -fv $LTPTMP/tst_logrotate.conf > $LTPTMP/tst_logrotate.out 2>&1 \ 197 # check if config file $LTPTMP/tst_logrotate.conf is rea [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server.c | [all...] |