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

12345678910

/freebsd-9.3-release/sbin/hastctl/
H A Dhastctl.c54 static struct hastd_config *cfg; variable in typeref:struct:hastd_config
182 TAILQ_FOREACH(res, &cfg->hc_resources, hr_next) {
233 TAILQ_FOREACH(res, &cfg->hc_resources, hr_next) {
242 TAILQ_FOREACH(res, &cfg->hc_resources, hr_next) {
485 cfg = yy_config_parse(cfgpath, true);
486 PJDLOG_ASSERT(cfg != NULL);
534 if (proto_client(NULL, cfg->hc_controladdr, &controlconn) == -1) {
537 cfg->hc_controladdr);
542 cfg->hc_controladdr);
552 cfg
[all...]
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_compat_linux.c555 struct usb_config cfg[1]; local
566 memset(cfg, 0, sizeof(cfg));
568 cfg[0].type = type;
569 cfg[0].endpoint = addr & UE_ADDR;
570 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN);
572 ep = usbd_get_endpoint(dev, uhe->bsd_iface_index, cfg);
776 struct usb_config cfg[2]; local
791 memset(cfg, 0, sizeof(cfg));
[all...]
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Dsend-logs.sh48 # Check if we have a GUI generated install cfg
49 if [ -e "/tmp/sys-install.cfg" ]
53 cat /tmp/sys-install.cfg | grep -vE 'rootPass|userPass' >> ${TMPLOG}
/freebsd-9.3-release/usr.sbin/ppp/
H A Dpap.c91 namelen = strlen(bundle->cfg.auth.name);
92 keylen = strlen(bundle->cfg.auth.key);
95 log_Printf(LogPHASE, "Pap Output: %s ********\n", bundle->cfg.auth.name);
96 if (*bundle->cfg.auth.name == '\0')
105 memcpy(cp, bundle->cfg.auth.name, namelen);
108 memcpy(cp, bundle->cfg.auth.key, keylen);
149 if (*bundle->radius.cfg.file && bundle->radius.repstr)
267 if (*bundle->radius.cfg.file) {
H A Dchap.c456 IsAccepted(chap->auth.physical->link.lcp.cfg.chap80lm)) ||
457 !IsAccepted(chap->auth.physical->link.lcp.cfg.chap80nt));
493 len = strlen(authp->physical->dl->bundle->cfg.auth.name);
500 if (*authp->physical->dl->bundle->radius.cfg.file) {
519 memcpy(cp, authp->physical->dl->bundle->cfg.auth.name, len);
532 len = strlen(authp->physical->dl->bundle->cfg.auth.name);
558 if (*bundle->radius.cfg.file && bundle->radius.msrepstr)
567 if (*bundle->radius.cfg.file && bundle->radius.repstr)
598 if (*bundle->radius.cfg.file && bundle->radius.errstr)
758 ((chap->NTRespSent && IsAccepted(p->link.lcp.cfg
[all...]
H A Dtty.c131 if (p->cfg.cd.necessity != CD_DEFAULT)
231 struct ng_async_cfg cfg; local
237 memset(&cfg, 0, sizeof cfg);
238 cfg.enabled = 1;
239 cfg.accm = mymap | hismap;
240 cfg.amru = MAX_MTU;
241 cfg.smru = MAX_MRU;
244 NGM_ASYNC_CMD_SET_CONFIG, &cfg, sizeof cfg) <
[all...]
H A Dipv6cp.c243 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) {
275 ipv6cp->cfg.fsm.timeout = DEF_FSMRETRY;
276 ipv6cp->cfg.fsm.maxreq = DEF_FSMTRIES;
277 ipv6cp->cfg.fsm.maxtrm = DEF_FSMTRIES;
341 " REQ%s, %u Term REQ%s\n\n", ipv6cp->cfg.fsm.timeout,
342 ipv6cp->cfg.fsm.maxreq, ipv6cp->cfg.fsm.maxreq == 1 ? "" : "s",
343 ipv6cp->cfg.fsm.maxtrm, ipv6cp->cfg
[all...]
/freebsd-9.3-release/sys/dev/puc/
H A Dpucdata.c1211 const struct puc_cfg *cfg = sc->sc_cfg; local
1214 if (cfg->subdevice == 0x1282) /* Everest SP */
1216 else if (cfg->subdevice == 0x104b) /* Maestro SP2 */
1262 const struct puc_cfg *cfg = sc->sc_cfg; local
1264 if (port == 3 && (cfg->device == 0x1045 || cfg->device == 0x1144))
1277 const struct puc_cfg *cfg = sc->sc_cfg; local
1287 bar = puc_get_bar(sc, cfg->rid);
1297 bus_write_1(bar->b_res, 7, 0x80 + -cfg->clock);
1304 if (v0 == 0 && v1 == 0x80 + -cfg
1377 const struct puc_cfg *cfg = sc->sc_cfg; local
1450 const struct puc_cfg *cfg = sc->sc_cfg; local
1581 const struct puc_cfg *cfg = sc->sc_cfg; local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h472 @param cfg the event configuration object to be freed.
475 void event_config_free(struct event_config *cfg);
485 @param cfg the event configuration object
490 int event_config_avoid_method(struct event_config *cfg, const char *method);
593 event_config_require_features(cfg, EV_FEATURE_ET);
594 base = event_base_new_with_config(cfg);
597 event_config_require_features(cfg, 0);
598 base = event_base_new_with_config(cfg);
602 @param cfg the event configuration object
609 int event_config_require_features(struct event_config *cfg, in
[all...]
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_dcb.c189 * @cfg: dcb configuration to unpack into hardware consumable fields
198 void ixgbe_dcb_unpack_pfc_cee(struct ixgbe_dcb_config *cfg, u8 *map, u8 *pfc_up) argument
200 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0];
213 void ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction, argument
216 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0];
223 void ixgbe_dcb_unpack_max_cee(struct ixgbe_dcb_config *cfg, u16 *max) argument
225 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0];
232 void ixgbe_dcb_unpack_bwgid_cee(struct ixgbe_dcb_config *cfg, int direction, argument
235 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0];
242 void ixgbe_dcb_unpack_tsa_cee(struct ixgbe_dcb_config *cfg, in argument
252 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up) argument
275 ixgbe_dcb_unpack_map_cee(struct ixgbe_dcb_config *cfg, int direction, u8 *map) argument
[all...]
/freebsd-9.3-release/sys/dev/sound/pci/
H A Denvy24.c149 struct cfg_info *cfg; member in struct:sc_info
625 envy24_cfgfree(struct cfg_info *cfg) { argument
626 if (cfg == NULL)
628 if (cfg->free)
629 free(cfg, M_ENVY24);
1002 ptr->cs = ptr->parent->cfg->cs;
1012 ptr->cclk = ptr->parent->cfg->cclk;
1013 ptr->cdti = ptr->parent->cfg->cdti;
1014 spicds_settype(ptr->info, ptr->parent->cfg->type);
1015 spicds_setcif(ptr->info, ptr->parent->cfg
[all...]
/freebsd-9.3-release/etc/
H A Dnetwork.subr43 local ifn cfg
45 cfg=1
49 ifscript_up ${ifn} && cfg=0
50 ifconfig_up ${ifn} && cfg=0
51 afexists inet && ipv4_up ${ifn} && cfg=0
52 afexists inet6 && ipv6_up ${ifn} && cfg=0
53 afexists ipx && ipx_up ${ifn} && cfg=0
54 childif_create ${ifn} && cfg=0
56 return $cfg
65 local ifn cfg
[all...]
/freebsd-9.3-release/sys/isa/
H A Disa_common.c420 struct isa_config *cfg; local
424 cfg = malloc(sizeof(struct isa_config), M_TEMP, M_NOWAIT|M_ZERO);
425 if (cfg == NULL)
429 if (!isa_find_memory(child, &ice->ice_config, cfg))
432 if (!isa_find_port(child, &ice->ice_config, cfg))
435 if (!isa_find_irq(child, &ice->ice_config, cfg))
438 if (!isa_find_drq(child, &ice->ice_config, cfg))
448 cfg, 1);
449 free(cfg, M_TEMP);
461 bzero(cfg, sizeo
499 struct isa_config *cfg; local
[all...]
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c126 /* Del spool cfg if any. */
397 struct cfg_nat *cfg, *ptr; local
408 cfg = (struct cfg_nat *)buf;
409 if (cfg->id < 0) {
419 ptr = lookup_nat(&chain->nat, cfg->id);
429 flush_nat_ptrs(chain, cfg->id);
436 ptr->id = cfg->id;
442 ptr->ip = cfg->ip;
443 ptr->redir_cnt = cfg->redir_cnt;
444 ptr->mode = cfg
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dbasic-block.h393 #define ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_entry_block_ptr)
394 #define EXIT_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_exit_block_ptr)
395 #define basic_block_info_for_function(FN) ((FN)->cfg->x_basic_block_info)
396 #define n_basic_blocks_for_function(FN) ((FN)->cfg->x_n_basic_blocks)
397 #define n_edges_for_function(FN) ((FN)->cfg->x_n_edges)
398 #define last_basic_block_for_function(FN) ((FN)->cfg->x_last_basic_block)
399 #define label_to_block_map_for_function(FN) ((FN)->cfg->x_label_to_block_map)
405 #define ENTRY_BLOCK_PTR (cfun->cfg->x_entry_block_ptr)
406 #define EXIT_BLOCK_PTR (cfun->cfg->x_exit_block_ptr)
407 #define basic_block_info (cfun->cfg
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp35 DataflowWorklist(const CFG &cfg, AnalysisDeclContext &Ctx) argument
36 : enqueuedBlocks(cfg.getNumBlockIDs()),
493 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); local
494 for (CFG::const_iterator it = cfg->begin(), ei = cfg->end(); it != ei; ++it)
509 CFG *cfg = AC.getCFG(); local
510 if (!cfg)
515 if (cfg->getNumBlockIDs() > 300000)
522 DataflowWorklist worklist(*cfg, AC);
523 llvm::BitVector everAnalyzedBlock(cfg
[all...]
/freebsd-9.3-release/sys/dev/cardbus/
H A Dcardbus_device.c116 minor = (device_get_unit(sc->sc_dev) << 8) + devi->pci.cfg.func;
119 "cardbus%d.%d.cis", unit, devi->pci.cfg.func);
120 if (devi->pci.cfg.func == 0)
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c204 struct hastd_config *cfg; local
209 cfg = yy_config_parse(cfgpath, true);
210 if (cfg == NULL)
214 if (proto_client(NULL, cfg->hc_controladdr, &conn) == -1) {
216 cfg->hc_controladdr);
222 cfg->hc_controladdr);
229 cfg->hc_controladdr);
236 cfg->hc_controladdr);
/freebsd-9.3-release/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-9.3-release/sys/dev/oce/
H A Doce_queue.c224 wq->cfg.q_len = q_len;
225 wq->cfg.wq_type = (uint8_t) wq_type;
226 wq->cfg.eqd = OCE_DEFAULT_WQ_EQD;
227 wq->cfg.nbufs = 2 * wq->cfg.q_len;
228 wq->cfg.nhdl = 2 * wq->cfg.q_len;
340 wq->wq_free = wq->cfg.q_len;
419 rq->cfg.q_len = q_len;
420 rq->cfg
[all...]
/freebsd-9.3-release/sys/compat/ndis/
H A Dkern_ndis.c372 struct ndis_cfglist *cfg; local
377 cfg = malloc(sizeof(struct ndis_cfglist), M_DEVBUF, M_NOWAIT|M_ZERO);
379 if (cfg == NULL) {
384 cfg->ndis_cfg.nc_cfgkey = strdup(key, M_DEVBUF);
387 cfg->ndis_cfg.nc_cfgdesc = strdup(descstr, M_DEVBUF);
389 cfg->ndis_cfg.nc_cfgdesc = strdup(desc, M_DEVBUF);
390 strcpy(cfg->ndis_cfg.nc_val, val);
392 TAILQ_INSERT_TAIL(&sc->ndis_cfglist_head, cfg, link);
394 cfg->ndis_oid =
397 OID_AUTO, cfg
416 struct ndis_cfglist *cfg; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dconfig.h25 #include <isccfg/cfg.h>
H A Dlwresd.h28 #include <isccfg/cfg.h>
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h81 PostOrderCFGView(const CFG *cfg);
H A DUninitializedValues.h120 void runUninitializedVariablesAnalysis(const DeclContext &dc, const CFG &cfg,

Completed in 176 milliseconds

12345678910