Home
last modified time | relevance | path

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

12345678910>>...17

/external/perfetto/src/traced/probes/ftrace/
Dftrace_print_filter_unittest.cc29 FtraceConfig::PrintFilter conf; in TEST() local
36 FtraceConfig::PrintFilter conf; in TEST() local
46 FtraceConfig::PrintFilter conf; in TEST() local
56 FtraceConfig::PrintFilter conf; in TEST() local
66 FtraceConfig::PrintFilter conf; in TEST() local
76 FtraceConfig::PrintFilter conf; in TEST() local
86 FtraceConfig::PrintFilter conf; in TEST() local
96 FtraceConfig::PrintFilter conf; in TEST() local
113 FtraceConfig::PrintFilter conf; in TEST() local
130 FtraceConfig::PrintFilter conf; in TEST() local
[all …]
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/conf/
Dconf.c112 CONF *conf; in NCONF_new() local
165 void NCONF_free(CONF *conf) { in NCONF_free()
175 static CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
214 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
380 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section()
396 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
414 static int add_string(const CONF *conf, CONF_VALUE *section, in add_string()
435 static char *eat_ws(CONF *conf, char *p) { in eat_ws()
442 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument
444 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric()
[all …]
/external/wpa_supplicant_8/src/ap/
Dap_config.c187 struct hostapd_config *conf; in hostapd_config_defaults() local
491 int hostapd_setup_sae_pt(struct hostapd_bss_config *conf) in hostapd_setup_sae_pt()
545 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
727 void hostapd_config_clear_rxkhs(struct hostapd_bss_config *conf) in hostapd_config_clear_rxkhs()
752 static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) in hostapd_config_free_anqp_elem()
765 static void hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) in hostapd_config_free_fils_realms()
779 static void hostapd_config_free_sae_passwords(struct hostapd_bss_config *conf) in hostapd_config_free_sae_passwords()
804 static void hostapd_dpp_controller_conf_free(struct dpp_controller_conf *conf) in hostapd_dpp_controller_conf_free()
817 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
1017 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
[all …]
Dwpa_auth_ie.c28 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie()
92 static u16 wpa_own_rsn_capab(struct wpa_auth_config *conf, in wpa_own_rsn_capab()
396 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie()
420 static int wpa_write_rsne_override(struct wpa_auth_config *conf, u8 *buf, in wpa_write_rsne_override()
450 static int wpa_write_rsne_override_2(struct wpa_auth_config *conf, u8 *buf, in wpa_write_rsne_override_2()
480 static u32 rsnxe_capab(struct wpa_auth_config *conf, int key_mgmt) in rsnxe_capab()
510 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_rsnxe()
541 static int wpa_write_rsnxe_override(struct wpa_auth_config *conf, u8 *buf, in wpa_write_rsnxe_override()
829 struct wpa_auth_config *conf = &wpa_auth->conf; in wpa_validate_wpa_ie() local
1405 struct wpa_auth_config *conf; in wpa_auth_write_assoc_resp_owe() local
[all …]
/external/coreboot/src/superio/ite/common/
Denv_ctrl.c61 const struct ite_ec_thermal_config *const conf) in enable_tmpin()
139 const struct ite_ec_fan_smartconfig *const conf) in fan_smartconfig()
197 const struct ite_ec_fan_config *const conf) in enable_fan()
257 const struct ite_ec_fan_vector_config *const conf) in enable_fan_vector()
299 static void enable_beeps(const u16 base, const struct ite_ec_config *const conf) in enable_beeps()
323 void ite_ec_init(const u16 base, const struct ite_ec_config *const conf) in ite_ec_init()
/external/mesa3d/src/egl/main/
Deglconfig.c54 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *disp, EGLint id) in _eglInitConfig()
76 _eglLinkConfig(_EGLConfig *conf) in _eglLinkConfig()
102 _EGLConfig *conf; in _eglLookupConfig() local
267 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) in _eglValidateConfig()
436 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) in _eglMatchConfig()
491 _eglIsConfigAttribValid(const _EGLConfig *conf, EGLint attr) in _eglIsConfigAttribValid()
515 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *disp, in _eglParseConfigAttribList()
789 _eglGetConfigAttrib(const _EGLDisplay *disp, const _EGLConfig *conf, in _eglGetConfigAttrib()
814 _EGLConfig *conf = (_EGLConfig *)elem; in _eglFlattenConfig() local
/external/python/cpython3/PCbuild/
Dbuild.bat63 set conf=Release variable
75 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable
79 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts variable
139 set conf=PGInstrument variable
152 set conf=PGUpdate variable
/external/cronet/stable/third_party/boringssl/src/crypto/x509/
Dv3_conf.cc85 X509_EXTENSION *X509V3_EXT_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf()
108 X509_EXTENSION *X509V3_EXT_nconf_nid(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf_nid()
129 static X509_EXTENSION *do_ext_nconf(const CONF *conf, const X509V3_CTX *ctx, in do_ext_nconf()
335 int X509V3_EXT_add_nconf_sk(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_add_nconf_sk()
357 int X509V3_EXT_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_add_nconf()
368 int X509V3_EXT_CRL_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_CRL_add_nconf()
379 int X509V3_EXT_REQ_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_REQ_add_nconf()
406 void X509V3_set_nconf(X509V3_CTX *ctx, const CONF *conf) { ctx->db = conf; } in X509V3_set_nconf()
/external/cronet/tot/third_party/boringssl/src/crypto/x509/
Dv3_conf.cc85 X509_EXTENSION *X509V3_EXT_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf()
108 X509_EXTENSION *X509V3_EXT_nconf_nid(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf_nid()
129 static X509_EXTENSION *do_ext_nconf(const CONF *conf, const X509V3_CTX *ctx, in do_ext_nconf()
335 int X509V3_EXT_add_nconf_sk(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_add_nconf_sk()
357 int X509V3_EXT_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_add_nconf()
368 int X509V3_EXT_CRL_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_CRL_add_nconf()
379 int X509V3_EXT_REQ_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_REQ_add_nconf()
406 void X509V3_set_nconf(X509V3_CTX *ctx, const CONF *conf) { ctx->db = conf; } in X509V3_set_nconf()
/external/boringssl/src/crypto/x509/
Dv3_conf.cc38 X509_EXTENSION *X509V3_EXT_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf()
61 X509_EXTENSION *X509V3_EXT_nconf_nid(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf_nid()
82 static X509_EXTENSION *do_ext_nconf(const CONF *conf, const X509V3_CTX *ctx, in do_ext_nconf()
288 int X509V3_EXT_add_nconf_sk(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_add_nconf_sk()
310 int X509V3_EXT_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_add_nconf()
321 int X509V3_EXT_CRL_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_CRL_add_nconf()
332 int X509V3_EXT_REQ_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_REQ_add_nconf()
359 void X509V3_set_nconf(X509V3_CTX *ctx, const CONF *conf) { ctx->db = conf; } in X509V3_set_nconf()
/external/coreboot/src/drivers/ipmi/
Dipmi_kcs_ops.c44 struct drivers_ipmi_config *conf = arg; in bmc_set_post_complete_gpio_callback() local
66 struct drivers_ipmi_config *conf = dev->chip_info; in ipmi_kcs_init() local
157 struct drivers_ipmi_config *conf = dev->chip_info; in ipmi_write_acpi_tables() local
212 struct drivers_ipmi_config *conf = dev->chip_info; in ipmi_ssdt() local
271 struct drivers_ipmi_config *conf = dev->chip_info; in ipmi_smbios_data() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_conf.c89 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf()
108 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
122 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
331 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk()
355 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf()
366 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf()
377 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf()
454 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
/external/mbedtls/tests/scripts/
Ddepends.py120 def option_exists(conf, option): argument
123 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument
142 def set_reference_config(conf, options, colors): argument
182 def configure(self, conf, options, colors): argument
382 def __init__(self, options, conf): argument
443 def run(options, job, conf, colors=NO_COLORS): argument
455 def run_tests(options, domain_data, conf): argument
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Ddepends.py120 def option_exists(conf, option): argument
123 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument
142 def set_reference_config(conf, options, colors): argument
182 def configure(self, conf, options, colors): argument
385 def __init__(self, options, conf): argument
446 def run(options, job, conf, colors=NO_COLORS): argument
458 def run_tests(options, domain_data, conf): argument
/external/cronet/tot/third_party/boringssl/src/crypto/conf/
Dconf.cc109 CONF *conf = reinterpret_cast<CONF *>(OPENSSL_malloc(sizeof(CONF))); in NCONF_new() local
153 void NCONF_free(CONF *conf) { in NCONF_free()
165 static CONF_SECTION *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
209 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
280 static CONF_SECTION *get_section(const CONF *conf, const char *section) { in get_section()
296 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
314 static int add_string(const CONF *conf, CONF_SECTION *section, in add_string()
413 int NCONF_load_bio(CONF *conf, BIO *in, long *out_error_line) { in NCONF_load_bio()
607 int NCONF_load(CONF *conf, const char *filename, long *out_error_line) { in NCONF_load()
/external/boringssl/src/crypto/conf/
Dconf.cc62 CONF *conf = reinterpret_cast<CONF *>(OPENSSL_malloc(sizeof(CONF))); in NCONF_new() local
106 void NCONF_free(CONF *conf) { in NCONF_free()
118 static CONF_SECTION *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
162 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
233 static CONF_SECTION *get_section(const CONF *conf, const char *section) { in get_section()
249 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
267 static int add_string(const CONF *conf, CONF_SECTION *section, in add_string()
366 int NCONF_load_bio(CONF *conf, BIO *in, long *out_error_line) { in NCONF_load_bio()
558 int NCONF_load(CONF *conf, const char *filename, long *out_error_line) { in NCONF_load()
/external/cronet/stable/third_party/boringssl/src/crypto/conf/
Dconf.cc109 CONF *conf = reinterpret_cast<CONF *>(OPENSSL_malloc(sizeof(CONF))); in NCONF_new() local
153 void NCONF_free(CONF *conf) { in NCONF_free()
165 static CONF_SECTION *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
209 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
280 static CONF_SECTION *get_section(const CONF *conf, const char *section) { in get_section()
296 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
314 static int add_string(const CONF *conf, CONF_SECTION *section, in add_string()
413 int NCONF_load_bio(CONF *conf, BIO *in, long *out_error_line) { in NCONF_load_bio()
607 int NCONF_load(CONF *conf, const char *filename, long *out_error_line) { in NCONF_load()
/external/tpm2-tss/test/unit/
Dtcti-mssim.c45 char conf[] = "host=127.0.0.1,port=2321"; in conf_str_to_host_port_success_test() local
65 char conf[] = "host=127.0.0.1"; in conf_str_to_host_port_no_port_test() local
87 char conf[] = "host=::1,port=2321"; in conf_str_to_host_ipv6_port_success_test() local
106 char conf[] = "host=::1"; in conf_str_to_host_ipv6_port_no_port_test() local
122 char conf[] = "host=127.0.0.1,port=99999"; in conf_str_to_host_port_invalid_port_large_test() local
133 char conf[] = "host=127.0.0.1,port=0"; in conf_str_to_host_port_invalid_port_0_test() local
210 tcti_socket_init_from_conf (const char *conf) in tcti_socket_init_from_conf()
/external/trusty/arm-trusted-firmware/drivers/nxp/ddr/nxp-ddr/
Dddr.c264 struct ddr_conf *conf, in cal_odt()
325 struct ddr_conf *conf, in cal_opts()
383 struct ddr_conf *conf, in cal_intlv()
512 struct ddr_conf *conf = &priv->conf; in parse_spd() local
660 struct ddr_conf *conf, in assign_intlv_addr()
712 struct ddr_conf *conf, in assign_non_intlv_addr()
777 struct ddr_conf *conf = &priv->conf; in assign_addresses() local
/external/arm-trusted-firmware/drivers/nxp/ddr/nxp-ddr/
Dddr.c264 struct ddr_conf *conf, in cal_odt()
325 struct ddr_conf *conf, in cal_opts()
383 struct ddr_conf *conf, in cal_intlv()
512 struct ddr_conf *conf = &priv->conf; in parse_spd() local
660 struct ddr_conf *conf, in assign_intlv_addr()
712 struct ddr_conf *conf, in assign_non_intlv_addr()
777 struct ddr_conf *conf = &priv->conf; in assign_addresses() local
/external/mbedtls/library/
Dssl_tls.c82 int mbedtls_ssl_conf_cid(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_cid()
1289 const mbedtls_ssl_config *conf = ssl->conf; in ssl_conf_version_check() local
1368 const mbedtls_ssl_config *conf) in mbedtls_ssl_setup()
1599 void mbedtls_ssl_conf_endpoint(mbedtls_ssl_config *conf, int endpoint) in mbedtls_ssl_conf_endpoint()
1604 void mbedtls_ssl_conf_transport(mbedtls_ssl_config *conf, int transport) in mbedtls_ssl_conf_transport()
1610 void mbedtls_ssl_conf_dtls_anti_replay(mbedtls_ssl_config *conf, char mode) in mbedtls_ssl_conf_dtls_anti_replay()
1616 void mbedtls_ssl_conf_dtls_badmac_limit(mbedtls_ssl_config *conf, unsigned limit) in mbedtls_ssl_conf_dtls_badmac_limit()
1629 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_handshake_timeout()
1637 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode) in mbedtls_ssl_conf_authmode()
1643 void mbedtls_ssl_conf_verify(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_verify()
[all …]
/external/openthread/third_party/mbedtls/repo/library/
Dssl_tls.c83 int mbedtls_ssl_conf_cid(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_cid()
1311 const mbedtls_ssl_config *conf = ssl->conf; in ssl_conf_version_check() local
1395 const mbedtls_ssl_config *conf) in mbedtls_ssl_setup()
1627 void mbedtls_ssl_conf_endpoint(mbedtls_ssl_config *conf, int endpoint) in mbedtls_ssl_conf_endpoint()
1632 void mbedtls_ssl_conf_transport(mbedtls_ssl_config *conf, int transport) in mbedtls_ssl_conf_transport()
1638 void mbedtls_ssl_conf_dtls_anti_replay(mbedtls_ssl_config *conf, char mode) in mbedtls_ssl_conf_dtls_anti_replay()
1644 void mbedtls_ssl_conf_dtls_badmac_limit(mbedtls_ssl_config *conf, unsigned limit) in mbedtls_ssl_conf_dtls_badmac_limit()
1657 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_handshake_timeout()
1665 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode) in mbedtls_ssl_conf_authmode()
1671 void mbedtls_ssl_conf_verify(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_verify()
[all …]
/external/coreboot/src/superio/aspeed/ast2400/
Dsuperio.c14 struct superio_aspeed_ast2400_config *conf = dev->chip_info; in ast2400_init() local
90 struct superio_aspeed_ast2400_config *conf = dev->chip_info; in enable_dev() local
/external/coreboot/src/soc/intel/meteorlake/
Dcpu.c56 config_t *conf = (config_t *)config_of_soc(); in configure_misc() local
129 const config_t *conf = config_of_soc(); in soc_core_init() local
171 const config_t *conf = config_of_soc(); in pre_mp_init() local
/external/arm-optimized-routines/math/test/
Dulp.c247 struct conf struct
249 int r;
250 int rc;
251 int quiet;
252 int mpfr;
253 int fenv;
254 unsigned long long n;
255 double softlim;
256 double errlim;
257 int ignore_zero_sign;
[all …]

12345678910>>...17