Searched refs:cfg (Results 201 - 225 of 497) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Drevert.c130 svn_config_t *cfg;
145 cfg = ctx->config
149 SVN_ERR(svn_config_get_bool(cfg, &use_commit_times,
128 svn_config_t *cfg; local
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_cmdline.h347 * @a cfg is the @c SVN_CONFIG_CATEGORY_CONFIG configuration, and
367 svn_config_t *cfg,
387 svn_config_t *cfg,
412 svn_config_t *cfg,
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.c87 void server_stats_init(struct ub_server_stats* stats, struct config_file* cfg) argument
90 stats->extended = cfg->stat_extended;
145 if(reset && !worker->env.cfg->stat_cumulative) {
152 if(reset && !worker->env.cfg->stat_cumulative) {
177 if(reset && !worker->env.cfg->stat_cumulative) {
196 if(reset && !worker->env.cfg->stat_cumulative)
214 if(reset && !worker->env.cfg->stat_cumulative)
231 if(reset && !worker->env.cfg->stat_cumulative)
246 if(reset && !worker->env.cfg->stat_cumulative)
322 if(reset && !worker->env.cfg
[all...]
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.c218 cachedb_apply_cfg(struct cachedb_env* cachedb_env, struct config_file* cfg) argument
220 const char* backend_str = cfg->cachedb_backend;
241 if(!cachedb_apply_cfg(cachedb_env, env->cfg)) {
258 if(env->cfg->serve_expired_reply_ttl)
262 if(env->cfg->serve_expired_client_timeout)
326 * and env->cfg with secret.
337 const char* secret = qstate->env->cfg->cachedb_secret;
398 !qstate->env->cfg->serve_expired)
445 (!qstate->env->cfg->serve_expired ||
545 if(qstate->env->cfg
[all...]
/freebsd-11-stable/contrib/groff/
H A DMakefile.ccpg4 $(top_builddir)/Makefile.cfg \
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c209 const struct bhndb_hwcfg *cfg; local
213 cfg = bres->cfg;
215 sprom_win = bhndb_regwin_find_type(cfg->register_windows,
299 const struct bhndb_hwcfg *cfg; local
307 cfg = bres->cfg;
325 win = bhndb_regwin_find_core(cfg->register_windows, sc->pci_devclass,
H A Dbhndb.h128 const struct bhndb_hwcfg *cfg; /**< associated hardware configuration */ member in struct:bhndb_hw
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dssl_client_cert_providers.c54 svn_config_t *cfg = svn_hash_gets(parameters,
61 svn_config_get_server_setting(cfg, server_group,
52 svn_config_t *cfg = svn_hash_gets(parameters, local
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_pcie_trans.c264 if (sc->cfg->device_family == IWM_DEVICE_FAMILY_8000)
436 if (sc->cfg->device_family != IWM_DEVICE_FAMILY_8000) {
462 if (trans->cfg->base_params->pll_cfg_val)
464 trans->cfg->base_params->pll_cfg_val);
487 if (sc->cfg->host_interrupt_operation_mode) {
522 if (sc->cfg->device_family == IWM_DEVICE_FAMILY_7000) {
610 if (!sc->cfg->apmg_wake_up_wa)
635 if (sc->cfg->apmg_wake_up_wa &&
/freebsd-11-stable/usr.sbin/ppp/
H A Dtty.c133 if (p->cfg.cd.necessity != CD_DEFAULT)
233 struct ng_async_cfg cfg; local
239 memset(&cfg, 0, sizeof cfg);
240 cfg.enabled = 1;
241 cfg.accm = mymap | hismap;
242 cfg.amru = MAX_MTU;
243 cfg.smru = MAX_MRU;
246 NGM_ASYNC_CMD_SET_CONFIG, &cfg, sizeof cfg) <
[all...]
H A Dipv6cp.c245 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) {
277 ipv6cp->cfg.fsm.timeout = DEF_FSMRETRY;
278 ipv6cp->cfg.fsm.maxreq = DEF_FSMTRIES;
279 ipv6cp->cfg.fsm.maxtrm = DEF_FSMTRIES;
343 " REQ%s, %u Term REQ%s\n\n", ipv6cp->cfg.fsm.timeout,
344 ipv6cp->cfg.fsm.maxreq, ipv6cp->cfg.fsm.maxreq == 1 ? "" : "s",
345 ipv6cp->cfg.fsm.maxtrm, ipv6cp->cfg
[all...]
H A Dradius.h75 } cfg; member in struct:radius
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c206 struct hastd_config *cfg; local
211 cfg = yy_config_parse(cfgpath, true);
212 if (cfg == NULL)
216 if (proto_client(NULL, cfg->hc_controladdr, &conn) == -1) {
218 cfg->hc_controladdr);
224 cfg->hc_controladdr);
231 cfg->hc_controladdr);
238 cfg->hc_controladdr);
/freebsd-11-stable/sbin/ipfw/
H A Dnat.c48 typedef int (nat_cb_t)(struct nat44_cfg_nat *cfg, void *arg);
51 static int nat_show_data(struct nat44_cfg_nat *cfg, void *arg);
976 nat_show_data(struct nat44_cfg_nat *cfg, void *arg) argument
985 if (nat_get_cmd(cfg->name, nla->cmd, &oh) != 0) {
986 warnx("Error getting nat instance %s info", cfg->name);
993 if (nat_get_cmd(cfg->name, nla->cmd, &oh) == 0) {
1001 warn("Error getting nat instance %s info", cfg->name);
1032 struct nat44_cfg_nat *cfg; local
1055 cfg = (struct nat44_cfg_nat*)(olh + 1);
1057 error = f(cfg, ar
1073 struct nat44_cfg_nat *cfg; local
[all...]
/freebsd-11-stable/contrib/unbound/respip/
H A Drespip.h112 * @param cfg: config data.
115 int respip_global_apply_cfg(struct respip_set* set, struct config_file* cfg);
120 * @param cfg: config data.
125 int respip_views_apply_cfg(struct views* vs, struct config_file* cfg,
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.h123 * @param cfg: settings on what ports to open.
131 struct listen_port* listening_ports_open(struct config_file* cfg,
141 * @param cfg: config
143 * result. NULL if cfg has none.
144 * @param num_resif: length of resif. Zero if cfg has zero num_ifs.
147 int resolve_interface_names(struct config_file* cfg, char*** resif,
H A Dlocalzone.c745 lz_enter_zones(struct local_zones* zones, struct config_file* cfg) argument
749 for(p = cfg->local_zones; p; p = p->next) {
780 /** lookup a zone in cfg->nodefault list */
782 lz_nodefault(struct config_file* cfg, const char* name) argument
789 for(p = cfg->local_zones_nodefault; p; p = p->next) {
801 add_empty_default(struct local_zones* zones, struct config_file* cfg, argument
806 if(lz_exists(zones, name) || lz_nodefault(cfg, name))
826 int local_zone_enter_defaults(struct local_zones* zones, struct config_file* cfg) argument
832 if(cfg->local_zones_disable_default)
841 !lz_nodefault(cfg, "localhos
924 lz_enter_overrides(struct local_zones* zones, struct config_file* cfg) argument
974 lz_setup_implicit(struct local_zones* zones, struct config_file* cfg) argument
1057 lz_enter_zone_tags(struct local_zones* zones, struct config_file* cfg) argument
1073 lz_enter_data(struct local_zones* zones, struct config_file* cfg) argument
1085 lz_freeup_cfg(struct config_file* cfg) argument
1096 local_zones_apply_cfg(struct local_zones* zones, struct config_file* cfg) argument
[all...]
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.c186 static void ct_e1_config (ct_board_t *b, unsigned char cfg) argument
188 if (cfg == b->opt.cfg)
191 if (cfg == CFG_B)
197 if (b->opt.cfg == CFG_B) {
203 b->opt.cfg = cfg;
210 static void ct_g703_config (ct_board_t *b, unsigned char cfg) argument
212 if (cfg == b->opt.cfg)
457 ct_set_config(ct_board_t *b, int cfg) argument
[all...]
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddtstream.c326 int dt_io_thread_apply_cfg(struct dt_io_thread* dtio, struct config_file *cfg) argument
328 if(!cfg->dnstap) {
334 if(cfg->dnstap_ip && cfg->dnstap_ip[0]) {
335 if(cfg->dnstap_tls)
341 dtio->is_bidirectional = cfg->dnstap_bidirectional;
345 if(!cfg->dnstap_socket_path ||
346 cfg->dnstap_socket_path[0]==0) {
351 nm = cfg->dnstap_socket_path;
352 if(cfg
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c300 param = &schk->cfg;
328 if (mainq->ni.length > schk->cfg.limit) { D("over limit");
330 for (maxidx = 0; maxidx < schk->cfg.flows_cnt; maxidx++)
333 if (maxidx < schk->cfg.flows_cnt) {
335 for (i = maxidx + 1; i < schk->cfg.flows_cnt; i++)
364 param = &schk->cfg;
456 si->flows = malloc(schk->cfg.flows_cnt * sizeof(struct fq_codel_flow),
471 for (i = 0; i < schk->cfg.flows_cnt; i++) {
508 ep = (struct dn_extra_parms *) _schk->cfg;
517 fqc_cfg = &schk->cfg;
[all...]
H A Ddn_sched_fq_pie.c120 struct dn_sch_fq_pie_parms cfg; member in struct:fq_pie_schk
554 pst->one_third_q_size = (fqpie_schk->cfg.limit /
555 fqpie_schk->cfg.flows_cnt) / 3;
874 param = &schk->cfg;
901 if (mainq->ni.length > schk->cfg.limit) {
903 for (maxidx = 0; maxidx < schk->cfg.flows_cnt; maxidx++)
906 if (maxidx < schk->cfg.flows_cnt) {
908 for (i = maxidx + 1; i < schk->cfg.flows_cnt; i++)
936 param = &schk->cfg;
1037 si->si_extra->flows = malloc(schk->cfg
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp682 CFG *cfg = AC.getCFG(); local
683 if (!cfg)
688 llvm::BitVector reachable(cfg->getNumBlockIDs());
690 scanMaybeReachableFromBlock(&cfg->getEntry(), PP, reachable);
691 if (numReachable == cfg->getNumBlockIDs())
697 for (CFG::try_block_iterator I = cfg->try_blocks_begin(),
698 E = cfg->try_blocks_end() ; I != E; ++I) {
701 if (numReachable == cfg->getNumBlockIDs())
707 for (CFG::iterator I = cfg->begin(), E = cfg
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_anchor.c1045 anchors_apply_cfg(struct val_anchors* anchors, struct config_file* cfg) argument
1051 if(cfg->insecure_lan_zones) {
1060 for(f = cfg->domain_insecure; f; f = f->next) {
1069 for(f = cfg->trust_anchor_file_list; f; f = f->next) {
1073 if(cfg->chrootdir && cfg->chrootdir[0] && strncmp(nm,
1074 cfg->chrootdir, strlen(cfg->chrootdir)) == 0)
1075 nm += strlen(cfg->chrootdir);
1082 for(f = cfg
[all...]
/freebsd-11-stable/sys/dev/oce/
H A Doce_queue.c229 wq->cfg.q_len = q_len;
230 wq->cfg.wq_type = (uint8_t) wq_type;
231 wq->cfg.eqd = OCE_DEFAULT_WQ_EQD;
232 wq->cfg.nbufs = 2 * wq->cfg.q_len;
233 wq->cfg.nhdl = 2 * wq->cfg.q_len;
347 wq->wq_free = wq->cfg.q_len;
426 rq->cfg.q_len = q_len;
427 rq->cfg
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_an_lt_wrapper_regs.h63 uint32_t cfg; member in struct:al_an_lt_wrapper_gen
116 /**** cfg register ****/

Completed in 184 milliseconds

1234567891011>>