| tag | line | file | source code |
| fp | 95 | arch/alpha/kernel/ptrace.c | SW_REG(fp[ 0]), SW_REG(fp[ 1]), SW_REG(fp[ 2]), SW_REG(fp[ 3]), |
| fp | 96 | arch/alpha/kernel/ptrace.c | SW_REG(fp[ 4]), SW_REG(fp[ 5]), SW_REG(fp[ 6]), SW_REG(fp[ 7]), |
| fp | 97 | arch/alpha/kernel/ptrace.c | SW_REG(fp[ 8]), SW_REG(fp[ 9]), SW_REG(fp[10]), SW_REG(fp[11]), |
| fp | 98 | arch/alpha/kernel/ptrace.c | SW_REG(fp[12]), SW_REG(fp[13]), SW_REG(fp[14]), SW_REG(fp[15]), |
| fp | 99 | arch/alpha/kernel/ptrace.c | SW_REG(fp[16]), SW_REG(fp[17]), SW_REG(fp[18]), SW_REG(fp[19]), |
| fp | 100 | arch/alpha/kernel/ptrace.c | SW_REG(fp[20]), SW_REG(fp[21]), SW_REG(fp[22]), SW_REG(fp[23]), |
| fp | 101 | arch/alpha/kernel/ptrace.c | SW_REG(fp[24]), SW_REG(fp[25]), SW_REG(fp[26]), SW_REG(fp[27]), |
| fp | 102 | arch/alpha/kernel/ptrace.c | SW_REG(fp[28]), SW_REG(fp[29]), SW_REG(fp[30]), SW_REG(fp[31]), |
| fp | 124 | arch/alpha/kernel/signal.c | sw->fp[i] = get_fs_quad(sc->sc_fpregs+i); |
| fp | 134 | arch/alpha/kernel/signal.c | static void setup_frame(struct sigaction * sa, struct sigcontext_struct ** fp, |
| fp | 142 | arch/alpha/kernel/signal.c | sc = *fp; |
| fp | 151 | arch/alpha/kernel/signal.c | put_fs_quad((unsigned long)*fp, sc->sc_regs+30); |
| fp | 184 | arch/alpha/kernel/signal.c | put_fs_quad(sw->fp[i], sc->sc_fpregs+i); |
| fp | 199 | arch/alpha/kernel/signal.c | *fp = sc; |
| fp | 85 | arch/i386/kernel/signal.c | void setup_frame(struct sigaction * sa, unsigned long ** fp, unsigned long eip, |
| fp | 92 | arch/i386/kernel/signal.c | frame = *fp; |
| fp | 111 | arch/i386/kernel/signal.c | put_fs_long((long)*fp, frame+9); |
| fp | 131 | arch/i386/kernel/signal.c | *fp = frame; |
| fp | 104 | arch/mips/kernel/signal.c | static void setup_frame(struct sigaction * sa, unsigned long ** fp, |
| fp | 110 | arch/mips/kernel/signal.c | frame = *fp; |
| fp | 163 | arch/mips/kernel/signal.c | *fp = frame; |
| fp | 52 | arch/sparc/kernel/signal.c | void setup_frame(struct sigaction * sa, unsigned long ** fp, unsigned long eip, |
| fp | 617 | drivers/block/aztcd.c | static int aztcd_ioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg) |
| fp | 1444 | drivers/block/aztcd.c | int aztcd_open(struct inode *ip, struct file *fp) |
| fp | 541 | drivers/block/cm206.c | static int cm206_open(struct inode *ip, struct file *fp) |
| fp | 578 | drivers/block/cm206.c | static void cm206_release(struct inode *ip, struct file *fp) |
| fp | 210 | drivers/block/gscd.c | static int gscd_ioctl (struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg) |
| fp | 370 | drivers/block/gscd.c | static int gscd_open (struct inode *ip, struct file *fp) |
| fp | 1972 | drivers/block/ide-cd.c | int ide_cdrom_open (struct inode *ip, struct file *fp, ide_drive_t *drive) |
| fp | 1975 | drivers/block/ide-cd.c | if (fp->f_mode & 2) return -EROFS; |
| fp | 293 | drivers/block/mcd.c | mcd_ioctl(struct inode *ip, struct file *fp, unsigned int cmd, |
| fp | 1102 | drivers/block/mcd.c | mcd_open(struct inode *ip, struct file *fp) |
| fp | 1109 | drivers/block/mcd.c | if (fp->f_mode & 2) /* write access? */ |
| fp | 286 | drivers/block/mcdx.c | struct inode* ip, struct file* fp, |
| fp | 614 | drivers/block/mcdx.c | mcdx_open(struct inode *ip, struct file *fp) |
| fp | 748 | drivers/block/mcdx.c | mcdx_close(struct inode *ip, struct file *fp) |
| fp | 1045 | drivers/block/optcd.c | static int opt_ioctl(struct inode *ip, struct file *fp, |
| fp | 1302 | drivers/block/optcd.c | static int opt_open(struct inode *ip, struct file *fp) { |
| fp | 1335 | drivers/block/optcd.c | static void opt_release(struct inode *ip, struct file *fp) { |
| fp | 1339 | drivers/block/optcd.c | ip, ip -> i_rdev, fp); |
| fp | 4822 | drivers/block/sbpcd.c | static int sbpcd_open(struct inode *ip, struct file *fp) |
| fp | 4832 | drivers/block/sbpcd.c | if (fp->f_mode & 2) |
| fp | 637 | drivers/block/sjcd.c | static int sjcd_ioctl( struct inode *ip, struct file *fp, |
| fp | 1271 | drivers/block/sjcd.c | int sjcd_open( struct inode *ip, struct file *fp ){ |
| fp | 1280 | drivers/block/sjcd.c | if( fp->f_mode & 2 ) return( -EROFS ); |
| fp | 55 | drivers/char/conmakehash.c | void addpair(int fp, int un) |
| fp | 82 | drivers/char/conmakehash.c | hashtable[i].glyph = fp; |
| fp | 529 | drivers/char/n_tty.c | char *fp, int count) |
| fp | 553 | drivers/char/n_tty.c | for (i=count, p = cp, f = fp; i; i--, p++) { |
| fp | 1595 | drivers/char/tty_io.c | char *fp; |
| fp | 1600 | drivers/char/tty_io.c | fp = tty->flip.flag_buf + TTY_FLIPBUF_SIZE; |
| fp | 1608 | drivers/char/tty_io.c | fp = tty->flip.flag_buf; |
| fp | 1623 | drivers/char/tty_io.c | tty->ldisc.receive_buf(tty, cp, fp, count); |
| fp | 1524 | drivers/net/ewrk3.c | static short fp=1,sigLength=0; |
| fp | 1533 | drivers/net/ewrk3.c | if (fp) { /* only do this once!... */ |
| fp | 1547 | drivers/net/ewrk3.c | fp = 0; |
| fp | 155 | drivers/net/ppp.c | char *fp, int count); |
| fp | 922 | drivers/net/ppp.c | char *fp, int count) |
| fp | 946 | drivers/net/ppp.c | if (fp) { |
| fp | 947 | drivers/net/ppp.c | if (*fp && ppp->toss == 0) |
| fp | 948 | drivers/net/ppp.c | ppp->toss = *fp; |
| fp | 949 | drivers/net/ppp.c | fp++; |
| fp | 682 | drivers/net/slip.c | slip_receive_buf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) |
| fp | 703 | drivers/net/slip.c | if (fp && *fp++) { |
| fp | 187 | drivers/scsi/aic7xxx_asm.c | output(FILE *fp) |
| fp | 192 | drivers/scsi/aic7xxx_asm.c | fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n", |
| fp | 59 | include/asm-alpha/processor.h | unsigned long fp; |
| fp | 61 | include/asm-alpha/processor.h | fp = ((unsigned long*)t->ksp)[6]; |
| fp | 62 | include/asm-alpha/processor.h | return *(unsigned long*)fp; |
| fp | 62 | include/asm-alpha/ptrace.h | unsigned long fp[32]; |
| fp | 136 | include/asm-sparc/processor.h | unsigned long fp) |
| fp | 37 | include/linux/tty_ldisc.h | char *fp, int count); |
| fp | 385 | net/ipv4/ip.c | struct ipfrag *fp; |
| fp | 387 | net/ipv4/ip.c | fp = (struct ipfrag *) kmalloc(sizeof(struct ipfrag), GFP_ATOMIC); |
| fp | 388 | net/ipv4/ip.c | if (fp == NULL) |
| fp | 393 | net/ipv4/ip.c | memset(fp, 0, sizeof(struct ipfrag)); |
| fp | 396 | net/ipv4/ip.c | fp->offset = offset; |
| fp | 397 | net/ipv4/ip.c | fp->end = end; |
| fp | 398 | net/ipv4/ip.c | fp->len = end - offset; |
| fp | 399 | net/ipv4/ip.c | fp->skb = skb; |
| fp | 400 | net/ipv4/ip.c | fp->ptr = ptr; |
| fp | 402 | net/ipv4/ip.c | return(fp); |
| fp | 441 | net/ipv4/ip.c | struct ipfrag *fp; |
| fp | 467 | net/ipv4/ip.c | fp = qp->fragments; |
| fp | 468 | net/ipv4/ip.c | while (fp != NULL) |
| fp | 470 | net/ipv4/ip.c | xp = fp->next; |
| fp | 471 | net/ipv4/ip.c | IS_SKB(fp->skb); |
| fp | 472 | net/ipv4/ip.c | kfree_skb(fp->skb,FREE_READ); |
| fp | 473 | net/ipv4/ip.c | kfree_s(fp, sizeof(struct ipfrag)); |
| fp | 474 | net/ipv4/ip.c | fp = xp; |
| fp | 578 | net/ipv4/ip.c | struct ipfrag *fp; |
| fp | 586 | net/ipv4/ip.c | fp = qp->fragments; |
| fp | 588 | net/ipv4/ip.c | while (fp != NULL) |
| fp | 590 | net/ipv4/ip.c | if (fp->offset > offset) |
| fp | 592 | net/ipv4/ip.c | offset = fp->end; |
| fp | 593 | net/ipv4/ip.c | fp = fp->next; |
| fp | 613 | net/ipv4/ip.c | struct ipfrag *fp; |
| fp | 643 | net/ipv4/ip.c | fp = qp->fragments; |
| fp | 644 | net/ipv4/ip.c | while(fp != NULL) |
| fp | 646 | net/ipv4/ip.c | if(count+fp->len > skb->len) |
| fp | 654 | net/ipv4/ip.c | memcpy((ptr + fp->offset), fp->ptr, fp->len); |
| fp | 655 | net/ipv4/ip.c | count += fp->len; |
| fp | 656 | net/ipv4/ip.c | fp = fp->next; |