Searched refs:cfg (Results 226 - 250 of 497) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/ppp/
H A Dipv6cp.h44 } cfg; member in struct:ipv6cp
H A Dbundle.c474 ifqueue = nlinks > bundle->cfg.ifqueue ? nlinks : bundle->cfg.ifqueue;
487 bundle->choked.timer.load = bundle->cfg.choked.timeout * SECTICKS;
830 bundle.cfg.idle.timeout = NCP_IDLE_TIMEOUT;
831 bundle.cfg.idle.min_timeout = 0;
832 *bundle.cfg.auth.name = '\0';
833 *bundle.cfg.auth.key = '\0';
834 bundle.cfg.optmask = (1ull << OPT_IDCHECK) | (1ull << OPT_LOOPBACK) |
844 *bundle.cfg.label = '\0';
845 bundle.cfg
[all...]
H A Dmp.h107 } cfg; member in struct:mp
H A Dlcp.h107 } cfg; member in struct:lcp
/freebsd-11-stable/usr.sbin/mlxcontrol/
H A Dmlxcontrol.h48 extern int mlx_read_configuration(int unit, struct mlx_core_cfg *cfg);
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.h147 * @param cfg: configuration settings.
152 int worker_init(struct worker* worker, struct config_file *cfg,
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_fwd.h102 * @param cfg: config options.
105 int forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg);
H A Diter_fwd.c258 read_forwards(struct iter_forwards* fwd, struct config_file* cfg) argument
261 for(s = cfg->forwards; s; s = s->next) {
302 make_stub_holes(struct iter_forwards* fwd, struct config_file* cfg) argument
307 for(s = cfg->stubs; s; s = s->next) {
325 forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg) argument
333 if(!read_forwards(fwd, cfg))
335 if(!make_stub_holes(fwd, cfg))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h124 void runUninitializedVariablesAnalysis(const DeclContext &dc, const CFG &cfg,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp161 if (CFG *cfg = mgr.getCFG(D)) {
162 cfg->viewCFG(mgr.getLangOpts());
190 if (CFG *cfg = mgr.getCFG(D)) {
191 cfg->dump(mgr.getLangOpts(),
/freebsd-11-stable/contrib/unbound/util/shm_side/
H A Dshm_main.c92 if(!daemon->cfg->shm_enable)
94 if(daemon->cfg->stat_interval == 0)
109 daemon->shm_info->key = daemon->cfg->shm_key;
194 if(!daemon->cfg->shm_enable)
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_ioctl.c295 uint32_t cfg; local
346 cfg = patm_nor_read(sc, IDT_NOR_CFG);
347 cfg &= ~IDT_CFG_IDLECLP;
348 patm_nor_write(sc, IDT_NOR_CFG, cfg);
353 cfg = patm_nor_read(sc, IDT_NOR_CFG);
354 cfg |= IDT_CFG_IDLECLP;
355 patm_nor_write(sc, IDT_NOR_CFG, cfg);
H A Dif_patm_intr.c110 uint32_t stat, cfg; local
140 cfg = patm_nor_read(sc, IDT_NOR_CFG);
154 (cfg & IDT_CFG_FBIE)) {
156 patm_nor_write(sc, IDT_NOR_CFG, cfg & ~IDT_CFG_FBIE);
158 } else if (!(cfg & IDT_CFG_FBIE)) {
160 patm_nor_write(sc, IDT_NOR_CFG, cfg | IDT_CFG_FBIE);
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c103 if (scan->cfg->max_hops &&
104 f_int->fabric.maxhops_discovered > scan->cfg->max_hops)
124 if (scan->cfg->max_hops &&
125 f_int->fabric.maxhops_discovered > scan->cfg->max_hops)
382 if ((scan->cfg->flags & IBND_CONFIG_MLX_EPI)
570 if (scan->cfg->show_progress)
722 static int set_config(struct ibnd_config *config, struct ibnd_config *cfg) argument
727 if (cfg)
728 memcpy(config, cfg, sizeof(*config));
751 struct ibnd_config *cfg)
749 ibnd_discover_fabric(char * ca_name, int ca_port, ib_portid_t * from, struct ibnd_config *cfg) argument
[all...]
/freebsd-11-stable/sys/dev/usb/serial/
H A Duftdi.c1433 struct uftdi_param_config *cfg)
1446 cfg->baud_lobits = i;
1447 cfg->baud_hibits = 0;
1456 struct uftdi_param_config *cfg)
1546 cfg->baud_lobits = (uint16_t)divisor;
1547 cfg->baud_hibits = (uint16_t)(divisor >> 16);
1554 cfg->baud_hibits <<= 8;
1562 struct uftdi_param_config *cfg)
1567 memset(cfg, 0, sizeof(*cfg));
1432 uftdi_sio_encode_baudrate(struct uftdi_softc *sc, speed_t speed, struct uftdi_param_config *cfg) argument
1455 uftdi_encode_baudrate(struct uftdi_softc *sc, speed_t speed, struct uftdi_param_config *cfg) argument
1561 uftdi_set_parm_soft(struct ucom_softc *ucom, struct termios *t, struct uftdi_param_config *cfg) argument
1625 struct uftdi_param_config cfg; local
1637 struct uftdi_param_config cfg; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent.c467 struct event_config *cfg = event_config_new(); local
468 if (cfg) {
469 base = event_base_new_with_config(cfg);
470 event_config_free(cfg);
475 /** Return true iff 'method' is the name of a method that 'cfg' tells us to
478 event_config_is_avoided_method(const struct event_config *cfg, argument
483 TAILQ_FOREACH(entry, &cfg->entries, next) {
549 event_base_new_with_config(const struct event_config *cfg) argument
564 if (cfg)
565 base->flags = cfg
1048 struct event_config *cfg = mm_calloc(1, sizeof(*cfg)); local
1070 event_config_free(struct event_config *cfg) argument
1082 event_config_set_flag(struct event_config *cfg, int flag) argument
1091 event_config_avoid_method(struct event_config *cfg, const char *method) argument
1108 event_config_require_features(struct event_config *cfg, int features) argument
1118 event_config_set_num_cpus_hint(struct event_config *cfg, int cpus) argument
1127 event_config_set_max_dispatch_interval(struct event_config *cfg, const struct timeval *max_interval, int max_callbacks, int min_priority) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp462 /// std::unique_ptr<CFG> cfg = builder.buildCFG(decl, stmt1);
473 std::unique_ptr<CFG> cfg; member in class:__anon298::CFGBuilder
534 : Context(astContext), cfg(new CFG()), // crew a new CFG
732 ConstructionContextLayer::create(cfg->getBumpVectorContext(),
785 return ConstructionContext::createFromLayers(cfg->getBumpVectorContext(),
797 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext());
803 B->appendConstructor(CE, CC, cfg->getBumpVectorContext());
808 B->appendStmt(CE, cfg->getBumpVectorContext());
817 B->appendCXXRecordTypedCall(CE, CC, cfg->getBumpVectorContext());
822 B->appendStmt(CE, cfg
5104 StmtPrinterHelper(const CFG* cfg, const LangOptions &LO) argument
5589 print_block(raw_ostream &OS, const CFG* cfg, const CFGBlock &B, StmtPrinterHelper &Helper, bool print_edges, bool ShowColors) argument
5801 dump(const CFG* cfg, const LangOptions &LO, bool ShowColors) const argument
5803 print(llvm::errs(), cfg, LO, ShowColors); local
5812 print(raw_ostream &OS, const CFG* cfg, const LangOptions &LO, bool ShowColors) const argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dcfgloop.h163 struct cfg struct in struct:loops
171 } cfg; member in struct:loops
208 /* Loops & cfg manipulation. */
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h63 const struct bhndb_hwcfg *cfg);
174 const struct bhndb_hwcfg *cfg; /**< hardware configuration */ member in struct:bhndb_resources
H A Dbhndb_subr.c232 rspecs = br->cfg->resource_specs;
253 * bus resources from @p parent_dev according to @p cfg.
257 * @param cfg The hardware configuration to be used.
261 const struct bhndb_hwcfg *cfg)
283 r->cfg = cfg;
320 for (size_t i = 0; cfg->resource_specs[i].type != -1; i++)
333 r->res_spec[i] = cfg->resource_specs[i];
375 r->dwa_count = bhndb_regwin_count(cfg->register_windows,
392 for (win = cfg
260 bhndb_alloc_resources(device_t dev, device_t parent_dev, const struct bhndb_hwcfg *cfg) argument
[all...]
/freebsd-11-stable/contrib/unbound/services/cache/
H A Dinfra.h196 * @param cfg: config parameters or NULL for defaults.
199 struct infra_cache* infra_create(struct config_file* cfg);
212 * @param cfg: config options.
216 struct config_file* cfg);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dswitch.c120 svn_config_t *cfg = ctx->config
134 svn_config_get(cfg, &diff3_cmd, SVN_CONFIG_SECTION_HELPERS,
141 SVN_ERR(svn_config_get_bool(cfg, &use_commit_times,
159 svn_config_get(cfg, &preserved_exts_str, SVN_CONFIG_SECTION_MISCELLANY,
118 svn_config_t *cfg = ctx->config local
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcmavar.h69 struct bcma_sport_list *bcma_corecfg_get_port_list(struct bcma_corecfg *cfg,
/freebsd-11-stable/sys/dev/vnic/
H A Dnic.h190 uint64_t cfg; member in struct:nicvf_rss_info
395 uint64_t cfg; member in struct:qs_cfg_msg
403 uint64_t cfg; member in struct:rq_cfg_msg
412 uint64_t cfg; member in struct:sq_cfg_msg
/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.h112 int mansearch(const struct mansearch *cfg, /* options */

Completed in 241 milliseconds

1234567891011>>