tag | line | file | source code |
rp | 41 | arch/i386/math-emu/reg_ld_str.c | static void write_to_extended(FPU_REG *rp, char *d); |
rp | 1380 | arch/i386/math-emu/reg_ld_str.c | static void write_to_extended(FPU_REG *rp, char *d) |
rp | 1385 | arch/i386/math-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |
rp | 1388 | arch/i386/math-emu/reg_ld_str.c | switch ( rp->tag ) |
rp | 1391 | arch/i386/math-emu/reg_ld_str.c | if ( rp->sigh | rp->sigl | e ) |
rp | 1396 | arch/i386/math-emu/reg_ld_str.c | if ( (e ^ 0x7fff) | !(rp->sigh & 0x80000000) ) |
rp | 1414 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(rp->sigl, (unsigned long *) d); |
rp | 1415 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(rp->sigh, (unsigned long *) (d + 4)); |
rp | 1425 | arch/i386/math-emu/reg_ld_str.c | reg_move(rp, &tmp); |
rp | 1434 | arch/i386/math-emu/reg_ld_str.c | e |= rp->sign == SIGN_POS ? 0 : 0x8000; |
rp | 29 | arch/sparc/prom/init.c | prom_init(struct linux_romvec *rp) |
rp | 31 | arch/sparc/prom/init.c | if(!rp) return 1; |
rp | 32 | arch/sparc/prom/init.c | romvec = rp; |
rp | 1668 | drivers/char/istallion.c | volatile cdkasyrq_t *rp; |
rp | 1697 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->txq; |
rp | 1698 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
rp | 1699 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
rp | 1700 | drivers/char/istallion.c | if (tail != ((unsigned int) rp->tail)) |
rp | 1701 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
rp | 1726 | drivers/char/istallion.c | volatile cdkasyrq_t *rp; |
rp | 1750 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->txq; |
rp | 1751 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
rp | 1752 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
rp | 1753 | drivers/char/istallion.c | if (tail != ((unsigned int) rp->tail)) |
rp | 1754 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
rp | 2289 | drivers/char/istallion.c | volatile cdkasyrq_t *rp; |
rp | 2305 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->rxq; |
rp | 2306 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
rp | 2307 | drivers/char/istallion.c | if (head != ((unsigned int) rp->head)) |
rp | 2308 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
rp | 2309 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
rp | 2337 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->rxq; |
rp | 2338 | drivers/char/istallion.c | rp->tail = tail; |
rp | 2134 | drivers/scsi/53c7,8xx.c | TOKEN(ms,3), TOKEN(rp,2), TOKEN(rs,2), TOKEN(s,0), TOKEN(tb,0), TOKEN(te,0) |
rp | 84 | net/ipv4/route.c | struct rtable *r, **rp; |
rp | 87 | net/ipv4/route.c | rp = &rt_base; |
rp | 96 | net/ipv4/route.c | while((r = *rp) != NULL) |
rp | 109 | net/ipv4/route.c | rp = &r->rt_next; |
rp | 112 | net/ipv4/route.c | *rp = r->rt_next; |
rp | 136 | net/ipv4/route.c | struct rtable **rp; |
rp | 139 | net/ipv4/route.c | rp = &rt_base; |
rp | 142 | net/ipv4/route.c | while ((r = *rp) != NULL) { |
rp | 144 | net/ipv4/route.c | rp = &r->rt_next; |
rp | 147 | net/ipv4/route.c | *rp = r->rt_next; |
rp | 229 | net/ipv4/route.c | struct rtable **rp; |
rp | 327 | net/ipv4/route.c | rp = &rt_base; |
rp | 328 | net/ipv4/route.c | while ((r = *rp) != NULL) |
rp | 333 | net/ipv4/route.c | rp = &r->rt_next; |
rp | 339 | net/ipv4/route.c | rp = &r->rt_next; |
rp | 342 | net/ipv4/route.c | *rp = r->rt_next; |
rp | 352 | net/ipv4/route.c | rp = &rt_base; |
rp | 353 | net/ipv4/route.c | while ((r = *rp) != NULL) { |
rp | 370 | net/ipv4/route.c | rp = &r->rt_next; |
rp | 373 | net/ipv4/route.c | *rp = rt; |