Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 25 of 197) sorted by relevance

12345678

/external/u-boot/scripts/kconfig/tests/choice/
D__init__.py13 def test_oldask0(conf): argument
18 def test_oldask1(conf): argument
23 def test_allyes(conf): argument
28 def test_allmod(conf): argument
33 def test_allno(conf): argument
38 def test_alldef(conf): argument
/external/boringssl/src/crypto/conf/
Dconf.c107 CONF *conf; in NCONF_new() local
158 void NCONF_free(CONF *conf) { in NCONF_free()
168 static CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
207 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
373 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section()
389 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
403 static int add_string(const CONF *conf, CONF_VALUE *section, in add_string()
424 static char *eat_ws(CONF *conf, char *p) { in eat_ws()
431 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument
433 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric()
[all …]
/external/python/cpython3/PCbuild/
Dbuild.bat55 set conf=Release variable
66 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable
70 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts variable
113 set conf=PGInstrument variable
121 set conf=PGUpdate variable
/external/python/cpython2/PCbuild/
Dbuild.bat53 set conf=Release variable
64 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable
68 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts variable
109 set conf=PGInstrument variable
117 set conf=PGUpdate variable
/external/wpa_supplicant_8/src/ap/
Dap_config.c150 struct hostapd_config *conf; in hostapd_config_defaults() local
417 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
519 static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) in hostapd_config_free_anqp_elem()
532 static void hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) in hostapd_config_free_fils_realms()
546 static void hostapd_config_free_sae_passwords(struct hostapd_bss_config *conf) in hostapd_config_free_sae_passwords()
562 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
755 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
869 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk()
911 struct hostapd_config *conf, in hostapd_config_check_bss()
1091 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw()
[all …]
Dx_snoop.c20 struct hostapd_bss_config *conf = hapd->conf; in x_snoop_init() local
72 struct hostapd_bss_config *conf = hapd->conf; in x_snoop_get_l2_packet() local
Dauthsrv.c107 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv() local
199 struct tls_config conf; in authsrv_init() local
/external/mesa3d/src/egl/main/
Deglconfig.c59 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id) in _eglInitConfig()
82 _eglLinkConfig(_EGLConfig *conf) in _eglLinkConfig()
109 _EGLConfig *conf; in _eglLookupConfig() local
273 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) in _eglValidateConfig()
443 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) in _eglMatchConfig()
497 _eglIsConfigAttribValid(_EGLConfig *conf, EGLint attr) in _eglIsConfigAttribValid()
521 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy, in _eglParseConfigAttribList()
774 _eglFallbackMatch(const _EGLConfig *conf, void *priv_data) in _eglFallbackMatch()
812 _eglGetConfigAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in _eglGetConfigAttrib()
838 _EGLConfig *conf = (_EGLConfig *) elem; in _eglFlattenConfig() local
/external/python/cpython2/PC/VS8.0/
Dbuild.bat7 set conf=Release variable
11 if "%1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c88 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, in X509V3_EXT_nconf()
107 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
121 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
330 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk()
354 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf()
365 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf()
376 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf()
449 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
/external/python/cpython2/PC/VS9.0/
Dbuild.bat17 set conf=Release variable
24 if '%1'=='-c' (set conf=%2) & shift & shift & goto CheckOpts variable
33 if '%1'=='-d' (set conf=Debug) & shift & goto CheckOpts variable
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp79 _EGLConfig *conf, void *native_window, const EGLint *attrib_list) in haiku_create_window_surface()
116 _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list) in haiku_create_pixmap_surface()
124 _EGLConfig *conf, const EGLint *attrib_list) in haiku_create_pbuffer_surface()
146 struct haiku_egl_config* conf; in haiku_add_configs_for_visuals() local
234 haiku_create_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf, in haiku_create_context()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc168 auto conf = config_; in SetFec() local
174 auto conf = config_; in SetDtx() local
180 auto conf = config_; in SetApplication() local
193 auto conf = config_; in SetMaxPlaybackRate() local
/external/u-boot/drivers/mtd/nand/
Dsunxi_nand_spl.c200 static void nand_apply_config(const struct nfc_config *conf) in nand_apply_config()
214 static int nand_load_page(const struct nfc_config *conf, u32 offs) in nand_load_page()
254 static int nand_read_page(const struct nfc_config *conf, u32 offs, in nand_read_page()
327 static int nand_max_ecc_strength(struct nfc_config *conf) in nand_max_ecc_strength()
367 static int nand_detect_ecc_config(struct nfc_config *conf, u32 offs, in nand_detect_ecc_config()
440 static int nand_detect_config(struct nfc_config *conf, u32 offs, void *dest) in nand_detect_config()
473 static int nand_read_buffer(struct nfc_config *conf, uint32_t offs, in nand_read_buffer()
526 static struct nfc_config conf = { }; in nand_spl_load_image() local
/external/wpa_supplicant_8/src/radius/
Dradius_client.c168 struct hostapd_radius_servers *conf; member
369 struct hostapd_radius_servers *conf = radius->conf; in radius_client_retransmit() local
579 struct hostapd_radius_servers *conf = radius->conf; in radius_client_auth_failover() local
608 struct hostapd_radius_servers *conf = radius->conf; in radius_client_acct_failover() local
750 struct hostapd_radius_servers *conf = radius->conf; in radius_client_send() local
816 struct hostapd_radius_servers *conf = radius->conf; in radius_client_receive() local
1075 struct hostapd_radius_servers *conf = radius->conf; in radius_change_server() local
1243 struct hostapd_radius_servers *conf = radius->conf; in radius_retry_primary_timer() local
1337 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_auth() local
1393 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_acct() local
[all …]
/external/u-boot/scripts/kconfig/tests/warn_recursive_dep/
D__init__.py7 def test(conf): argument
/external/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/
D__init__.py12 def test(conf): argument
/external/u-boot/scripts/kconfig/tests/inter_choice/
D__init__.py12 def test(conf): argument
/external/u-boot/scripts/kconfig/tests/err_recursive_inc/
D__init__.py8 def test(conf): argument
/external/u-boot/scripts/kconfig/tests/new_choice_with_dep/
D__init__.py12 def test(conf): argument
/external/u-boot/scripts/kconfig/tests/rand_nested_choice/
D__init__.py11 def test(conf): argument
/external/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/
D__init__.py17 def test(conf): argument
/external/u-boot/scripts/kconfig/tests/auto_submenu/
D__init__.py10 def test(conf): argument
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c215 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action() local
446 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer() local
497 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open() local
563 struct mesh_conf *conf; in mesh_mpm_connect_peer() local
671 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_add_peer() local
771 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in wpa_mesh_new_mesh_peer() local
837 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_estab() local
895 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_fsm() local
/external/u-boot/arch/x86/cpu/broadwell/
Dpinctrl_broadwell.c46 struct pin_info *conf, int max_pins) in broadwell_pinctrl_read_configs()
96 static int broadwell_pinctrl_lookup_phandle(struct pin_info *conf, in broadwell_pinctrl_lookup_phandle()
110 struct pin_info *conf, int conf_count, int gpio_conf[], in broadwell_pinctrl_read_pins()
210 struct pin_info conf[12]; in broadwell_pinctrl_probe() local

12345678