taglinefilesource code
fp200arch/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]),
fp124arch/alpha/kernel/signal.csw->fp[i] = get_fs_quad(sc->sc_fpregs+i);
fp134arch/alpha/kernel/signal.cstatic void setup_frame(struct sigaction * sa, struct sigcontext_struct ** fp,
fp142arch/alpha/kernel/signal.csc = *fp;
fp151arch/alpha/kernel/signal.cput_fs_quad((unsigned long)*fp, sc->sc_regs+30);
fp184arch/alpha/kernel/signal.cput_fs_quad(sw->fp[i], sc->sc_fpregs+i);
fp199arch/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;
fp104arch/mips/kernel/signal.cstatic void setup_frame(struct sigaction * sa, unsigned long ** fp,
fp110arch/mips/kernel/signal.cframe = *fp;
fp163arch/mips/kernel/signal.c*fp = frame;
fp52arch/sparc/kernel/signal.cvoid setup_frame(struct sigaction * sa, unsigned long ** fp, unsigned long eip,
fp2515drivers/block/ide-cd.cint ide_cdrom_open (struct inode *ip, struct file *fp, ide_drive_t *drive)
fp2518drivers/block/ide-cd.cif (fp->f_mode & 2)
fp621drivers/cdrom/aztcd.cstatic int aztcd_ioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg)
fp1448drivers/cdrom/aztcd.cint aztcd_open(struct inode *ip, struct file *fp)
fp541drivers/cdrom/cm206.cstatic int cm206_open(struct inode *ip, struct file *fp)
fp578drivers/cdrom/cm206.cstatic void cm206_release(struct inode *ip, struct file *fp)
fp210drivers/cdrom/gscd.cstatic int gscd_ioctl (struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg)
fp370drivers/cdrom/gscd.cstatic int gscd_open (struct inode *ip, struct file *fp)
fp294drivers/cdrom/mcd.cmcd_ioctl(struct inode *ip, struct file *fp, unsigned int cmd,
fp1103drivers/cdrom/mcd.cmcd_open(struct inode *ip, struct file *fp)
fp1110drivers/cdrom/mcd.cif (fp->f_mode & 2)      /* write access? */
fp280drivers/cdrom/mcdx.cstruct inode* ip, struct file* fp, 
fp609drivers/cdrom/mcdx.cmcdx_open(struct inode *ip, struct file *fp)
fp743drivers/cdrom/mcdx.cmcdx_close(struct inode *ip, struct file *fp)
fp1046drivers/cdrom/optcd.cstatic int opt_ioctl(struct inode *ip, struct file *fp,
fp1303drivers/cdrom/optcd.cstatic int opt_open(struct inode *ip, struct file *fp) {
fp1336drivers/cdrom/optcd.cstatic void opt_release(struct inode *ip, struct file *fp) {
fp1340drivers/cdrom/optcd.cip, ip -> i_rdev, fp);
fp4838drivers/cdrom/sbpcd.cstatic int sbpcd_open(struct inode *ip, struct file *fp)
fp4848drivers/cdrom/sbpcd.cif (fp->f_mode & 2)
fp722drivers/cdrom/sjcd.cstatic int sjcd_ioctl( struct inode *ip, struct file *fp,
fp1378drivers/cdrom/sjcd.cint sjcd_open( struct inode *ip, struct file *fp ){
fp1387drivers/cdrom/sjcd.cif( fp->f_mode & 2 ) return( -EROFS );
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]++;
fp607drivers/char/istallion.cstatic int  stli_memread(struct inode *ip, struct file *fp, char *buf, int count);
fp608drivers/char/istallion.cstatic int  stli_memwrite(struct inode *ip, struct file *fp, const char *buf, int count);
fp609drivers/char/istallion.cstatic int  stli_memioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg);
fp3841drivers/char/istallion.cstatic int stli_memread(struct inode *ip, struct file *fp, char *buf, int count)
fp3849drivers/char/istallion.cprintk("stli_memread(ip=%x,fp=%x,buf=%x,count=%d)\n", (int) ip, (int) fp, (int) buf, count);
fp3858drivers/char/istallion.cif (fp->f_pos >= brdp->memsize)
fp3861drivers/char/istallion.csize = MIN(count, (brdp->memsize - fp->f_pos));
fp3867drivers/char/istallion.cmemptr = (void *) EBRDGETMEMPTR(brdp, fp->f_pos);
fp3868drivers/char/istallion.cn = MIN(size, (brdp->pagesize - (((unsigned long) fp->f_pos) % brdp->pagesize)));
fp3870drivers/char/istallion.cfp->f_pos += n;
fp3888drivers/char/istallion.cstatic int stli_memwrite(struct inode *ip, struct file *fp, const char *buf, int count)
fp3897drivers/char/istallion.cprintk("stli_memwrite(ip=%x,fp=%x,buf=%x,count=%x)\n", (int) ip, (int) fp, (int) buf, count);
fp3906drivers/char/istallion.cif (fp->f_pos >= brdp->memsize)
fp3910drivers/char/istallion.csize = MIN(count, (brdp->memsize - fp->f_pos));
fp3916drivers/char/istallion.cmemptr = (void *) EBRDGETMEMPTR(brdp, fp->f_pos);
fp3917drivers/char/istallion.cn = MIN(size, (brdp->pagesize - (((unsigned long) fp->f_pos) % brdp->pagesize)));
fp3919drivers/char/istallion.cfp->f_pos += n;
fp3937drivers/char/istallion.cstatic int stli_memioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg)
fp3943drivers/char/istallion.cprintk("stli_memioctl(ip=%x,fp=%x,cmd=%x,arg=%x)\n", (int) ip, (int) fp, cmd, (int) arg);
fp529drivers/char/n_tty.cchar *fp, int count)
fp553drivers/char/n_tty.cfor (i=count, p = cp, f = fp; i; i--, p++) {
fp1235drivers/char/tty_io.cstruct fasync_struct *fa, **fp;
fp1238drivers/char/tty_io.cfor (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) {
fp1262drivers/char/tty_io.c*fp = fa->fa_next;
fp1626drivers/char/tty_io.cchar    *fp;
fp1631drivers/char/tty_io.cfp = tty->flip.flag_buf + TTY_FLIPBUF_SIZE;
fp1639drivers/char/tty_io.cfp = tty->flip.flag_buf;
fp1654drivers/char/tty_io.ctty->ldisc.receive_buf(tty, cp, fp, count);
fp1526drivers/net/ewrk3.cstatic short fp=1,sigLength=0;
fp1535drivers/net/ewrk3.cif (fp) {                               /* only do this once!... */
fp1549drivers/net/ewrk3.cfp = 0;
fp249drivers/net/ppp.cchar *fp, int count);
fp682drivers/net/slip.cslip_receive_buf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count)
fp703drivers/net/slip.cif (fp && *fp++) {
fp187drivers/scsi/aic7xxx_asm.coutput(FILE *fp)
fp192drivers/scsi/aic7xxx_asm.cfprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
fp59include/asm-alpha/processor.hunsigned long fp;
fp61include/asm-alpha/processor.hfp = ((unsigned long*)t->ksp)[6];
fp62include/asm-alpha/processor.hreturn *(unsigned long*)fp;
fp62include/asm-alpha/ptrace.hunsigned long fp[32];
fp136include/asm-sparc/processor.hunsigned long fp)
fp37include/linux/tty_ldisc.hchar *fp, int count);
fp44net/ipv4/ip_fragment.cstruct ipfrag *fp;
fp46net/ipv4/ip_fragment.cfp = (struct ipfrag *) kmalloc(sizeof(struct ipfrag), GFP_ATOMIC);
fp47net/ipv4/ip_fragment.cif (fp == NULL)
fp52net/ipv4/ip_fragment.cmemset(fp, 0, sizeof(struct ipfrag));
fp55net/ipv4/ip_fragment.cfp->offset = offset;
fp56net/ipv4/ip_fragment.cfp->end = end;
fp57net/ipv4/ip_fragment.cfp->len = end - offset;
fp58net/ipv4/ip_fragment.cfp->skb = skb;
fp59net/ipv4/ip_fragment.cfp->ptr = ptr;
fp61net/ipv4/ip_fragment.creturn(fp);
fp100net/ipv4/ip_fragment.cstruct ipfrag *fp;
fp126net/ipv4/ip_fragment.cfp = qp->fragments;
fp127net/ipv4/ip_fragment.cwhile (fp != NULL)
fp129net/ipv4/ip_fragment.cxp = fp->next;
fp130net/ipv4/ip_fragment.cIS_SKB(fp->skb);
fp131net/ipv4/ip_fragment.ckfree_skb(fp->skb,FREE_READ);
fp132net/ipv4/ip_fragment.ckfree_s(fp, sizeof(struct ipfrag));
fp133net/ipv4/ip_fragment.cfp = xp;
fp237net/ipv4/ip_fragment.cstruct ipfrag *fp;
fp245net/ipv4/ip_fragment.cfp = qp->fragments;
fp247net/ipv4/ip_fragment.cwhile (fp != NULL)
fp249net/ipv4/ip_fragment.cif (fp->offset > offset)
fp251net/ipv4/ip_fragment.coffset = fp->end;
fp252net/ipv4/ip_fragment.cfp = fp->next;
fp272net/ipv4/ip_fragment.cstruct ipfrag *fp;
fp302net/ipv4/ip_fragment.cfp = qp->fragments;
fp303net/ipv4/ip_fragment.cwhile(fp != NULL)
fp305net/ipv4/ip_fragment.cif(count+fp->len > skb->len)
fp313net/ipv4/ip_fragment.cmemcpy((ptr + fp->offset), fp->ptr, fp->len);
fp314net/ipv4/ip_fragment.ccount += fp->len;
fp315net/ipv4/ip_fragment.cfp = fp->next;