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 | 32 | arch/sparc/prom/init.c | prom_init(struct linux_romvec *rp) |
rp | 34 | arch/sparc/prom/init.c | romvec = rp; |
rp | 1671 | drivers/char/istallion.c | volatile cdkasyrq_t *rp; |
rp | 1702 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->txq; |
rp | 1703 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
rp | 1704 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
rp | 1705 | drivers/char/istallion.c | if (tail != ((unsigned int) rp->tail)) |
rp | 1706 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
rp | 1731 | drivers/char/istallion.c | volatile cdkasyrq_t *rp; |
rp | 1757 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->txq; |
rp | 1758 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
rp | 1759 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
rp | 1760 | drivers/char/istallion.c | if (tail != ((unsigned int) rp->tail)) |
rp | 1761 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
rp | 2325 | drivers/char/istallion.c | volatile cdkasyrq_t *rp; |
rp | 2341 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->rxq; |
rp | 2342 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
rp | 2343 | drivers/char/istallion.c | if (head != ((unsigned int) rp->head)) |
rp | 2344 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
rp | 2345 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
rp | 2373 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->rxq; |
rp | 2374 | drivers/char/istallion.c | rp->tail = tail; |
rp | 3177 | drivers/scsi/53c7,8xx.c | TOKEN(ms,3), TOKEN(rp,2), TOKEN(rs,2), TOKEN(s,0), TOKEN(tb,0), TOKEN(te,0) |
rp | 95 | include/net/ip.h | int tos,int ttl,struct rtable **rp); |
rp | 196 | include/net/route.h | extern void ip_rt_advice(struct rtable **rp, int advice); |
rp | 264 | include/net/route.h | extern __inline__ struct rtable * ip_check_route(struct rtable ** rp, |
rp | 267 | include/net/route.h | struct rtable * rt = *rp; |
rp | 274 | include/net/route.h | *rp = rt; |
rp | 334 | include/net/sock.h | int tos, int ttl, struct rtable ** rp); |
rp | 194 | net/ipv4/ip_output.c | int len, int tos, int ttl, struct rtable ** rp) |
rp | 214 | net/ipv4/ip_output.c | if (rp) |
rp | 216 | net/ipv4/ip_output.c | rt = ip_check_route(rp, daddr, skb->localroute); |
rp | 1773 | net/ipv4/route.c | void ip_rt_advice(struct rtable **rp, int advice) |