tag | line | file | source code |
fp | 200 | arch/alpha/kernel/process.c | memcpy((char *)dump->regs + EF_SIZE, sw->fp, 32 * 8); |
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 | 146 | arch/mips/kernel/signal.c | static void setup_frame(struct sigaction * sa, struct sc **fp, |
fp | 152 | arch/mips/kernel/signal.c | frame = *fp; |
fp | 226 | arch/mips/kernel/signal.c | *fp = frame; |
fp | 63 | arch/sparc/kernel/signal.c | unsigned long fp; |
fp | 66 | arch/sparc/kernel/signal.c | "=r" (fp)); |
fp | 67 | arch/sparc/kernel/signal.c | regs = ((struct pt_regs *) (fp + STACKFRAME_SZ)); |
fp | 74 | arch/sparc/kernel/signal.c | unsigned long fp; |
fp | 78 | arch/sparc/kernel/signal.c | "=r" (fp)); |
fp | 79 | arch/sparc/kernel/signal.c | regs = ((struct pt_regs *) (fp + STACKFRAME_SZ)); |
fp | 174 | arch/sparc/kernel/signal.c | setup_frame(struct sigaction *sa, struct sigcontext_struct **fp, |
fp | 183 | arch/sparc/kernel/signal.c | sframep = (struct signal_sframe *) *fp; |
fp | 202 | arch/sparc/kernel/signal.c | *fp = (struct sigcontext_struct *) sframep; |
fp | 2436 | drivers/block/ide-cd.c | int ide_cdrom_open (struct inode *ip, struct file *fp, ide_drive_t *drive) |
fp | 2439 | drivers/block/ide-cd.c | if (fp->f_mode & 2) |
fp | 56 | drivers/block/rd.c | static int crd_load(struct file *fp, struct file *outfp); |
fp | 198 | drivers/block/rd.c | identify_ramdisk_image(int device, struct file *fp, int start_block) |
fp | 218 | drivers/block/rd.c | if (fp->f_op->lseek) |
fp | 219 | drivers/block/rd.c | fp->f_op->lseek(fp->f_inode, fp, start_block * BLOCK_SIZE, 0); |
fp | 220 | drivers/block/rd.c | fp->f_pos = start_block * BLOCK_SIZE; |
fp | 222 | drivers/block/rd.c | fp->f_op->read(fp->f_inode, fp, buf, size); |
fp | 238 | drivers/block/rd.c | if (fp->f_op->lseek) |
fp | 239 | drivers/block/rd.c | fp->f_op->lseek(fp->f_inode, fp, |
fp | 241 | drivers/block/rd.c | fp->f_pos = (start_block+1) * BLOCK_SIZE; |
fp | 243 | drivers/block/rd.c | fp->f_op->read(fp->f_inode, fp, buf, size); |
fp | 269 | drivers/block/rd.c | if (fp->f_op->lseek) |
fp | 270 | drivers/block/rd.c | fp->f_op->lseek(fp->f_inode, fp, start_block * BLOCK_SIZE, 0); |
fp | 271 | drivers/block/rd.c | fp->f_pos = start_block * BLOCK_SIZE; |
fp | 500 | drivers/block/rd.c | crd_load(struct file * fp, struct file *outfp) |
fp | 504 | drivers/block/rd.c | crd_infp = fp; |
fp | 611 | drivers/cdrom/aztcd.c | static int aztcd_ioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg) |
fp | 1455 | drivers/cdrom/aztcd.c | int aztcd_open(struct inode *ip, struct file *fp) |
fp | 532 | drivers/cdrom/cm206.c | static int cm206_open(struct inode *ip, struct file *fp) |
fp | 569 | drivers/cdrom/cm206.c | static void cm206_release(struct inode *ip, struct file *fp) |
fp | 202 | drivers/cdrom/gscd.c | static int gscd_ioctl (struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg) |
fp | 362 | drivers/cdrom/gscd.c | static int gscd_open (struct inode *ip, struct file *fp) |
fp | 284 | drivers/cdrom/mcd.c | mcd_ioctl(struct inode *ip, struct file *fp, unsigned int cmd, |
fp | 1093 | drivers/cdrom/mcd.c | mcd_open(struct inode *ip, struct file *fp) |
fp | 1100 | drivers/cdrom/mcd.c | if (fp->f_mode & 2) /* write access? */ |
fp | 267 | drivers/cdrom/mcdx.c | struct inode* ip, struct file* fp, |
fp | 609 | drivers/cdrom/mcdx.c | mcdx_open(struct inode *ip, struct file *fp) |
fp | 757 | drivers/cdrom/mcdx.c | mcdx_close(struct inode *ip, struct file *fp) |
fp | 1035 | drivers/cdrom/optcd.c | static int opt_ioctl(struct inode *ip, struct file *fp, |
fp | 1292 | drivers/cdrom/optcd.c | static int opt_open(struct inode *ip, struct file *fp) { |
fp | 1325 | drivers/cdrom/optcd.c | static void opt_release(struct inode *ip, struct file *fp) { |
fp | 1329 | drivers/cdrom/optcd.c | ip, ip -> i_rdev, fp); |
fp | 4760 | drivers/cdrom/sbpcd.c | static int sbpcd_open(struct inode *ip, struct file *fp) |
fp | 4770 | drivers/cdrom/sbpcd.c | if (fp->f_mode & 2) |
fp | 713 | drivers/cdrom/sjcd.c | static int sjcd_ioctl( struct inode *ip, struct file *fp, |
fp | 1369 | drivers/cdrom/sjcd.c | int sjcd_open( struct inode *ip, struct file *fp ){ |
fp | 1378 | drivers/cdrom/sjcd.c | if( fp->f_mode & 2 ) return( -EROFS ); |
fp | 740 | drivers/char/apm_bios.c | static int do_read(struct inode *inode, struct file *fp, char *buf, int count) |
fp | 747 | drivers/char/apm_bios.c | as = fp->private_data; |
fp | 753 | drivers/char/apm_bios.c | if (fp->f_flags & O_NONBLOCK) |
fp | 780 | drivers/char/apm_bios.c | static int do_select(struct inode *inode, struct file *fp, int sel_type, |
fp | 785 | drivers/char/apm_bios.c | as = fp->private_data; |
fp | 52 | drivers/char/conmakehash.c | void addpair(int fp, int un) |
fp | 61 | drivers/char/conmakehash.c | for ( i = 0 ; i < unicount[fp] ; i++ ) |
fp | 62 | drivers/char/conmakehash.c | if ( unitable[fp][i] == un ) |
fp | 67 | drivers/char/conmakehash.c | if ( unicount[fp] > 254 ) |
fp | 73 | drivers/char/conmakehash.c | unitable[fp][unicount[fp]] = un; |
fp | 74 | drivers/char/conmakehash.c | unicount[fp]++; |
fp | 603 | drivers/char/istallion.c | static int stli_memread(struct inode *ip, struct file *fp, char *buf, int count); |
fp | 604 | drivers/char/istallion.c | static int stli_memwrite(struct inode *ip, struct file *fp, const char *buf, int count); |
fp | 605 | drivers/char/istallion.c | static int stli_memioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg); |
fp | 3832 | drivers/char/istallion.c | static int stli_memread(struct inode *ip, struct file *fp, char *buf, int count) |
fp | 3840 | drivers/char/istallion.c | printk("stli_memread(ip=%x,fp=%x,buf=%x,count=%d)\n", (int) ip, (int) fp, (int) buf, count); |
fp | 3849 | drivers/char/istallion.c | if (fp->f_pos >= brdp->memsize) |
fp | 3852 | drivers/char/istallion.c | size = MIN(count, (brdp->memsize - fp->f_pos)); |
fp | 3858 | drivers/char/istallion.c | memptr = (void *) EBRDGETMEMPTR(brdp, fp->f_pos); |
fp | 3859 | drivers/char/istallion.c | n = MIN(size, (brdp->pagesize - (((unsigned long) fp->f_pos) % brdp->pagesize))); |
fp | 3861 | drivers/char/istallion.c | fp->f_pos += n; |
fp | 3879 | drivers/char/istallion.c | static int stli_memwrite(struct inode *ip, struct file *fp, const char *buf, int count) |
fp | 3888 | drivers/char/istallion.c | printk("stli_memwrite(ip=%x,fp=%x,buf=%x,count=%x)\n", (int) ip, (int) fp, (int) buf, count); |
fp | 3897 | drivers/char/istallion.c | if (fp->f_pos >= brdp->memsize) |
fp | 3901 | drivers/char/istallion.c | size = MIN(count, (brdp->memsize - fp->f_pos)); |
fp | 3907 | drivers/char/istallion.c | memptr = (void *) EBRDGETMEMPTR(brdp, fp->f_pos); |
fp | 3908 | drivers/char/istallion.c | n = MIN(size, (brdp->pagesize - (((unsigned long) fp->f_pos) % brdp->pagesize))); |
fp | 3910 | drivers/char/istallion.c | fp->f_pos += n; |
fp | 3928 | drivers/char/istallion.c | static int stli_memioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg) |
fp | 3934 | drivers/char/istallion.c | printk("stli_memioctl(ip=%x,fp=%x,cmd=%x,arg=%x)\n", (int) ip, (int) fp, cmd, (int) arg); |
fp | 536 | drivers/char/n_tty.c | char *fp, int count) |
fp | 560 | drivers/char/n_tty.c | for (i=count, p = cp, f = fp; i; i--, p++) { |
fp | 1250 | drivers/char/tty_io.c | struct fasync_struct *fa, **fp; |
fp | 1253 | drivers/char/tty_io.c | for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) { |
fp | 1277 | drivers/char/tty_io.c | *fp = fa->fa_next; |
fp | 1652 | drivers/char/tty_io.c | char *fp; |
fp | 1657 | drivers/char/tty_io.c | fp = tty->flip.flag_buf + TTY_FLIPBUF_SIZE; |
fp | 1665 | drivers/char/tty_io.c | fp = tty->flip.flag_buf; |
fp | 1680 | drivers/char/tty_io.c | tty->ldisc.receive_buf(tty, cp, fp, count); |
fp | 1550 | drivers/net/ewrk3.c | static short fp=1,sigLength=0; |
fp | 1559 | drivers/net/ewrk3.c | if (fp) { /* only do this once!... */ |
fp | 1573 | drivers/net/ewrk3.c | fp = 0; |
fp | 243 | drivers/net/ppp.c | char *fp, int count); |
fp | 679 | drivers/net/slip.c | slip_receive_buf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) |
fp | 700 | 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 | 64 | include/asm-alpha/processor.h | unsigned long fp; |
fp | 66 | include/asm-alpha/processor.h | fp = ((unsigned long*)t->ksp)[6]; |
fp | 67 | include/asm-alpha/processor.h | return *(unsigned long*)fp; |
fp | 62 | include/asm-alpha/ptrace.h | unsigned long fp[32]; |
fp | 113 | include/asm-ppc/processor.h | unsigned long fp; |
fp | 115 | include/asm-ppc/processor.h | fp = ((unsigned long*)t->ksp)[6]; |
fp | 116 | include/asm-ppc/processor.h | return *(unsigned long*)fp; |
fp | 52 | include/asm-sparc/ptrace.h | struct sparc_stackf *fp; |
fp | 37 | include/linux/tty_ldisc.h | char *fp, int count); |
fp | 93 | net/ipv4/ip_fragment.c | struct ipfrag *fp; |
fp | 96 | net/ipv4/ip_fragment.c | fp = (struct ipfrag *) frag_kmalloc(sizeof(struct ipfrag), GFP_ATOMIC); |
fp | 97 | net/ipv4/ip_fragment.c | if (fp == NULL) |
fp | 102 | net/ipv4/ip_fragment.c | memset(fp, 0, sizeof(struct ipfrag)); |
fp | 105 | net/ipv4/ip_fragment.c | fp->offset = offset; |
fp | 106 | net/ipv4/ip_fragment.c | fp->end = end; |
fp | 107 | net/ipv4/ip_fragment.c | fp->len = end - offset; |
fp | 108 | net/ipv4/ip_fragment.c | fp->skb = skb; |
fp | 109 | net/ipv4/ip_fragment.c | fp->ptr = ptr; |
fp | 120 | net/ipv4/ip_fragment.c | return(fp); |
fp | 159 | net/ipv4/ip_fragment.c | struct ipfrag *fp; |
fp | 185 | net/ipv4/ip_fragment.c | fp = qp->fragments; |
fp | 186 | net/ipv4/ip_fragment.c | while (fp != NULL) |
fp | 188 | net/ipv4/ip_fragment.c | xp = fp->next; |
fp | 189 | net/ipv4/ip_fragment.c | IS_SKB(fp->skb); |
fp | 190 | net/ipv4/ip_fragment.c | frag_kfree_skb(fp->skb,FREE_READ); |
fp | 191 | net/ipv4/ip_fragment.c | frag_kfree_s(fp, sizeof(struct ipfrag)); |
fp | 192 | net/ipv4/ip_fragment.c | fp = xp; |
fp | 310 | net/ipv4/ip_fragment.c | struct ipfrag *fp; |
fp | 318 | net/ipv4/ip_fragment.c | fp = qp->fragments; |
fp | 320 | net/ipv4/ip_fragment.c | while (fp != NULL) |
fp | 322 | net/ipv4/ip_fragment.c | if (fp->offset > offset) |
fp | 324 | net/ipv4/ip_fragment.c | offset = fp->end; |
fp | 325 | net/ipv4/ip_fragment.c | fp = fp->next; |
fp | 345 | net/ipv4/ip_fragment.c | struct ipfrag *fp; |
fp | 375 | net/ipv4/ip_fragment.c | fp = qp->fragments; |
fp | 376 | net/ipv4/ip_fragment.c | while(fp != NULL) |
fp | 378 | net/ipv4/ip_fragment.c | if(count+fp->len > skb->len) |
fp | 386 | net/ipv4/ip_fragment.c | memcpy((ptr + fp->offset), fp->ptr, fp->len); |
fp | 387 | net/ipv4/ip_fragment.c | count += fp->len; |
fp | 388 | net/ipv4/ip_fragment.c | fp = fp->next; |
fp | 367 | net/ipv4/route.c | static int fib_del_list(struct fib_node **fp, __u32 dst, |
fp | 373 | net/ipv4/route.c | while((f = *fp) != NULL) |
fp | 387 | net/ipv4/route.c | fp = &f->fib_next; |
fp | 391 | net/ipv4/route.c | *fp = f->fib_next; |
fp | 405 | net/ipv4/route.c | struct fib_node **fp; |
fp | 415 | net/ipv4/route.c | fp = &fz->fz_hash_table[fz_hash_code(dst, fz->fz_logmask)]; |
fp | 417 | net/ipv4/route.c | fp = &fz->fz_list; |
fp | 419 | net/ipv4/route.c | tmp = fib_del_list(fp, dst, dev, gtw, flags, metric, mask); |
fp | 429 | net/ipv4/route.c | fp = &fz->fz_hash_table[fz_hash_code(dst, fz->fz_logmask)]; |
fp | 431 | net/ipv4/route.c | fp = &fz->fz_list; |
fp | 433 | net/ipv4/route.c | found = fib_del_list(fp, dst, dev, gtw, flags, metric, mask); |
fp | 517 | net/ipv4/route.c | struct fib_node **fp; |
fp | 653 | net/ipv4/route.c | fp = &fz->fz_hash_table[fz_hash_code(dst, logmask)]; |
fp | 655 | net/ipv4/route.c | fp = &fz->fz_list; |
fp | 660 | net/ipv4/route.c | while ((f1 = *fp) != NULL) |
fp | 664 | net/ipv4/route.c | fp = &f1->fib_next; |
fp | 670 | net/ipv4/route.c | while ((f1 = *fp) != NULL && f1->fib_dst == dst) |
fp | 680 | net/ipv4/route.c | dup_fp = fp; |
fp | 681 | net/ipv4/route.c | fp = &f1->fib_next; |
fp | 700 | net/ipv4/route.c | *fp = f; |
fp | 712 | net/ipv4/route.c | fp = dup_fp; |
fp | 714 | net/ipv4/route.c | fp = &f->fib_next; |
fp | 716 | net/ipv4/route.c | while ((f1 = *fp) != NULL && f1->fib_dst == dst) |
fp | 721 | net/ipv4/route.c | *fp = f1->fib_next; |
fp | 730 | net/ipv4/route.c | fp = &f1->fib_next; |
fp | 736 | net/ipv4/route.c | static int rt_flush_list(struct fib_node ** fp, struct device *dev) |
fp | 741 | net/ipv4/route.c | while ((f = *fp) != NULL) { |
fp | 743 | net/ipv4/route.c | fp = &f->fib_next; |
fp | 747 | net/ipv4/route.c | *fp = f->fib_next; |
fp | 822 | net/ipv4/route.c | struct fib_node ** fp; |
fp | 837 | net/ipv4/route.c | fp = fz->fz_hash_table; |
fp | 842 | net/ipv4/route.c | fp = &fz->fz_list; |
fp | 845 | net/ipv4/route.c | for (i=0; i < maxslot; i++, fp++) |
fp | 848 | net/ipv4/route.c | for (f = *fp; f; f = f->fib_next) |