Searched refs:pseg (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dalloca.c419 long size, pseg, this_segment, stack; local
438 If this is not the first segment, 'pseg' will be
441 pseg = ssptr->sspseg;
455 if (pseg == 0)
457 stkl = stkl - pseg;
460 pseg = ssptr->sspseg;
466 /* If you subtract pseg from the current end of the stack,
471 while (pseg != 0)
474 fprintf (stderr, "%011o %011o\n", pseg, size);
476 stkl = stkl - pseg;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/
H A Dalloca.c414 long size, pseg, this_segment, stack; local
433 If this is not the first segment, 'pseg' will be
436 pseg = ssptr->sspseg;
450 if (pseg == 0)
452 stkl = stkl - pseg;
455 pseg = ssptr->sspseg;
461 /* If you subtract pseg from the current end of the stack,
466 while (pseg != 0)
469 fprintf (stderr, "%011o %011o\n", pseg, size);
471 stkl = stkl - pseg;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/ipc/
H A Dmsgutil.c31 struct msg_msgseg **pseg; local
53 pseg = &msg->next;
65 *pseg = seg;
71 pseg = &seg->next;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dmodule.c135 void *pseg = (void *)para->sh_addr; local
136 apply_paravirt(pseg, pseg + para->sh_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c255 static inline void sun4c_init_clean_segmap(unsigned char pseg) argument
259 sun4c_put_segmap(0, pseg);
582 unsigned char pseg; member in struct:sun4c_mmu_entry
600 mmu_entry_pool[i].pseg = i;
627 unsigned char pseg, ctx; local
636 pseg = sun4c_get_segmap(vaddr);
637 if (pseg != invalid_segment) {
638 mmu_entry_pool[pseg].locked = 1;
640 prom_putsegment(ctx, vaddr, pseg);
648 pseg
994 unsigned char pseg; local
2000 int pseg; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/block/
H A Dll_rw_blk.c3332 int pseg = phys_size + prevbio->bi_size + bio->bi_size; local
3336 pseg <= q->max_segment_size) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dentry.S979 or %l4, %l3, %l4 ! encode new vaddr/pseg into l4

Completed in 199 milliseconds