Searched refs:dflt (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dsedlbauer_cs.c256 cistpl_cftable_entry_t dflt = { 0 }; local
262 if (cfg->flags & CISTPL_CFTABLE_DEFAULT) dflt = *cfg;
277 } else if (dflt.vcc.present & (1<<CISTPL_POWER_VNOM)) {
278 if (conf.Vcc != dflt.vcc.param[CISTPL_POWER_VNOM]/10000)
285 else if (dflt.vpp1.present & (1<<CISTPL_POWER_VNOM))
287 dflt.vpp1.param[CISTPL_POWER_VNOM]/10000;
290 if (cfg->irq.IRQInfo1 || dflt.irq.IRQInfo1)
295 if ((cfg->io.nwin > 0) || (dflt.io.nwin > 0)) {
296 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt.io;
328 if ((cfg->mem.nwin > 0) || (dflt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodVisitor.java241 * @param dflt beginning of the default handler block.
245 void visitTableSwitchInsn(int min, int max, Label dflt, Label labels[]); argument
250 * @param dflt beginning of the default handler block.
255 void visitLookupSwitchInsn(Label dflt, int keys[], Label labels[]); argument
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dq_dsmark.c38 int dflt,set_tc_index; local
41 dflt = -1;
54 dflt = strtoul(*argv,&end,0);
77 if (dflt != -1) {
78 __u16 tmp = dflt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo_cs.c242 cistpl_cftable_entry_t dflt = { 0 }; local
248 if (cfg->flags & CISTPL_CFTABLE_DEFAULT) dflt = *cfg;
263 else if (dflt.vpp1.present & (1<<CISTPL_POWER_VNOM))
265 dflt.vpp1.param[CISTPL_POWER_VNOM]/10000;
268 if (cfg->irq.IRQInfo1 || dflt.irq.IRQInfo1)
273 if ((cfg->io.nwin > 0) || (dflt.io.nwin > 0)) {
274 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt.io;
304 if ((cfg->mem.nwin > 0) || (dflt.mem.nwin > 0)) {
306 (cfg->mem.nwin) ? &cfg->mem : &dflt.mem;
H A Datmel_cs.c261 cistpl_cftable_entry_t dflt = { 0 }; local
267 if (cfg->flags & CISTPL_CFTABLE_DEFAULT) dflt = *cfg;
282 else if (dflt.vpp1.present & (1<<CISTPL_POWER_VNOM))
284 dflt.vpp1.param[CISTPL_POWER_VNOM]/10000;
287 if (cfg->irq.IRQInfo1 || dflt.irq.IRQInfo1)
292 if ((cfg->io.nwin > 0) || (dflt.io.nwin > 0)) {
293 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt.io;
H A Dorinoco_cs.c203 cistpl_cftable_entry_t dflt = { .index = 0 }; local
210 dflt = *cfg;
223 } else if (dflt.vcc.present & (1 << CISTPL_POWER_VNOM)) {
224 if (conf.Vcc != dflt.vcc.param[CISTPL_POWER_VNOM] / 10000) {
225 DEBUG(2, "orinoco_cs_config: Vcc mismatch (conf.Vcc = %d, dflt CIS = %d)\n", conf.Vcc, dflt.vcc.param[CISTPL_POWER_VNOM] / 10000);
234 else if (dflt.vpp1.present & (1 << CISTPL_POWER_VNOM))
236 dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
243 if ((cfg->io.nwin > 0) || (dflt.io.nwin > 0)) {
245 (cfg->io.nwin) ? &cfg->io : &dflt
[all...]
H A Dspectrum_cs.c674 cistpl_cftable_entry_t dflt = { .index = 0 }; local
681 dflt = *cfg;
694 } else if (dflt.vcc.present & (1 << CISTPL_POWER_VNOM)) {
695 if (conf.Vcc != dflt.vcc.param[CISTPL_POWER_VNOM] / 10000) {
696 DEBUG(2, "spectrum_cs_config: Vcc mismatch (conf.Vcc = %d, CIS = %d)\n", conf.Vcc, dflt.vcc.param[CISTPL_POWER_VNOM] / 10000);
705 else if (dflt.vpp1.present & (1 << CISTPL_POWER_VNOM))
707 dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
714 if ((cfg->io.nwin > 0) || (dflt.io.nwin > 0)) {
716 (cfg->io.nwin) ? &cfg->io : &dflt.io;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dsl811_cs.c166 cistpl_cftable_entry_t dflt = { 0 }; local
189 dflt = *cfg;
203 } else if (dflt.vcc.present & (1<<CISTPL_POWER_VNOM)) {
204 if (dflt.vcc.param[CISTPL_POWER_VNOM]/10000
212 else if (dflt.vpp1.present & (1<<CISTPL_POWER_VNOM))
214 dflt.vpp1.param[CISTPL_POWER_VNOM]/10000;
217 if (cfg->irq.IRQInfo1 || dflt.irq.IRQInfo1)
222 if ((cfg->io.nwin > 0) || (dflt.io.nwin > 0)) {
223 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt.io;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dide-cs.c178 cistpl_cftable_entry_t dflt; member in struct:__anon4457
215 } else if (stk->dflt.vcc.present & (1 << CISTPL_POWER_VNOM)) {
216 if (stk->conf.Vcc != stk->dflt.vcc.param[CISTPL_POWER_VNOM] / 10000)
224 else if (stk->dflt.vpp1.present & (1 << CISTPL_POWER_VNOM))
226 stk->dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
228 if ((cfg->io.nwin > 0) || (stk->dflt.io.nwin > 0)) {
229 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &stk->dflt.io;
257 memcpy(&stk->dflt, cfg, sizeof(stk->dflt));
262 memset(&stk->dflt,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_pcmcia.c156 cistpl_cftable_entry_t dflt; member in struct:__anon3885
219 } else if (stk->dflt.vcc.present & (1 << CISTPL_POWER_VNOM)) {
220 if (stk->conf.Vcc != stk->dflt.vcc.param[CISTPL_POWER_VNOM] / 10000)
227 else if (stk->dflt.vpp1.present & (1 << CISTPL_POWER_VNOM))
228 pdev->conf.Vpp = stk->dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
230 if ((cfg->io.nwin > 0) || (stk->dflt.io.nwin > 0)) {
231 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &stk->dflt.io;
258 memcpy(&stk->dflt, cfg, sizeof(stk->dflt));
263 memset(&stk->dflt,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_cs.c160 cistpl_cftable_entry_t dflt = { 0 }; local
176 if ((cfg->io.nwin > 0) || (dflt.io.nwin > 0)) {
177 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt.io;
195 if (cfg->flags & CISTPL_CFTABLE_DEFAULT) dflt = *cfg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/telephony/
H A Dixj_pcmcia.c136 cistpl_cftable_entry_t dflt = local
153 if ((cfg->io.nwin > 0) || (dflt.io.nwin > 0)) {
154 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt.io;
169 dflt = *cfg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_lookup.h39 int *last_idx, int *dflt);
H A Dfib_semantics.c350 struct fib_info **last_resort, int *last_idx, int *dflt)
362 if ((state&NUD_VALID) && order != *dflt)
365 (*last_idx<0 && order > *dflt)) {
349 fib_detect_death(struct fib_info *fi, int order, struct fib_info **last_resort, int *last_idx, int *dflt) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dconsolemap.c183 static struct uni_pagedir *dflt; variable in typeref:struct:uni_pagedir
343 if (p == dflt) dflt = NULL;
455 if (p == dflt) dflt = NULL;
497 } else if (p == dflt)
498 dflt = NULL;
529 if (dflt) {
531 if (p == dflt)
533 dflt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_cs.c560 cistpl_cftable_entry_t dflt = { 0 }; local
591 dflt = *cfg;
596 "(default 0x%02X)\n", cfg->index, dflt.index);
613 } else if (dflt.vcc.present & (1 << CISTPL_POWER_VNOM)) {
614 if (conf.Vcc != dflt.vcc.param[CISTPL_POWER_VNOM] /
625 else if (dflt.vpp1.present & (1 << CISTPL_POWER_VNOM))
627 dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
630 if (cfg->irq.IRQInfo1 || dflt.irq.IRQInfo1)
642 "dflt.io.nwin=%d\n",
643 cfg->io.nwin, dflt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dinode.c752 goto dflt;
756 goto dflt;
760 goto dflt;
764 goto dflt;
767 goto dflt;
772 goto dflt;
777 goto dflt;
795 dflt:;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c1657 cistpl_cftable_entry_t dflt = { 0 }; local
1684 if (cfg->flags & CISTPL_CFTABLE_DEFAULT) { dflt = *cfg; }
1700 } else if (dflt.vcc.present & (1<<CISTPL_POWER_VNOM)) {
1701 if (conf.Vcc != dflt.vcc.param[CISTPL_POWER_VNOM]/10000) {
1709 } else if (dflt.vpp1.present & (1 << CISTPL_POWER_VNOM)) {
1711 dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
1715 if (cfg->irq.IRQInfo1 || dflt.irq.IRQInfo1) {
1721 if ((cfg->io.nwin > 0) || (dflt.io.nwin > 0)) {
1722 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt.io;
1741 if ((cfg->mem.nwin > 0) || (dflt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dsoc_common.c77 calc_speed(unsigned short *spds, int num, unsigned short dflt) argument
86 speed = dflt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/amiga/include/libraries/
H A Dexpat.h156 const XML_Char *dflt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dexpat.h171 const XML_Char *dflt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/tests/
H A Druntests.c133 const XML_Char *dflt,
129 dummy_attlist_decl_handler(void *userData, const XML_Char *elname, const XML_Char *attname, const XML_Char *att_type, const XML_Char *dflt, int isrequired) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c600 cistpl_cftable_entry_t dflt = { 0 }; local
620 if (cfg->flags & CISTPL_CFTABLE_DEFAULT) dflt = *cfg;
629 if ((cfg->io.nwin > 0) || (dflt.io.nwin > 0)) {
630 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt.io;

Completed in 198 milliseconds

12