Searched defs:config (Results 151 - 175 of 328) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/netgraph/atm/uni/
H A Dng_uni.c373 struct uni_config *config; local
/freebsd-12-stable/sys/isa/
H A Disa_common.c120 isa_find_memory(device_t child, struct isa_config *config, argument
194 isa_find_port(device_t child, struct isa_config *config, argument
291 isa_find_irq(device_t child, struct isa_config *config, struct isa_config *result) argument
356 isa_find_drq(device_t child, struct isa_config *config, struct isa_config *result) argument
975 isa_add_config(device_t dev, device_t child, int priority, struct isa_config *config) argument
[all...]
H A Dpnp.c203 pnp_set_config(void *arg, struct isa_config *config, int enable) argument
345 pnp_check_quirks(uint32_t vendor_id, uint32_t logical_id, int ldn, struct isa_config *config) argument
[all...]
/freebsd-12-stable/sys/dev/ixgbe/
H A Dif_sriov.c658 ixgbe_if_iov_init(if_ctx_t ctx, u16 num_vfs, const nvlist_t *config) argument
848 ixgbe_if_iov_vf_add(if_ctx_t ctx, u16 vfnum, const nvlist_t *config) argument
/freebsd-12-stable/lib/libusb/
H A Dlibusb10_desc.c83 libusb_get_active_config_descriptor(libusb_device *dev, struct libusb_config_descriptor **config) argument
96 libusb_get_config_descriptor(libusb_device *dev, uint8_t config_index, struct libusb_config_descriptor **config) argument
267 libusb_get_config_descriptor_by_value(libusb_device *dev, uint8_t bConfigurationValue, struct libusb_config_descriptor **config) argument
298 libusb_free_config_descriptor(struct libusb_config_descriptor *config) argument
[all...]
/freebsd-12-stable/sys/amd64/vmm/io/
H A Dvhpet.c80 uint64_t config; /* Configuration */ member in struct:vhpet
/freebsd-12-stable/sys/arm/mv/
H A Dmv_thermal.c95 struct mv_thermal_config *config; member in struct:mv_thermal_softc
[all...]
H A Dtimer.c88 struct mv_timer_config* config; member in struct:mv_timer_softc
[all...]
/freebsd-12-stable/stand/efi/libefi/
H A Defihttp.c233 EFI_HTTP_CONFIG_DATA config; local
391 EFI_HTTP_CONFIG_DATA config; local
[all...]
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c110 const struct snmp_module config = { variable in typeref:struct:snmp_module
/freebsd-12-stable/usr.sbin/nscd/
H A Dnscd.c101 init_cache_(struct configuration *config) argument
156 init_runtime_env(struct configuration *config) argument
227 accept_connection(struct kevent *event_data, struct runtime_env *env, struct configuration *config) argument
276 process_socket_event(struct kevent *event_data, struct runtime_env *env, struct configuration *config) argument
471 process_timer_event(struct kevent *event_data, struct runtime_env *env, struct configuration *config) argument
488 processing_loop(cache the_cache, struct runtime_env *env, struct configuration *config) argument
[all...]
/freebsd-12-stable/contrib/wpa/src/eap_peer/
H A Deap_mschapv2.c298 struct eap_peer_config *config = eap_get_config(sm); local
403 struct eap_peer_config *config = eap_get_config(sm); local
682 struct eap_peer_config *config = eap_get_config(sm); local
778 struct eap_peer_config *config = eap_get_config(sm); local
[all...]
H A Deap_peap.c135 struct eap_peer_config *config = eap_get_config(sm); local
605 struct eap_peer_config *config = eap_get_config(sm); local
1018 struct eap_peer_config *config = eap_get_config(sm); local
[all...]
H A Deap_sim.c86 struct eap_peer_config *config = eap_get_config(sm); local
785 struct eap_peer_config *config; local
[all...]
/freebsd-12-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h479 eapol_sm_get_erp_info(struct eapol_sm *sm, struct eap_peer_config *config, argument
405 eapol_sm_notify_config(struct eapol_sm *sm, struct eap_peer_config *config, struct eapol_config *conf) argument
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c590 struct ibnd_config config = { 0 }; local
[all...]
H A Dibnetdiscover.c1075 struct ibnd_config config = { 0 }; local
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-fetch.c46 struct pt_config config; member in struct:fetch_fixture
[all...]
H A Dptunit-packet.c50 struct pt_config config; member in struct:packet_fixture
66 pfix_decode_unknown(struct pt_packet_unknown *packet, const struct pt_config *config, const uint8_t *pos, void *context) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddeprecated.c154 svn_ra_open4(svn_ra_session_t **session_p, const char **corrected_url_p, const char *repos_URL, const char *uuid, const svn_ra_callbacks2_t *callbacks, void *callback_baton, apr_hash_t *config, apr_pool_t *pool) argument
167 svn_ra_open3(svn_ra_session_t **session_p, const char *repos_URL, const char *uuid, const svn_ra_callbacks2_t *callbacks, void *callback_baton, apr_hash_t *config, apr_pool_t *pool) argument
179 svn_ra_open2(svn_ra_session_t **session_p, const char *repos_URL, const svn_ra_callbacks2_t *callbacks, void *callback_baton, apr_hash_t *config, apr_pool_t *pool) argument
190 svn_ra_open(svn_ra_session_t **session_p, const char *repos_URL, const svn_ra_callbacks_t *callbacks, void *callback_baton, apr_hash_t *config, apr_pool_t *pool) argument
H A Dwrapper_template.h55 compat_open(void **session_baton, const char *repos_URL, const svn_ra_callbacks_t *callbacks, void *callback_baton, apr_hash_t *config, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c102 load_http_auth_types(apr_pool_t *pool, svn_config_t *config, const char *server_group, int *authn_types) argument
159 svn_config_t *config, *config_client; local
477 svn_ra_serf__open(svn_ra_session_t *session, const char **corrected_url, const char **redirect_url, const char *session_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/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_wcroot.c223 svn_wc__db_open(svn_wc__db_t **db, svn_config_t *config, svn_boolean_t open_without_upgrade, svn_boolean_t enforce_empty_wq, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dfile-merge.c80 apr_hash_t *config; member in struct:file_merge_baton
465 edit_chunk(apr_array_header_t **merged_chunk, apr_array_header_t *chunk, const char *editor_cmd, apr_hash_t *config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
578 merge_chunks(apr_array_header_t **merged_chunk, svn_boolean_t *abort_merge, apr_array_header_t *chunk1, apr_array_header_t *chunk2, svn_linenum_t current_line1, svn_linenum_t current_line2, const char *editor_cmd, apr_hash_t *config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
753 merge_file_chunks(svn_boolean_t *remains_in_conflict, svn_boolean_t *abort_merge, apr_file_t *merged_file, apr_file_t *file1, apr_file_t *file2, apr_off_t start1, apr_off_t len1, apr_off_t start2, apr_off_t len2, svn_linenum_t *current_line1, svn_linenum_t *current_line2, const char *editor_cmd, apr_hash_t *config, apr_pool_t *scratch_pool) argument
860 svn_cl__merge_file(svn_boolean_t *remains_in_conflict, const char *base_path, const char *their_path, const char *my_path, const char *merged_path, const char *wc_path, const char *path_prefix, const char *editor_cmd, apr_hash_t *config, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-12-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c1672 struct dpp_relay_config config; local

Completed in 345 milliseconds

1234567891011>>