taglinefilesource code
fp186drivers/block/mcd.cmcd_ioctl(struct inode *ip, struct file *fp, unsigned int cmd,
fp756drivers/block/mcd.cmcd_open(struct inode *ip, struct file *fp)
fp3067drivers/block/sbpcd.cint sbpcd_open(struct inode *ip, struct file *fp)
fp516drivers/char/n_tty.cchar *fp, int count)
fp540drivers/char/n_tty.cfor (i=count, p = cp, f = fp; i; i--, p++) {
fp1459drivers/char/tty_io.cchar    *fp;
fp1464drivers/char/tty_io.cfp = tty->flip.flag_buf + TTY_FLIPBUF_SIZE;
fp1472drivers/char/tty_io.cfp = tty->flip.flag_buf;
fp1487drivers/char/tty_io.ctty->ldisc.receive_buf(tty, cp, fp, count);
fp1327drivers/net/depca.cstatic short fp=1,sigLength=0;
fp1367drivers/net/depca.cif (fp) {                               /* only do this once!... */
fp1381drivers/net/depca.cfp = 0;
fp150drivers/net/ppp.cchar *fp, int count);
fp895drivers/net/ppp.cchar *fp, int count)
fp919drivers/net/ppp.cif (fp) {
fp920drivers/net/ppp.cif (*fp && ppp->toss == 0)
fp921drivers/net/ppp.cppp->toss = *fp;
fp922drivers/net/ppp.cfp++;
fp667drivers/net/slip.cchar *fp, int count)
fp683drivers/net/slip.cif (*fp++) {
fp40fs/binfmt_coff.cstruct file *fp);
fp126fs/binfmt_coff.cstruct file *fp     = NULL;  /* Pointer to the file at "fd"         */
fp387fs/binfmt_coff.cfp = current->files->fd[fd];
fp483fs/binfmt_coff.cstatus = do_mmap (fp,
fp501fs/binfmt_coff.cstatus = do_mmap (fp,
fp541fs/binfmt_coff.cstatus = preload_library (bprm, sect_ptr, fp);
fp622fs/binfmt_coff.cCOFF_SCNHDR * sect, struct file *fp)
fp40ibcs/binfmt_coff.cstruct file *fp);
fp126ibcs/binfmt_coff.cstruct file *fp     = NULL;  /* Pointer to the file at "fd"         */
fp387ibcs/binfmt_coff.cfp = current->files->fd[fd];
fp483ibcs/binfmt_coff.cstatus = do_mmap (fp,
fp501ibcs/binfmt_coff.cstatus = do_mmap (fp,
fp541ibcs/binfmt_coff.cstatus = preload_library (bprm, sect_ptr, fp);
fp622ibcs/binfmt_coff.cCOFF_SCNHDR * sect, struct file *fp)
fp37include/linux/tty_ldisc.hchar *fp, int count);
fp234kernel/signal.cstatic void setup_frame(struct sigaction * sa, unsigned long ** fp, unsigned long eip,
fp241kernel/signal.cframe = *fp;
fp257kernel/signal.cput_fs_long((long)*fp, frame+9);
fp277kernel/signal.c*fp = frame;
fp569net/inet/ip.cstruct ipfrag *fp;
fp571net/inet/ip.cfp = (struct ipfrag *) kmalloc(sizeof(struct ipfrag), GFP_ATOMIC);
fp572net/inet/ip.cif (fp == NULL) 
fp577net/inet/ip.cmemset(fp, 0, sizeof(struct ipfrag));
fp580net/inet/ip.cfp->offset = offset;
fp581net/inet/ip.cfp->end = end;
fp582net/inet/ip.cfp->len = end - offset;
fp583net/inet/ip.cfp->skb = skb;
fp584net/inet/ip.cfp->ptr = ptr;
fp586net/inet/ip.creturn(fp);
fp625net/inet/ip.cstruct ipfrag *fp;
fp651net/inet/ip.cfp = qp->fragments;
fp652net/inet/ip.cwhile (fp != NULL) 
fp654net/inet/ip.cxp = fp->next;
fp655net/inet/ip.cIS_SKB(fp->skb);
fp656net/inet/ip.ckfree_skb(fp->skb,FREE_READ);
fp657net/inet/ip.ckfree_s(fp, sizeof(struct ipfrag));
fp658net/inet/ip.cfp = xp;
fp786net/inet/ip.cstruct ipfrag *fp;
fp794net/inet/ip.cfp = qp->fragments;
fp796net/inet/ip.cwhile (fp != NULL) 
fp798net/inet/ip.cif (fp->offset > offset) 
fp800net/inet/ip.coffset = fp->end;
fp801net/inet/ip.cfp = fp->next;
fp822net/inet/ip.cstruct ipfrag *fp;
fp856net/inet/ip.cfp = qp->fragments;
fp857net/inet/ip.cwhile(fp != NULL) 
fp859net/inet/ip.cif(count+fp->len>skb->len)
fp867net/inet/ip.cmemcpy((ptr + fp->offset), fp->ptr, fp->len);
fp868net/inet/ip.ccount += fp->len;
fp869net/inet/ip.cfp = fp->next;