Searched refs:stk (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dide-cs.c179 } *stk = NULL; local
186 stk = kzalloc(sizeof(*stk), GFP_KERNEL);
187 if (!stk) goto err_mem;
188 cfg = &stk->parse.cftable_entry;
190 tuple.TupleData = (cisdata_t *)&stk->buf;
200 CS_CHECK(GetConfigurationInfo, pcmcia_get_configuration_info(link, &stk->conf));
208 if (pcmcia_parse_tuple(link, &tuple, &stk->parse) != 0) goto next_entry;
213 if (stk->conf.Vcc != cfg->vcc.param[CISTPL_POWER_VNOM] / 10000)
215 } else if (stk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_pcmcia.c157 } *stk = NULL; local
181 stk = kzalloc(sizeof(*stk), GFP_KERNEL);
182 if (!stk)
185 cfg = &stk->parse.cftable_entry;
188 tuple.TupleData = (cisdata_t *)&stk->buf;
200 CS_CHECK(GetConfigurationInfo, pcmcia_get_configuration_info(pdev, &stk->conf));
201 /* link->conf.Vcc = stk->conf.Vcc; */
212 if (pcmcia_parse_tuple(pdev, &tuple, &stk->parse) != 0)
217 if (stk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss_scsi.c150 struct cciss_scsi_cmd_stack_t *stk; local
154 stk = &sa->cmd_stack;
156 if (stk->top < 0)
158 c = stk->elem[stk->top];
164 /* (__u32) (stk->cmd_pool_handle +
165 (sizeof(struct cciss_scsi_cmd_stack_elem_t)*stk->top)); */
168 /* (__u64) (stk->cmd_pool_handle +
169 (sizeof(struct cciss_scsi_cmd_stack_elem_t)*stk->top) +
171 stk
190 struct cciss_scsi_cmd_stack_t *stk; local
206 struct cciss_scsi_cmd_stack_t *stk; local
236 struct cciss_scsi_cmd_stack_t *stk; local
1271 struct cciss_scsi_cmd_stack_t *stk; local
1326 struct cciss_scsi_cmd_stack_t *stk; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c314 } *stk; local
321 stk = malloc(sizeof(*stk));
322 if (stk == NULL)
325 c = stk->c;
326 v = stk->v;
327 x = stk->x;
328 u = stk->u;
331 memzero(stk->c, sizeof(stk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Ddfa.c253 static int did_stk_init = false, *stk; local
275 stk = reallocate_integer_array( stk, current_max_dfa_size ); \
282 stk[stkend] = state; \
305 stk = allocate_integer_array( current_max_dfa_size );
328 ns = stk[stkpos];
352 if ( IS_MARKED(stk[stkpos]) )
353 UNMARK_STATE(stk[stkpos])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dentry.h91 addl %sp@+,%sp | stk adj
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dprocess.c221 unsigned long *stk; local
239 stk = (unsigned long *)((unsigned long)sf + STACKFRAME_SZ);
242 printk("s%d: %016lx\n", i++, *stk++);
249 unsigned *stk; local
267 stk = (unsigned *)((unsigned long)sf + STACKFRAME32_SZ);
270 printk("s%d: %08x\n", i++, *stk++);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsetup.c373 struct stack *stk = &stacks[cpu]; local
395 : "r" (stk),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_htb.c837 } stk[TC_HTB_MAXDEPTH], *sp = stk; local
857 if (sp > stk) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S814 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
1088 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
1120 # - The system stack contains the "Unimp Data Type" stk frame #
1125 # - The system stack is changed to an Inexact exception stk frame #
1127 # - The system stack is changed to an SNAN exception stk frame #
1129 # - The system stack is changed to an OPERR exception stk frame #
1131 # - The system stack is changed to an OVFL exception stk frame #
2388 # - The system stack contains the "Unimplemented <ea>" stk frame #
2729 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
2937 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fm
[all...]
H A Dfpsp.S815 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
1089 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
1121 # - The system stack contains the "Unimp Data Type" stk frame #
1126 # - The system stack is changed to an Inexact exception stk frame #
1128 # - The system stack is changed to an SNAN exception stk frame #
1130 # - The system stack is changed to an OPERR exception stk frame #
1132 # - The system stack is changed to an OVFL exception stk frame #
2389 # - The system stack contains the "Unimplemented <ea>" stk frame #
2730 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024
2938 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fm
[all...]

Completed in 225 milliseconds