taglinefilesource code
fp201arch/alpha/kernel/process.cmemcpy((char *)dump->regs + EF_SIZE, sw->fp, 32 * 8);
fp95arch/alpha/kernel/ptrace.cSW_REG(fp[ 0]), SW_REG(fp[ 1]), SW_REG(fp[ 2]), SW_REG(fp[ 3]),
fp96arch/alpha/kernel/ptrace.cSW_REG(fp[ 4]), SW_REG(fp[ 5]), SW_REG(fp[ 6]), SW_REG(fp[ 7]),
fp97arch/alpha/kernel/ptrace.cSW_REG(fp[ 8]), SW_REG(fp[ 9]), SW_REG(fp[10]), SW_REG(fp[11]),
fp98arch/alpha/kernel/ptrace.cSW_REG(fp[12]), SW_REG(fp[13]), SW_REG(fp[14]), SW_REG(fp[15]),
fp99arch/alpha/kernel/ptrace.cSW_REG(fp[16]), SW_REG(fp[17]), SW_REG(fp[18]), SW_REG(fp[19]),
fp100arch/alpha/kernel/ptrace.cSW_REG(fp[20]), SW_REG(fp[21]), SW_REG(fp[22]), SW_REG(fp[23]),
fp101arch/alpha/kernel/ptrace.cSW_REG(fp[24]), SW_REG(fp[25]), SW_REG(fp[26]), SW_REG(fp[27]),
fp102arch/alpha/kernel/ptrace.cSW_REG(fp[28]), SW_REG(fp[29]), SW_REG(fp[30]), SW_REG(fp[31]),
fp123arch/alpha/kernel/signal.csw->fp[i] = get_fs_quad(sc->sc_fpregs+i);
fp133arch/alpha/kernel/signal.cstatic void setup_frame(struct sigaction * sa, struct sigcontext_struct ** fp,
fp141arch/alpha/kernel/signal.csc = *fp;
fp150arch/alpha/kernel/signal.cput_fs_quad((unsigned long)*fp, sc->sc_regs+30);
fp183arch/alpha/kernel/signal.cput_fs_quad(sw->fp[i], sc->sc_fpregs+i);
fp198arch/alpha/kernel/signal.c*fp = sc;
fp85arch/i386/kernel/signal.cvoid setup_frame(struct sigaction * sa, unsigned long ** fp, unsigned long eip,
fp92arch/i386/kernel/signal.cframe = *fp;
fp111arch/i386/kernel/signal.cput_fs_long((long)*fp, frame+9);
fp131arch/i386/kernel/signal.c*fp = frame;
fp146arch/mips/kernel/signal.cstatic void setup_frame(struct sigaction * sa, struct sc **fp,
fp152arch/mips/kernel/signal.cframe = *fp;
fp226arch/mips/kernel/signal.c*fp = frame;
fp137arch/sparc/kernel/signal.csetup_frame(struct sigaction *sa, struct sigcontext_struct **fp,
fp147arch/sparc/kernel/signal.csframep = (struct signal_sframe *) *fp;
fp167arch/sparc/kernel/signal.c*fp = (struct sigcontext_struct *) sframep;
fp204arch/sparc/kernel/signal.cregs->u_regs[UREG_FP] = (unsigned long) *fp;
fp2557drivers/block/ide-cd.cint ide_cdrom_open (struct inode *ip, struct file *fp, ide_drive_t *drive)
fp2560drivers/block/ide-cd.cif (fp->f_mode & 2)
fp73drivers/block/rd.cstatic int crd_load(struct file *fp, struct file *outfp);
fp325drivers/block/rd.cidentify_ramdisk_image(kdev_t device, struct file *fp, int start_block)
fp345drivers/block/rd.cif (fp->f_op->lseek)
fp346drivers/block/rd.cfp->f_op->lseek(fp->f_inode, fp, start_block * BLOCK_SIZE, 0);
fp347drivers/block/rd.cfp->f_pos = start_block * BLOCK_SIZE;
fp349drivers/block/rd.cfp->f_op->read(fp->f_inode, fp, buf, size);
fp365drivers/block/rd.cif (fp->f_op->lseek)
fp366drivers/block/rd.cfp->f_op->lseek(fp->f_inode, fp,
fp368drivers/block/rd.cfp->f_pos = (start_block+1) * BLOCK_SIZE;
fp370drivers/block/rd.cfp->f_op->read(fp->f_inode, fp, buf, size);
fp395drivers/block/rd.cif (fp->f_op->lseek)
fp396drivers/block/rd.cfp->f_op->lseek(fp->f_inode, fp, start_block * BLOCK_SIZE, 0);
fp397drivers/block/rd.cfp->f_pos = start_block * BLOCK_SIZE;  
fp647drivers/block/rd.ccrd_load(struct file * fp, struct file *outfp)
fp651drivers/block/rd.ccrd_infp = fp;
fp611drivers/cdrom/aztcd.cstatic int aztcd_ioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg)
fp1455drivers/cdrom/aztcd.cint aztcd_open(struct inode *ip, struct file *fp)
fp532drivers/cdrom/cm206.cstatic int cm206_open(struct inode *ip, struct file *fp)
fp569drivers/cdrom/cm206.cstatic void cm206_release(struct inode *ip, struct file *fp)
fp202drivers/cdrom/gscd.cstatic int gscd_ioctl (struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg)
fp362drivers/cdrom/gscd.cstatic int gscd_open (struct inode *ip, struct file *fp)
fp286drivers/cdrom/mcd.cmcd_ioctl(struct inode *ip, struct file *fp, unsigned int cmd,
fp1095drivers/cdrom/mcd.cmcd_open(struct inode *ip, struct file *fp)
fp1102drivers/cdrom/mcd.cif (fp->f_mode & 2)      /* write access? */
fp278drivers/cdrom/mcdx.cstruct inode* ip, struct file* fp, 
fp622drivers/cdrom/mcdx.cmcdx_open(struct inode *ip, struct file *fp)
fp790drivers/cdrom/mcdx.cmcdx_close(struct inode *ip, struct file *fp)
fp1734drivers/cdrom/optcd.cstatic int opt_ioctl(struct inode *ip, struct file *fp,
fp1865drivers/cdrom/optcd.cstatic int opt_open(struct inode *ip, struct file *fp)
fp1915drivers/cdrom/optcd.cstatic void opt_release(struct inode *ip, struct file *fp)
fp1921drivers/cdrom/optcd.cip, ip -> i_rdev, fp));
fp4881drivers/cdrom/sbpcd.cstatic int sbpcd_open(struct inode *ip, struct file *fp)
fp4891drivers/cdrom/sbpcd.cif (fp->f_mode & 2)
fp653drivers/cdrom/sjcd.cstatic int sjcd_ioctl( struct inode *ip, struct file *fp,
fp1309drivers/cdrom/sjcd.cint sjcd_open( struct inode *ip, struct file *fp ){
fp1318drivers/cdrom/sjcd.cif( fp->f_mode & 2 ) return( -EROFS );
fp775drivers/char/apm_bios.cstatic int do_read(struct inode *inode, struct file *fp, char *buf, int count)
fp782drivers/char/apm_bios.cas = fp->private_data;
fp788drivers/char/apm_bios.cif (fp->f_flags & O_NONBLOCK)
fp815drivers/char/apm_bios.cstatic int do_select(struct inode *inode, struct file *fp, int sel_type,
fp820drivers/char/apm_bios.cas = fp->private_data;
fp52drivers/char/conmakehash.cvoid addpair(int fp, int un)
fp61drivers/char/conmakehash.cfor ( i = 0 ; i < unicount[fp] ; i++ )
fp62drivers/char/conmakehash.cif ( unitable[fp][i] == un )
fp67drivers/char/conmakehash.cif ( unicount[fp] > 254 )
fp73drivers/char/conmakehash.cunitable[fp][unicount[fp]] = un;
fp74drivers/char/conmakehash.cunicount[fp]++;
fp64drivers/char/ftape/kernel-interface.cstatic int ftape_read(struct inode *ino, struct file *fp, char *buff,
fp66drivers/char/ftape/kernel-interface.cstatic int ftape_write(struct inode *ino, struct file *fp, const char *buff,
fp313drivers/char/ftape/kernel-interface.cstatic int ftape_read(struct inode *ino, struct file *fp, char *buff, int req_len)
fp336drivers/char/ftape/kernel-interface.cstatic int ftape_write(struct inode *ino, struct file *fp, const char *buff, int req_len)
fp654drivers/char/istallion.cstatic int  stli_memread(struct inode *ip, struct file *fp, char *buf, int count);
fp655drivers/char/istallion.cstatic int  stli_memwrite(struct inode *ip, struct file *fp, const char *buf, int count);
fp656drivers/char/istallion.cstatic int  stli_memioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg);
fp4178drivers/char/istallion.cstatic int stli_memread(struct inode *ip, struct file *fp, char *buf, int count)
fp4186drivers/char/istallion.cprintk("stli_memread(ip=%x,fp=%x,buf=%x,count=%d)\n", (int) ip, (int) fp, (int) buf, count);
fp4197drivers/char/istallion.cif (fp->f_pos >= brdp->memsize)
fp4200drivers/char/istallion.csize = MIN(count, (brdp->memsize - fp->f_pos));
fp4206drivers/char/istallion.cmemptr = (void *) EBRDGETMEMPTR(brdp, fp->f_pos);
fp4207drivers/char/istallion.cn = MIN(size, (brdp->pagesize - (((unsigned long) fp->f_pos) % brdp->pagesize)));
fp4209drivers/char/istallion.cfp->f_pos += n;
fp4227drivers/char/istallion.cstatic int stli_memwrite(struct inode *ip, struct file *fp, const char *buf, int count)
fp4236drivers/char/istallion.cprintk("stli_memwrite(ip=%x,fp=%x,buf=%x,count=%x)\n", (int) ip, (int) fp, (int) buf, count);
fp4247drivers/char/istallion.cif (fp->f_pos >= brdp->memsize)
fp4251drivers/char/istallion.csize = MIN(count, (brdp->memsize - fp->f_pos));
fp4257drivers/char/istallion.cmemptr = (void *) EBRDGETMEMPTR(brdp, fp->f_pos);
fp4258drivers/char/istallion.cn = MIN(size, (brdp->pagesize - (((unsigned long) fp->f_pos) % brdp->pagesize)));
fp4260drivers/char/istallion.cfp->f_pos += n;
fp4441drivers/char/istallion.cstatic int stli_memioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg)
fp4447drivers/char/istallion.cprintk("stli_memioctl(ip=%x,fp=%x,cmd=%x,arg=%x)\n", (int) ip, (int) fp, cmd, (int) arg);
fp536drivers/char/n_tty.cchar *fp, int count)
fp560drivers/char/n_tty.cfor (i=count, p = cp, f = fp; i; i--, p++) {
fp491drivers/char/stallion.cstatic int  stl_memioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg);
fp3091drivers/char/stallion.cstatic int stl_memioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg)
fp3097drivers/char/stallion.cprintk("stl_memioctl(ip=%x,fp=%x,cmd=%x,arg=%x)\n", (int) ip, (int) fp, cmd, (int) arg);
fp1265drivers/char/tty_io.cstruct fasync_struct *fa, **fp;
fp1268drivers/char/tty_io.cfor (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) {
fp1292drivers/char/tty_io.c*fp = fa->fa_next;
fp1667drivers/char/tty_io.cchar    *fp;
fp1672drivers/char/tty_io.cfp = tty->flip.flag_buf + TTY_FLIPBUF_SIZE;
fp1680drivers/char/tty_io.cfp = tty->flip.flag_buf;
fp1695drivers/char/tty_io.ctty->ldisc.receive_buf(tty, cp, fp, count);
fp584drivers/isdn/isdn_common.cint isdn_readbchan(int di, int channel, u_char * buf, u_char * fp, int len, int user)
fp621drivers/isdn/isdn_common.cif (fp) {
fp622drivers/isdn/isdn_common.cmemset(fp, 0, copy_l);
fp623drivers/isdn/isdn_common.cfp += copy_l;
fp629drivers/isdn/isdn_common.cif (fp)
fp630drivers/isdn/isdn_common.c*(fp - 1) = 0xff;
fp53drivers/isdn/isdn_common.hu_char *fp, int len, int user);
fp203drivers/net/ppp.cchar *fp, int count);
fp696drivers/net/slip.cslip_receive_buf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count)
fp717drivers/net/slip.cif (fp && *fp++) {
fp204drivers/scsi/aic7xxx_asm.coutput(FILE *fp)
fp209drivers/scsi/aic7xxx_asm.cfprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
fp68include/asm-alpha/processor.hunsigned long fp;
fp70include/asm-alpha/processor.hfp = ((unsigned long*)t->ksp)[6];
fp71include/asm-alpha/processor.hreturn *(unsigned long*)fp;
fp62include/asm-alpha/ptrace.hunsigned long fp[32];  /* fp[31] is fpcr */
fp113include/asm-ppc/processor.hunsigned long fp;
fp115include/asm-ppc/processor.hfp = ((unsigned long*)t->ksp)[6];
fp116include/asm-ppc/processor.hreturn *(unsigned long*)fp;
fp53include/asm-sparc/ptrace.hstruct sparc_stackf *fp;
fp37include/linux/tty_ldisc.hchar *fp, int count);
fp6include/net/af_unix.hextern void unix_gc_add(struct sock *sk, struct file *fp);
fp7include/net/af_unix.hextern void unix_gc_remove(struct file *fp);
fp81net/ipv4/ip_fragment.cstruct ipfrag *fp;
fp84net/ipv4/ip_fragment.cfp = (struct ipfrag *) frag_kmalloc(sizeof(struct ipfrag), GFP_ATOMIC);
fp85net/ipv4/ip_fragment.cif (fp == NULL)
fp90net/ipv4/ip_fragment.cmemset(fp, 0, sizeof(struct ipfrag));
fp93net/ipv4/ip_fragment.cfp->offset = offset;
fp94net/ipv4/ip_fragment.cfp->end = end;
fp95net/ipv4/ip_fragment.cfp->len = end - offset;
fp96net/ipv4/ip_fragment.cfp->skb = skb;
fp97net/ipv4/ip_fragment.cfp->ptr = ptr;
fp108net/ipv4/ip_fragment.creturn(fp);
fp147net/ipv4/ip_fragment.cstruct ipfrag *fp;
fp173net/ipv4/ip_fragment.cfp = qp->fragments;
fp174net/ipv4/ip_fragment.cwhile (fp != NULL)
fp176net/ipv4/ip_fragment.cxp = fp->next;
fp177net/ipv4/ip_fragment.cIS_SKB(fp->skb);
fp178net/ipv4/ip_fragment.cfrag_kfree_skb(fp->skb,FREE_READ);
fp179net/ipv4/ip_fragment.cfrag_kfree_s(fp, sizeof(struct ipfrag));
fp180net/ipv4/ip_fragment.cfp = xp;
fp298net/ipv4/ip_fragment.cstruct ipfrag *fp;
fp306net/ipv4/ip_fragment.cfp = qp->fragments;
fp308net/ipv4/ip_fragment.cwhile (fp != NULL)
fp310net/ipv4/ip_fragment.cif (fp->offset > offset)
fp312net/ipv4/ip_fragment.coffset = fp->end;
fp313net/ipv4/ip_fragment.cfp = fp->next;
fp333net/ipv4/ip_fragment.cstruct ipfrag *fp;
fp363net/ipv4/ip_fragment.cfp = qp->fragments;
fp364net/ipv4/ip_fragment.cwhile(fp != NULL)
fp366net/ipv4/ip_fragment.cif(count+fp->len > skb->len)
fp374net/ipv4/ip_fragment.cmemcpy((ptr + fp->offset), fp->ptr, fp->len);
fp375net/ipv4/ip_fragment.ccount += fp->len;
fp376net/ipv4/ip_fragment.cfp = fp->next;
fp373net/ipv4/route.cstatic int fib_del_list(struct fib_node **fp, __u32 dst,
fp379net/ipv4/route.cwhile((f = *fp) != NULL) 
fp393net/ipv4/route.cfp = &f->fib_next;
fp397net/ipv4/route.c*fp = f->fib_next;
fp411net/ipv4/route.cstruct fib_node **fp;
fp421net/ipv4/route.cfp = &fz->fz_hash_table[fz_hash_code(dst, fz->fz_logmask)];
fp423net/ipv4/route.cfp = &fz->fz_list;
fp425net/ipv4/route.ctmp = fib_del_list(fp, dst, dev, gtw, flags, metric, mask);
fp435net/ipv4/route.cfp = &fz->fz_hash_table[fz_hash_code(dst, fz->fz_logmask)];
fp437net/ipv4/route.cfp = &fz->fz_list;
fp439net/ipv4/route.cfound = fib_del_list(fp, dst, dev, gtw, flags, metric, mask);
fp523net/ipv4/route.cstruct fib_node **fp;
fp660net/ipv4/route.cfp = &fz->fz_hash_table[fz_hash_code(dst, logmask)];
fp662net/ipv4/route.cfp = &fz->fz_list;
fp667net/ipv4/route.cwhile ((f1 = *fp) != NULL)
fp671net/ipv4/route.cfp = &f1->fib_next;
fp677net/ipv4/route.cwhile ((f1 = *fp) != NULL && f1->fib_dst == dst)
fp687net/ipv4/route.cdup_fp = fp;
fp688net/ipv4/route.cfp = &f1->fib_next;
fp707net/ipv4/route.c*fp = f;
fp719net/ipv4/route.cfp = dup_fp;
fp721net/ipv4/route.cfp = &f->fib_next;
fp723net/ipv4/route.cwhile ((f1 = *fp) != NULL && f1->fib_dst == dst)
fp728net/ipv4/route.c*fp = f1->fib_next;
fp737net/ipv4/route.cfp = &f1->fib_next;
fp743net/ipv4/route.cstatic int rt_flush_list(struct fib_node ** fp, struct device *dev)
fp748net/ipv4/route.cwhile ((f = *fp) != NULL) {
fp750net/ipv4/route.cfp = &f->fib_next;
fp754net/ipv4/route.c*fp = f->fib_next;
fp829net/ipv4/route.cstruct fib_node ** fp;
fp844net/ipv4/route.cfp  = fz->fz_hash_table;
fp849net/ipv4/route.cfp  = &fz->fz_list;
fp852net/ipv4/route.cfor (i=0; i < maxslot; i++, fp++)
fp855net/ipv4/route.cfor (f = *fp; f; f = f->fib_next) 
fp719net/unix/af_unix.cstatic int unix_fd_copy(struct sock *sk, struct cmsghdr *cmsg, struct file **fp)
fp758net/unix/af_unix.cfp[i]=current->files->fd[fdp[i]];
fp759net/unix/af_unix.cfp[i]->f_count++;
fp760net/unix/af_unix.cunix_gc_add(sk, fp[i]);
fp770net/unix/af_unix.cstatic void unix_fd_free(struct sock *sk, struct file **fp, int num)
fp775net/unix/af_unix.cclose_fp(fp[i]);
fp776net/unix/af_unix.cunix_gc_remove(fp[i]);
fp815net/unix/af_unix.cstruct file **fp;
fp833net/unix/af_unix.cfp=(struct file **)(skb->h.filp+sizeof(int));
fp851net/unix/af_unix.cufp[ufn]=fp[i];
fp854net/unix/af_unix.cunix_gc_remove(fp[i]);
fp861net/unix/af_unix.cclose_fp(fp[i]);
fp862net/unix/af_unix.cunix_gc_remove(fp[i]);
fp879net/unix/af_unix.cstatic void unix_attach_fds(int fpnum,struct file **fp,struct sk_buff *skb)
fp887net/unix/af_unix.cmemcpy(skb->h.filp+sizeof(int),fp,fpnum*sizeof(struct file *));
fp904net/unix/af_unix.cstruct file *fp[UNIX_MAX_FD];
fp952net/unix/af_unix.cfpnum=unix_fd_copy(sk,cm,fp);
fp972net/unix/af_unix.cunix_fd_free(sk,fp,fpnum);
fp996net/unix/af_unix.cunix_fd_free(sk,fp,fpnum);
fp1011net/unix/af_unix.cunix_attach_fds(fpnum,fp,skb);
fp45net/unix/garbage.cvoid unix_gc_remove(struct file *fp)
fp50net/unix/garbage.cvoid unix_gc_add(struct sock *sk, struct file *fp)