Searched refs:dflt (Results 26 - 50 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Ddevinet.c1532 struct ipv4_devconf *all, *dflt; local
1540 dflt = &ipv4_devconf_dflt;
1547 dflt = kmemdup(dflt, sizeof(ipv4_devconf_dflt), GFP_KERNEL);
1548 if (dflt == NULL)
1567 err = __devinet_sysctl_register(net, "default", dflt);
1579 net->ipv4.devconf_dflt = dflt;
1584 __devinet_sysctl_unregister(dflt);
1592 if (dflt != &ipv4_devconf_dflt)
1593 kfree(dflt);
[all...]
H A Dfib_semantics.c353 struct fib_info **last_resort, int *last_idx, int dflt)
365 if ((state&NUD_VALID) && order != dflt)
368 (*last_idx<0 && order > dflt)) {
352 fib_detect_death(struct fib_info *fi, int order, struct fib_info **last_resort, int *last_idx, int dflt) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dnsp_cs.c1587 cistpl_cftable_entry_t *dflt,
1607 else if (dflt->vcc.present & (1<<CISTPL_POWER_VNOM)) {
1608 if (vcc != dflt->vcc.param[CISTPL_POWER_VNOM]/10000)
1615 } else if (dflt->vpp1.present & (1 << CISTPL_POWER_VNOM)) {
1617 dflt->vpp1.param[CISTPL_POWER_VNOM] / 10000;
1625 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
1626 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
1644 if ((cfg->mem.nwin > 0) || (dflt->mem.nwin > 0)) {
1646 (cfg->mem.nwin) ? &cfg->mem : &dflt->mem;
1585 nsp_cs_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Daha152x_stub.c128 cistpl_cftable_entry_t *dflt,
126 aha152x_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Dqlogic_stub.c183 cistpl_cftable_entry_t *dflt,
181 qlogic_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dserial_cs.c435 cistpl_cftable_entry_t *dflt,
460 cistpl_cftable_entry_t *dflt,
519 cistpl_cftable_entry_t *dflt,
540 cistpl_cftable_entry_t *dflt,
625 cistpl_cftable_entry_t *dflt,
433 simple_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
458 simple_config_check_notpicky(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
517 multi_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
538 multi_config_check_notpicky(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
623 serial_check_for_multi(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dcb_das16_cs.c719 cistpl_cftable_entry_t *dflt,
731 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
732 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
717 das16cs_pcmcia_config_loop(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Dni_mio_cs.c295 cistpl_cftable_entry_t *dflt,
293 mio_pcmcia_config_loop(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Dquatech_daqp_cs.c1084 cistpl_cftable_entry_t *dflt,
1096 if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {
1097 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
1082 daqp_pcmcia_config_loop(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodWriter.java929 final Label dflt,
938 addSuccessor(stackSize, dflt);
951 dflt.put(this, code, source, true);
959 final Label dflt,
969 addSuccessor(stackSize, dflt);
982 dflt.put(this, code, source, true);
926 visitTableSwitchInsn( final int min, final int max, final Label dflt, final Label labels[]) argument
958 visitLookupSwitchInsn( final Label dflt, final int keys[], final Label labels[]) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Delsa_cs.c169 cistpl_cftable_entry_t *dflt,
167 elsa_cs_configcheck(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Dteles_cs.c149 cistpl_cftable_entry_t *dflt,
147 teles_cs_configcheck(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c145 static unsigned read_int(unsigned low, unsigned dflt, unsigned high, unsigned base, const char *mesg);
1331 read_int(unsigned low, unsigned dflt, unsigned high, unsigned base, const char *mesg) argument
1337 if (dflt < low || dflt > high) {
1347 printf(fmt, mesg, low, high, dflt);
1405 i = dflt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dsoc_common.c75 calc_speed(unsigned short *spds, int num, unsigned short dflt) argument
84 speed = dflt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dbt3c_cs.c680 cistpl_cftable_entry_t *dflt,
701 cistpl_cftable_entry_t *dflt,
678 bt3c_check_config(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
699 bt3c_check_config_notpicky(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
H A Dbtuart_cs.c609 cistpl_cftable_entry_t *dflt,
630 cistpl_cftable_entry_t *dflt,
607 btuart_check_config(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
628 btuart_check_config_notpicky(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cf, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/include/libraries/
H A Dexpat.h156 const XML_Char *dflt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dexpat.h177 const XML_Char *dflt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/include/libraries/
H A Dexpat.h156 const XML_Char *dflt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dmain.c81 cistpl_cftable_entry_t *dflt,
79 ipwireless_probe(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlstrlib.c429 goto dflt; /* no; go to default */
466 default: goto dflt;
470 default: dflt: { /* pattern class plus optional suffix */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Daddrconf.c4614 struct ipv6_devconf *all, *dflt; local
4618 dflt = &ipv6_devconf_dflt;
4625 dflt = kmemdup(dflt, sizeof(ipv6_devconf_dflt), GFP_KERNEL);
4626 if (dflt == NULL)
4630 dflt->autoconf = ipv6_defaults.autoconf;
4631 dflt->disable_ipv6 = ipv6_defaults.disable_ipv6;
4635 net->ipv6.devconf_dflt = dflt;
4642 err = __addrconf_sysctl_register(net, "default", NULL, dflt);
4652 kfree(dflt);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dexpat.h171 const XML_Char *dflt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dexpat.h171 const XML_Char *dflt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_cs.c798 cistpl_cftable_entry_t *dflt,
796 if_cs_ioprobe(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument

Completed in 317 milliseconds

123