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

<<11121314

/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_emul.c177 char *emul, *config, *str, *cp; local
[all...]
H A Dpci_nvme.c2614 char *uopt, *xopts, *config; local
[all...]
H A Dpci_xhci.c201 uint32_t config; /* configure */ member in struct:pci_xhci_opregs
2658 char *uopt, *xopts, *config; local
[all...]
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c4508 const struct snmp_module config = { variable in typeref:struct:snmp_module
/freebsd-12-stable/usr.sbin/inetd/
H A Dinetd.c987 config(void) function
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.c2443 int wpa_config_add_prio_network(struct wpa_config *config, argument
2495 wpa_config_update_prio_list(struct wpa_config *config) argument
2647 wpa_config_flush_blobs(struct wpa_config *config) argument
2670 wpa_config_free(struct wpa_config *config) argument
2745 wpa_config_foreach_network(struct wpa_config *config, void (*func)(void *, struct wpa_ssid *), void *arg) argument
2766 wpa_config_get_network(struct wpa_config *config, int id) argument
2786 wpa_config_add_network(struct wpa_config *config) argument
2823 wpa_config_remove_network(struct wpa_config *config, int id) argument
3914 wpa_config_get_cred(struct wpa_config *config, int id) argument
3929 wpa_config_add_cred(struct wpa_config *config) argument
3958 wpa_config_remove_cred(struct wpa_config *config, int id) argument
3990 wpa_config_get_blob(struct wpa_config *config, const char *name) argument
4012 wpa_config_set_blob(struct wpa_config *config, struct wpa_config_blob *blob) argument
4041 wpa_config_remove_blob(struct wpa_config *config, const char *name) argument
4073 struct wpa_config *config; local
4140 wpa_config_debug_dump_networks(struct wpa_config *config) argument
4171 wpa_global_config_parse_int(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4209 wpa_global_config_parse_str(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4250 wpa_config_process_bgscan(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4271 wpa_global_config_parse_bin(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4290 wpa_config_process_freq_list(const struct global_parse_data *data, struct wpa_config *config, int line, const char *value) argument
4310 wpa_global_config_parse_ipv4(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4332 wpa_config_process_country(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4348 wpa_config_process_load_dynamic_eap( const struct global_parse_data *data, struct wpa_config *config, int line, const char *so) argument
4370 wpa_config_process_uuid(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4385 wpa_config_process_device_type( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4393 wpa_config_process_os_version(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4407 wpa_config_process_wps_vendor_ext_m1( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4446 wpa_config_process_sec_device_type( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4468 wpa_config_process_p2p_pref_chan( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4518 wpa_config_process_p2p_no_go_freq( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4537 wpa_config_process_p2p_device_persistent_mac_addr( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4554 wpa_config_process_hessid( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4568 wpa_config_process_sae_groups( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4586 wpa_config_process_ap_vendor_elements( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4624 wpa_config_process_no_ctrl_interface( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4636 wpa_config_get_int(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) argument
4648 wpa_config_get_str(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) argument
4670 wpa_config_get_ipv4(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) argument
4889 wpa_config_dump_values(struct wpa_config *config, char *buf, size_t buflen) argument
4913 wpa_config_get_value(const char *name, struct wpa_config *config, char *buf, size_t buflen) argument
4950 wpa_config_process_global(struct wpa_config *config, char *pos, int line) argument
[all...]
/freebsd-12-stable/contrib/processor-trace/libipt/include/
H A Dintel-pt.h379 } config; member in struct:pt_conf_addr_filter
475 static inline void pt_config_init(struct pt_config *config) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c148 svn_config_t *config = NULL; local
555 svn_ra_local__open(svn_ra_session_t *session, const char **corrected_url, const char **redirect_url, const char *repos_URL, const svn_ra_callbacks2_t *callbacks, void *callback_baton, svn_auth_baton_t *auth_baton, apr_hash_t *config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1682 zpool_import(libzfs_handle_t *hdl, nvlist_t *config, const char *newname, argument
1740 zpool_print_unsup_feat(nvlist_t *config) argument
1546 zpool_rewind_exclaim(libzfs_handle_t *hdl, const char *name, boolean_t dryrun, nvlist_t *config) argument
1597 zpool_explain_recover(libzfs_handle_t *hdl, const char *name, int reason, nvlist_t *config) argument
1770 zpool_import_props(libzfs_handle_t *hdl, nvlist_t *config, const char *newname, nvlist_t *props, int flags) argument
2497 vdev_get_one_physpath(nvlist_t *config, char *physpath, size_t physpath_size, size_t *bytes_written) argument
2582 zpool_get_config_physpath(nvlist_t *config, char *physpath, size_t phypath_size) argument
3162 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL; local
4245 read_efi_label(nvlist_t *config, diskaddr_t *sb, boolean_t *system) argument
4285 find_start_block(nvlist_t *config) argument
4507 supported_dump_vdev_type(libzfs_handle_t *hdl, nvlist_t *config, char *errbuf) argument
4544 nvlist_t *config, *nvroot; local
[all...]
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_crtc.c1634 struct drm_mode_config *config; local
1887 struct drm_mode_config *config = &dev->mode_config; local
2151 struct drm_mode_config *config = &dev->mode_config; local
2333 struct drm_mode_config *config = &dev->mode_config; local
[all...]
/freebsd-12-stable/sys/dev/e1000/
H A De1000_82575.h71 } config; member in union:e1000_adv_data_desc::__anon12985
/freebsd-12-stable/sys/dev/hptiop/
H A Dhptiop.h353 struct hpt_iop_request_get_config *config; member in struct:hpt_iop_hba::__anon13129::__anon13132
/freebsd-12-stable/sys/dev/ixl/
H A Dixl_pf_main.c2493 struct i40e_aq_set_phy_config config; local
3875 struct i40e_aq_set_phy_config config; local
[all...]
/freebsd-12-stable/sys/dev/syscons/
H A Dsyscons.h199 int config; /* configuration flags */ member in struct:sc_softc
/freebsd-12-stable/sys/arm/allwinner/
H A Daxp81x.c697 const struct axp8xx_config *config; member in struct:axp8xx_softc
/freebsd-12-stable/crypto/openssl/apps/
H A Dapps.c506 int app_load_modules(const CONF *config) argument
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h269 u32 config; /* Uses same defines as local config plus some more below*/ member in struct:__anon15138
294 u32 config; member in struct:dci_info_port
459 u8 config; member in struct:dci_info_func
H A Decore_mcp_api.h1281 u32 config; member in struct:ecore_mdump_info
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_config.c5246 struct netinfo_config_state *config; local
5292 gettokens_netinfo( struct netinfo_config_state *config, char **tokenlist, int *ntokens ) argument
[all...]
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c2259 config ( function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c375 find_tunnel_agent(const char *tunnel, const char *hostinfo, const char ***argv_p, apr_hash_t *config, apr_pool_t *pool) argument
614 open_session(svn_ra_svn__session_baton_t **sess_p, const char *url, const apr_uri_t *uri, const char *tunnel_name, const char **tunnel_argv, apr_hash_t *config, const svn_ra_callbacks2_t *callbacks, void *callbacks_baton, svn_auth_baton_t *auth_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
842 ra_svn_open(svn_ra_session_t *session, const char **corrected_url, const char **redirect_url, const char *url, const svn_ra_callbacks2_t *callbacks, void *callback_baton, svn_auth_baton_t *auth_baton, apr_hash_t *config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c564 nvlist_t *config; local
787 nvlist_t *config; local
1544 nvlist_t *config, *nvroot; local
1962 show_import(nvlist_t *config) argument
2226 zfs_force_import_required(nvlist_t *config) argument
2256 do_import(nvlist_t *config, const char *newname, const char *mntopts, nvlist_t *props, int flags) argument
2486 nvlist_t *config; local
3143 nvlist_t *config, *nvroot; local
3725 nvlist_t *config; local
4081 nvlist_t *config, *props = NULL; local
4523 nvlist_t *config, *nvroot; local
4718 nvlist_t *config = zpool_get_config(zhp, NULL); local
4931 nvlist_t *config, *nvroot; local
5137 print_dedup_stats(nvlist_t *config) argument
5191 nvlist_t *config, *nvroot; local
5266 zpool_get_name(zhp), reason, config); local
5321 zpool_get_name(zhp), reason, config); local
5674 nvlist_t *config; local
5743 nvlist_t *config; local
5840 nvlist_t *config; local
5882 nvlist_t *config; local
[all...]
/freebsd-12-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c822 hdaa_widget_pin_patch(uint32_t config, const char *str) argument
947 uint32_t config, orig; local
1617 uint32_t config; local
[all...]
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c3348 ar9300_eeprom_get_ant_cfg(struct ath_hal_9300 *ahp, const struct ieee80211_channel *chan, u_int8_t index, u_int16_t *config) argument
/freebsd-12-stable/sys/dev/bxe/
H A Decore_sp.c1146 struct mac_configuration_cmd *config = local
1341 struct mac_configuration_cmd *config = local
1114 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...]

Completed in 517 milliseconds

<<11121314