Searched defs:cfg (Results 101 - 125 of 196) sorted by relevance

12345678

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h72 OwningPtr<CFG> cfg, completeCFG; member in class:clang::AnalysisDeclContext
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp35 DataflowWorklist(const CFG &cfg, AnalysisDeclContext &Ctx) argument
493 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); local
509 CFG *cfg = AC.getCFG(); local
[all...]
/freebsd-10-stable/contrib/wpa/src/p2p/
H A Dp2p_group.c35 struct p2p_group_config *cfg; member in struct:p2p_group
[all...]
/freebsd-10-stable/contrib/wpa/src/wps/
H A Dwps_upnp_web.c418 struct wps_config cfg; local
/freebsd-10-stable/sys/arm/at91/
H A Dat91_pio.c399 struct at91_gpio_cfg *cfg; local
[all...]
/freebsd-10-stable/sys/compat/ndis/
H A Dkern_ndis.c373 struct ndis_cfglist *cfg; local
425 struct ndis_cfglist *cfg; local
[all...]
H A Dsubr_usbd.c635 struct usb_config cfg; local
[all...]
/freebsd-10-stable/sys/dev/ce/
H A Dceddk.c939 unsigned long cfg = c->config & ~TAU32_framing_mode_mask; local
986 unsigned long cfg local
1013 unsigned long cfg = c->config & ~TAU32_line_mode_mask; local
1040 unsigned long cfg = c->config & ~TAU32_higain; local
1202 unsigned long cfg = c->config & ~TAU32_framing_mode_mask; local
1317 unsigned long cfg = c->config & ~TAU32_scrambler; local
1344 unsigned long cfg = c->config & ~TAU32_monitor; local
1392 unsigned long cfg[2]; local
1453 unsigned long cfg = c->config & ~TAU32_crc4_mf; local
[all...]
/freebsd-10-stable/sys/dev/ctau/
H A Dctddk.c186 static void ct_e1_config (ct_board_t *b, unsigned char cfg) argument
210 static void ct_g703_config (ct_board_t *b, unsigned char cfg) argument
457 ct_set_config(ct_board_t *b, int cfg) argument
[all...]
/freebsd-10-stable/sys/dev/tx/
H A Dif_tx.c1030 int cfg, media; local
/freebsd-10-stable/sys/mips/cavium/
H A Docteon_ebt3000_cf.c618 cvmx_mio_boot_reg_cfgx_t cfg; local
/freebsd-10-stable/sys/netgraph/
H A Dng_pipe.c90 struct ng_pipe_hookcfg cfg; member in struct:hookinfo
304 struct ng_pipe_cfg *cfg; local
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c50 ev_token_bucket_init_(struct ev_token_bucket *bucket, const struct ev_token_bucket_cfg *cfg, ev_uint32_t current_tick, int reinitialize) argument
74 ev_token_bucket_update_(struct ev_token_bucket *bucket, const struct ev_token_bucket_cfg *cfg, ev_uint32_t current_tick) argument
127 ev_token_bucket_get_tick_(const struct timeval *tv, const struct ev_token_bucket_cfg *cfg) argument
176 ev_token_bucket_cfg_free(struct ev_token_bucket_cfg *cfg) argument
560 bufferevent_set_rate_limit(struct bufferevent *bev, struct ev_token_bucket_cfg *cfg) argument
639 bufferevent_rate_limit_group_new(struct event_base *base, const struct ev_token_bucket_cfg *cfg) argument
673 bufferevent_rate_limit_group_set_cfg( struct bufferevent_rate_limit_group *g, const struct ev_token_bucket_cfg *cfg) argument
930 struct ev_token_bucket_cfg *cfg; local
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c457 struct event_config *cfg = NULL; local
/freebsd-10-stable/contrib/unbound/libunbound/
H A Dlibworker.c126 struct config_file* cfg = ctx->env->cfg; local
[all...]
/freebsd-10-stable/contrib/unbound/services/cache/
H A Dinfra.c215 infra_create(struct config_file* cfg) argument
194 infra_ratelimit_cfg_insert(struct infra_cache* infra, struct config_file* cfg) argument
271 infra_adjust(struct infra_cache* infra, struct config_file* cfg) argument
[all...]
/freebsd-10-stable/contrib/unbound/validator/
H A Dval_neg.c86 struct val_neg_cache* val_neg_create(struct config_file* cfg, size_t maxiter) argument
H A Dval_anchor.c1045 anchors_apply_cfg(struct val_anchors* anchors, struct config_file* cfg) argument
[all...]
/freebsd-10-stable/contrib/unbound/iterator/
H A Diter_utils.c111 caps_white_apply_cfg(rbtree_t* ntree, struct config_file* cfg) argument
144 iter_apply_cfg(struct iter_env* iter_env, struct config_file* cfg) argument
[all...]
/freebsd-10-stable/contrib/unbound/services/
H A Dlocalzone.c511 lz_enter_zones(struct local_zones* zones, struct config_file* cfg) argument
548 lz_nodefault(struct config_file* cfg, const char* name) argument
567 add_as112_default(struct local_zones* zones, struct config_file* cfg, argument
593 lz_enter_defaults(struct local_zones* zones, struct config_file* cfg) argument
707 lz_setup_implicit(struct local_zones* zones, struct config_file* cfg) argument
789 lz_enter_data(struct local_zones* zones, struct config_file* cfg) argument
801 lz_freeup_cfg(struct config_file* cfg) argument
812 local_zones_apply_cfg(struct local_zones* zones, struct config_file* cfg) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c84 svn_config_t *cfg; member in struct:svn_authz_t
138 authz_alias_is_user(svn_config_t *cfg, const char *alias, const char *user, apr_pool_t *pool) argument
160 authz_group_contains_user(svn_config_t *cfg, const char *group, const char *user, apr_pool_t *pool) argument
342 authz_get_path_access(svn_config_t *cfg, const char *repos_name, const char *path, const char *user, svn_repos_authz_access_t required_access, svn_boolean_t *access_granted, apr_pool_t *pool) argument
386 authz_get_tree_access(svn_config_t *cfg, const char *repos_name, const char *path, const char *user, svn_repos_authz_access_t required_access, apr_pool_t *pool) argument
444 authz_get_any_access(svn_config_t *cfg, const char *repos_name, const char *user, svn_repos_authz_access_t required_access, apr_pool_t *pool) argument
488 authz_group_walk(svn_config_t *cfg, const char *group, apr_hash_t *checked_groups, apr_pool_t *pool) argument
[all...]
H A Dhooks.c394 svn_config_t *cfg; member in struct:parse_hooks_env_section_baton
429 svn_config_t *cfg; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dexternals.c456 svn_config_t *cfg = ctx->config local
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_enc_safte.c262 struct scfg *cfg; local
333 struct scfg *cfg; local
358 struct scfg *cfg; local
667 struct scfg *cfg; local
736 struct scfg *cfg; local
957 struct scfg *cfg; local
989 struct scfg *cfg; local
1007 struct scfg *cfg; local
1036 struct scfg *cfg; local
1069 struct scfg *cfg; local
1114 struct scfg *cfg; local
[all...]
/freebsd-10-stable/usr.sbin/ancontrol/
H A Dancontrol.c653 struct an_ltv_genconfig *cfg; local
925 struct an_ltv_genconfig *cfg; local
1333 struct an_ltv_genconfig *cfg; local
1429 struct an_ltv_genconfig *cfg; local
[all...]

Completed in 323 milliseconds

12345678