Searched refs:cfg (Results 76 - 100 of 497) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/mii/
H A Dlxtphy.c252 int cfg; local
254 cfg = PHY_READ(sc, MII_LXTPHY_CONFIG);
255 cfg &= ~CONFIG_100BASEFX;
256 PHY_WRITE(sc, MII_LXTPHY_CONFIG, cfg);
262 int cfg; local
264 cfg = PHY_READ(sc, MII_LXTPHY_CONFIG);
265 cfg |= CONFIG_100BASEFX;
266 PHY_WRITE(sc, MII_LXTPHY_CONFIG, cfg);
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c268 Concatinate(arg->cx->physical->link.lcp.cfg.ident,
269 sizeof arg->cx->physical->link.lcp.cfg.ident,
553 nargv[arg] = subst(nargv[arg], "AUTHNAME", bundle->cfg.auth.name);
557 mp_Enddisc(bundle->ncp.mp.cfg.enddisc.class,
558 bundle->ncp.mp.cfg.enddisc.address,
559 bundle->ncp.mp.cfg.enddisc.len));
601 if (server.cfg.port)
602 nargv[arg] = substlong(nargv[arg], "SOCKNAME", server.cfg.port);
604 nargv[arg] = subst(nargv[arg], "SOCKNAME", server.cfg.sockname);
919 if (arg->cx->physical->async.cfg
[all...]
H A Dccp.c188 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]))
196 " REQ%s, %u Term REQ%s\n", ccp->cfg.fsm.timeout,
197 ccp->cfg.fsm.maxreq, ccp->cfg.fsm.maxreq == 1 ? "" : "s",
198 ccp->cfg.fsm.maxtrm, ccp->cfg.fsm.maxtrm == 1 ? "" : "s");
200 prompt_Printf(arg->prompt, "incoming = %d, ", ccp->cfg.deflate.in.winsize);
201 prompt_Printf(arg->prompt, "outgoing = %d\n", ccp->cfg.deflate.out.winsize);
204 if (ccp->cfg.mppe.keybits)
205 prompt_Printf(arg->prompt, "%d bits, ", ccp->cfg
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_java_pkcs11.in54 cat > pkcs11.cfg <<EOF
70 -providerArg pkcs11.cfg \
/freebsd-11-stable/sys/mips/nlm/dev/net/
H A Dnae.c63 struct nae_port_config *cfg)
69 size = cfg[i].pseq_fifo_size;
80 struct nae_port_config *cfg)
87 if (cfg[port].rx_slots_reqd)
88 rx_slots += cfg[port].rx_slots_reqd;
102 if (cfg[port].rx_slots_reqd > 0) {
107 cfg[port].rx_slots_reqd--;
117 struct nae_port_config *cfg)
124 if (cfg[port].tx_slots_reqd)
125 tx_slots += cfg[por
62 nlm_program_nae_parser_seq_fifo(uint64_t nae_base, int maxports, struct nae_port_config *cfg) argument
79 nlm_setup_rx_cal_cfg(uint64_t nae_base, int total_num_ports, struct nae_port_config *cfg) argument
116 nlm_setup_tx_cal_cfg(uint64_t nae_base, int total_num_ports, struct nae_port_config *cfg) argument
244 nlm_setup_iface_fifo_cfg(uint64_t nae_base, int maxports, struct nae_port_config *cfg) argument
264 nlm_setup_rx_base_config(uint64_t nae_base, int maxports, struct nae_port_config *cfg) argument
286 nlm_setup_rx_buf_config(uint64_t nae_base, int maxports, struct nae_port_config *cfg) argument
317 nlm_setup_freein_fifo_cfg(uint64_t nae_base, struct nae_port_config *cfg) argument
569 config_egress_fifo_carvings(uint64_t nae_base, int hwport, int start_ctxt, int num_ctxts, int max_ctxts, struct nae_port_config *cfg) argument
693 config_egress_fifo_credits(uint64_t nae_base, int hwport, int start_ctxt, int num_ctxts, int max_ctxts, struct nae_port_config *cfg) argument
1215 nlm_setup_1588_timer(uint64_t nae_base, struct nae_port_config *cfg) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.c73 if (p2p->cfg->go_connected &&
74 p2p->cfg->go_connected(p2p->cfg->cb_ctx,
196 p2p->cfg->reg_class = p2p->pending_reg_class;
197 p2p->cfg->channel = p2p->pending_channel;
249 p2p->cfg->go_neg_completed(p2p->cfg->cb_ctx, &res);
268 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel);
282 if (p2p->cfg
2910 p2p_init(const struct p2p_config *cfg) argument
[all...]
H A Dp2p_pd.c54 if (!p2p->cfg->get_go_info)
57 found = p2p->cfg->get_go_info(
58 p2p->cfg->cb_ctx, intended_addr, ssid,
68 p2p_buf_add_group_id(buf, p2p->cfg->dev_addr,
82 p2p_buf_add_group_id(buf, p2p->cfg->dev_addr,
90 buf, p2p->cfg->dev_addr);
119 if (p2p->cfg->get_persistent_group) {
120 shared_group = p2p->cfg->get_persistent_group(
121 p2p->cfg->cb_ctx, dev->info.p2p_device_addr,
128 p2p_buf_add_channel_list(buf, p2p->cfg
[all...]
H A Dp2p_go_neg.c53 if (pos[2] != 0x04 && os_memcmp(pos, p2p->cfg->country, 2) != 0) {
55 p2p->cfg->country[0], p2p->cfg->country[1],
169 if (p2p->cfg->p2p_intra_bss)
176 p2p_buf_add_listen_channel(buf, p2p->cfg->country, p2p->cfg->reg_class,
177 p2p->cfg->channel);
182 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
184 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
257 p2p->cfg
[all...]
H A Dp2p_invitation.c72 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
77 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
83 dev_addr = p2p->cfg->dev_addr;
154 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
159 p2p_buf_add_channel_list(buf, p2p->cfg->country, channels);
238 p2p_channels_union(&p2p->cfg->channels, &p2p->cfg->cli_channels,
249 p2p_channels_dump(p2p, "own channels", &p2p->cfg->channels);
256 if (p2p->cfg->invitation_process) {
257 status = p2p->cfg
[all...]
H A Dp2p_group.c36 struct p2p_group_config *cfg; member in struct:p2p_group
65 group->cfg = config;
69 group->cfg->idle_update(group->cfg->cb_ctx, 1);
120 os_free(group->cfg);
145 if (group->cfg->persistent_group) {
147 if (group->cfg->persistent_group == 2)
150 if (group->p2p->cfg->p2p_intra_bss)
156 if (group->num_members >= group->cfg->max_clients)
158 if (group->cfg
[all...]
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_priv.h88 * @param cfg: config options.
91 int priv_apply_cfg(struct iter_priv* priv, struct config_file* cfg);
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnet-whitelist.h84 * @param cfg: config options.
88 struct config_file* cfg);
H A Dsubnet-whitelist.c118 read_upstream(struct ecs_whitelist* whitelist, struct config_file* cfg) argument
121 for(p = cfg->client_subnet; p; p = p->next) {
131 read_names(struct ecs_whitelist* whitelist, struct config_file* cfg) argument
140 for(p = cfg->client_subnet_zone; p; p = p->next) {
172 struct config_file* cfg)
177 if(!read_upstream(whitelist, cfg))
179 if(!read_names(whitelist, cfg))
171 ecs_whitelist_apply_cfg(struct ecs_whitelist* whitelist, struct config_file* cfg) argument
/freebsd-11-stable/contrib/unbound/ipsecmod/
H A Dipsecmod-whitelist.c87 read_whitelist(rbtree_type* whitelist, struct config_file* cfg) argument
90 for(p = cfg->ipsecmod_whitelist; p; p = p->next) {
100 struct config_file* cfg)
103 if(!read_whitelist(ie->whitelist, cfg))
99 ipsecmod_whitelist_apply_cfg(struct ipsecmod_env* ie, struct config_file* cfg) argument
H A Dipsecmod.c57 ipsecmod_apply_cfg(struct ipsecmod_env* ipsecmod_env, struct config_file* cfg) argument
59 if(!cfg->ipsecmod_hook || (cfg->ipsecmod_hook && !cfg->ipsecmod_hook[0])) {
63 if(cfg->ipsecmod_whitelist &&
64 !ipsecmod_whitelist_apply_cfg(ipsecmod_env, cfg))
80 if(!ipsecmod_apply_cfg(ipsecmod_env, env->cfg)) {
111 iq->enabled = qstate->env->cfg->ipsecmod_enabled;
260 w += sldns_str_print(&s, &slen, "%s", qstate->env->cfg->ipsecmod_hook);
408 if(!qstate->env->cfg
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h39 CFGReverseBlockReachabilityAnalysis(const CFG &cfg);
H A DDominators.h50 CFGDominatorTreeImpl(CFG *cfg) { argument
51 buildDominatorTree(cfg);
58 CFG *getCFG() { return cfg; }
87 void buildDominatorTree(CFG *cfg) { argument
88 assert(cfg);
89 this->cfg = cfg;
90 DT.recalculate(*cfg);
97 for (CFG::const_iterator I = cfg->begin(),
98 E = cfg
180 CFG *cfg; member in class:clang::CFGDominatorTreeImpl
228 ControlDependencyCalculator(CFG *cfg) argument
257 CFG *cfg = PostDomTree.getCFG(); local
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_async.c86 struct ng_async_cfg cfg; /* Configuration */ member in struct:ng_async_private
188 sc->cfg.accm = ~0;
189 sc->cfg.amru = NG_ASYNC_DEFAULT_MRU;
190 sc->cfg.smru = NG_ASYNC_DEFAULT_MRU;
191 sc->abuf = malloc(ASYNC_BUF_SIZE(sc->cfg.smru),
193 sc->sbuf = malloc(SYNC_BUF_SIZE(sc->cfg.amru),
278 struct ng_async_cfg *const cfg = local
282 if (msg->header.arglen != sizeof(*cfg))
284 if (cfg->amru < NG_ASYNC_MIN_MRU
285 || cfg
[all...]
H A Dng_mppc.c141 struct ng_mppc_config cfg; /* configuration */ member in struct:ng_mppc_dir
273 struct ng_mppc_config *const cfg local
281 if (msg->header.arglen != sizeof(*cfg))
283 if (cfg->enable) {
284 if ((cfg->bits & ~MPPC_VALID_BITS) != 0)
287 if ((cfg->bits & MPPC_BIT) != 0)
291 if ((cfg->bits & MPPE_BITS) != 0)
295 cfg->bits = 0;
302 d->cfg = *cfg;
[all...]
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pinctrl.c387 struct pincfg *cfg, *cfgdata; local
405 for (i = 0, cfg = cfgdata; i < npins; i++, cfg++) {
407 pio = (0xfffffff & sc->ranges[0].bus) + 0x200 * cfg->unit;
408 printf("P%c%d %s %#x\n", cfg->unit + 'A', cfg->pin,
409 periphs[cfg->periph], cfg->flags);
410 switch (cfg->periph) {
412 at91_pio_use_gpio(pio, 1u << cfg
[all...]
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_iface.h24 struct fst_iface_cfg cfg; member in struct:fst_iface
31 const struct fst_iface_cfg *cfg);
51 return i->cfg.group_id;
56 return i->cfg.priority;
61 return i->cfg.llt;
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dredis.c104 moddata->numctxs = env->cfg->num_threads;
105 moddata->ctxs = calloc(env->cfg->num_threads, sizeof(redisContext*));
113 moddata->server_host = env->cfg->redis_server_host;
114 moddata->server_port = env->cfg->redis_server_port;
115 moddata->timeout.tv_sec = env->cfg->redis_timeout / 1000;
116 moddata->timeout.tv_usec = (env->cfg->redis_timeout % 1000) * 1000;
120 if(env->cfg->redis_expire_records) {
286 int set_ttl = (env->cfg->redis_expire_records &&
287 (!env->cfg->serve_expired || env->cfg
[all...]
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_module.rb106 cfg = YAML.load_file(HERE + @yaml_config)[:generate_module]
107 @path_src = cfg[:defaults][:path_src] if @path_src.nil?
108 @path_inc = cfg[:defaults][:path_inc] if @path_inc.nil?
109 @path_tst = cfg[:defaults][:path_tst] if @path_tst.nil?
110 @update_svn = cfg[:defaults][:update_svn] if @update_svn.nil?
111 @extra_inc = cfg[:includes]
112 @boilerplates = cfg[:boilerplates]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassSupport.h33 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \
37 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
47 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \
54 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \
57 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
149 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \
155 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
169 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \
174 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \
177 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysi
[all...]
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pinmux.c486 const struct tegra_mux *mux, struct pincfg *cfg)
493 if (cfg->function != NULL) {
494 tmp = pinmux_mux_function(mux, cfg->function);
497 "Unknown function %s for pin %s\n", cfg->function,
505 if (cfg->params[PROP_ID_PULL] != -1) {
507 reg |= (cfg->params[PROP_ID_PULL] & TEGRA_MUX_PUPD_MASK) <<
510 if (cfg->params[PROP_ID_TRISTATE] != -1) {
512 reg |= (cfg->params[PROP_ID_TRISTATE] & 1) <<
515 if (cfg->params[TEGRA_MUX_ENABLE_INPUT_SHIFT] != -1) {
517 reg |= (cfg
485 pinmux_config_mux(struct pinmux_softc *sc, char *pin_name, const struct tegra_mux *mux, struct pincfg *cfg) argument
550 pinmux_config_grp(struct pinmux_softc *sc, char *grp_name, const struct tegra_grp *grp, struct pincfg *cfg) argument
603 pinmux_config_node(struct pinmux_softc *sc, char *pin_name, struct pincfg *cfg) argument
646 pinmux_read_node(struct pinmux_softc *sc, phandle_t node, struct pincfg *cfg, char **pins, int *lpins) argument
674 struct pincfg cfg; local
[all...]

Completed in 440 milliseconds

1234567891011>>