Searched defs:config (Results 276 - 300 of 338) sorted by relevance

<<11121314

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1428 Configuration *config = &ctx.config; local
[all...]
H A DWriter.cpp1092 Configuration *config = &ctx.config; local
1495 Configuration *config = &ctx.config; local
1564 Configuration *config = &ctx.config; local
1890 Configuration *config = &ctx.config; local
2180 Configuration *config = &ctx.config; local
[all...]
/freebsd-current/contrib/unbound/util/
H A Dconfig_file.c2342 config_apply(struct config_file* config) argument
[all...]
/freebsd-current/contrib/processor-trace/libipt/include/
H A Dintel-pt.h402 } config; member in struct:pt_conf_addr_filter
498 static inline void pt_config_init(struct pt_config *config) argument
[all...]
/freebsd-current/contrib/wpa/src/rsn_supp/
H A Dwpa.c3206 void wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config) argument
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dconfig.c2674 int wpa_config_add_prio_network(struct wpa_config *config, argument
2726 wpa_config_update_prio_list(struct wpa_config *config) argument
2883 wpa_config_flush_blobs(struct wpa_config *config) argument
2906 wpa_config_free(struct wpa_config *config) argument
2985 wpa_config_foreach_network(struct wpa_config *config, void (*func)(void *, struct wpa_ssid *), void *arg) argument
3006 wpa_config_get_network(struct wpa_config *config, int id) argument
3026 wpa_config_add_network(struct wpa_config *config) argument
3063 wpa_config_remove_network(struct wpa_config *config, int id) argument
4196 wpa_config_get_cred(struct wpa_config *config, int id) argument
4211 wpa_config_add_cred(struct wpa_config *config) argument
4240 wpa_config_remove_cred(struct wpa_config *config, int id) argument
4272 wpa_config_get_blob(struct wpa_config *config, const char *name) argument
4294 wpa_config_set_blob(struct wpa_config *config, struct wpa_config_blob *blob) argument
4323 wpa_config_remove_blob(struct wpa_config *config, const char *name) argument
4357 struct wpa_config *config; local
4442 wpa_config_debug_dump_networks(struct wpa_config *config) argument
4491 wpa_global_config_parse_int(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4531 wpa_global_config_parse_str(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4581 wpa_config_process_bgscan(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4602 wpa_global_config_parse_bin(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4625 wpa_config_process_freq_list(const struct global_parse_data *data, struct wpa_config *config, int line, const char *value) argument
4645 wpa_config_process_initial_freq_list(const struct global_parse_data *data, struct wpa_config *config, int line, const char *value) argument
4665 wpa_global_config_parse_ipv4(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4689 wpa_config_process_country(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4707 wpa_config_process_load_dynamic_eap( const struct global_parse_data *data, struct wpa_config *config, int line, const char *so) argument
4729 wpa_config_process_uuid(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4744 wpa_config_process_device_type( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4752 wpa_config_process_os_version(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4766 wpa_config_process_wps_vendor_ext_m1( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4805 wpa_config_process_sec_device_type( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4827 wpa_config_process_p2p_pref_chan( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4877 wpa_config_process_p2p_no_go_freq( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4896 wpa_config_process_p2p_device_persistent_mac_addr( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4913 wpa_config_process_hessid( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4927 wpa_config_process_sae_groups( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4945 wpa_config_process_ap_vendor_elements( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4970 wpa_config_process_ap_assocresp_elements( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4996 wpa_config_process_no_ctrl_interface( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
5008 wpa_config_get_int(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) argument
5020 wpa_config_get_str(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) argument
5042 wpa_config_get_ipv4(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) argument
5281 wpa_config_dump_values(struct wpa_config *config, char *buf, size_t buflen) argument
5305 wpa_config_get_value(const char *name, struct wpa_config *config, char *buf, size_t buflen) argument
5355 wpa_config_process_global(struct wpa_config *config, char *pos, int line) argument
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Ddpp.c4343 struct dpp_global * dpp_global_init(struct dpp_global_config *config) argument
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_main.c2891 struct i40e_aq_set_phy_config config; local
3279 struct i40e_aq_set_phy_config config; local
4418 struct i40e_aq_set_phy_config config; local
[all...]
/freebsd-current/sys/dev/syscons/
H A Dsyscons.h189 int config; /* configuration flags */ member in struct:sc_softc
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h266 u32 config; /* Uses same defines as local config plus some more below*/ member in struct:__anon4408
291 u32 config; member in struct:dci_info_port
456 u8 config; member in struct:dci_info_func
H A Decore_mcp_api.h1279 u32 config; member in struct:ecore_mdump_info
/freebsd-current/sys/dev/hptiop/
H A Dhptiop.h351 struct hpt_iop_request_get_config *config; member in struct:hpt_iop_hba::__anon2404::__anon2407
/freebsd-current/sys/dev/drm2/
H A Ddrm_crtc.c1632 struct drm_mode_config *config; local
1885 struct drm_mode_config *config = &dev->mode_config; local
2149 struct drm_mode_config *config = &dev->mode_config; local
2331 struct drm_mode_config *config = &dev->mode_config; local
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c1072 static void iwl_mvm_fill_scan_config_v1(struct iwl_mvm *mvm, void *config, argument
1099 static void iwl_mvm_fill_scan_config_v2(struct iwl_mvm *mvm, void *config, argument
/freebsd-current/usr.sbin/bhyve/
H A Dpci_xhci.c212 uint32_t config; /* configure */ member in struct:pci_xhci_opregs
H A Dpci_emul.c235 char *config, *name, *tofree, *value; local
273 char *emul, *config, *str, *cp; local
357 const char *config; local
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dpci.c1638 static int ath10k_pci_set_ram_config(struct ath10k *ar, u32 config) argument
2559 struct ce_pipe_config *config; local
[all...]
/freebsd-current/sys/arm/allwinner/
H A Daxp81x.c691 const struct axp8xx_config *config; member in struct:axp8xx_softc
/freebsd-current/crypto/openssl/test/
H A Dssl_old_test.c929 const char *provider = NULL, *config = NULL; local
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c688 spa_add(const char *name, nvlist_t *config, const char *altroot) argument
[all...]
/freebsd-current/sys/dev/bxe/
H A Decore_sp.c1144 struct mac_configuration_cmd *config = local
1339 struct mac_configuration_cmd *config = local
1112 ecore_vlan_mac_set_rdata_e1x(struct bxe_softc *sc, struct ecore_vlan_mac_obj *o, int type, int cam_offset, bool add, uint8_t *mac, uint16_t vlan_id, int opcode, struct mac_configuration_cmd *config) argument
[all...]
/freebsd-current/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw.h136 uint32_t config; member in struct:icp_qat_hw_auth_config_s
[all...]
/freebsd-current/usr.sbin/fstyp/
H A Dhammer_disk.h1075 struct hammer_config_data config; member in union:hammer_data_ondisk
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dwmi.c176 ath12k_wmi_init_qcn9274(struct ath12k_base *ab, struct ath12k_wmi_resource_config_arg *config) argument
231 ath12k_wmi_init_wcn7850(struct ath12k_base *ab, struct ath12k_wmi_resource_config_arg *config) argument
[all...]
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps.c400 int app_load_modules(const CONF *config) argument

Completed in 596 milliseconds

<<11121314