taglinefilesource code
f115arch/i386/boot/compressed/inflate.cunsigned f;                   /* i repeats in table every f entries */
f224arch/i386/boot/compressed/inflate.cif ((f = 1 << (j = k - w)) > a + 1)     /* try a k-w bit table */
f227arch/i386/boot/compressed/inflate.cf -= a + 1;           /* deduct codes from patterns left */
f231arch/i386/boot/compressed/inflate.cif ((f <<= 1) <= *++xp)
f233arch/i386/boot/compressed/inflate.cf -= *xp;           /* else deduct codes from patterns */
f279arch/i386/boot/compressed/inflate.cf = 1 << (k - w);
f280arch/i386/boot/compressed/inflate.cfor (j = i >> w; j < z; j += f)
f178arch/i386/math-emu/reg_compare.cint f, c;
f185arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f191arch/i386/math-emu/reg_compare.cf = SW_C0;
f194arch/i386/math-emu/reg_compare.cf = SW_C3;
f197arch/i386/math-emu/reg_compare.cf = 0;
f200arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f205arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f209arch/i386/math-emu/reg_compare.csetcc(f);
f220arch/i386/math-emu/reg_compare.cint f, c;
f241arch/i386/math-emu/reg_compare.cf = SW_C0;
f244arch/i386/math-emu/reg_compare.cf = SW_C3;
f247arch/i386/math-emu/reg_compare.cf = 0;
f250arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f255arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f259arch/i386/math-emu/reg_compare.csetcc(f);
f270arch/i386/math-emu/reg_compare.cint f, c;
f296arch/i386/math-emu/reg_compare.cf = SW_C0;
f299arch/i386/math-emu/reg_compare.cf = SW_C3;
f302arch/i386/math-emu/reg_compare.cf = 0;
f305arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f310arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f314arch/i386/math-emu/reg_compare.csetcc(f);
f3190drivers/block/floppy.cstruct format_descr f;
f3257drivers/block/floppy.creturn do_format(device, &inparam.f);
f1550drivers/block/ide-cd.cvoid lba_to_msf (int lba, byte *m, byte *s, byte *f)
f1557drivers/block/ide-cd.c*f = lba % CD_FRAMES;
f1562drivers/block/ide-cd.cint msf_to_lba (byte m, byte s, byte f)
f1564drivers/block/ide-cd.creturn (((m * CD_SECS) + s) * CD_FRAMES + f) - CD_BLOCK_OFFSET;
f403drivers/cdrom/cm206.cinline int f_s_m2lba(uch f, uch s, uch m)
f405drivers/cdrom/cm206.creturn f + 75*(s-2 + 60*m);
f539drivers/char/n_tty.cchar *f, flags = 0;
f560drivers/char/n_tty.cfor (i=count, p = cp, f = fp; i; i--, p++) {
f561drivers/char/n_tty.cif (f)
f562drivers/char/n_tty.cflags = *f++;
f464drivers/char/random.c#define MD5STEP(f, w, x, y, z, data, s) \
f465drivers/char/random.c( w += f(x, y, z) + data,  w = w<<s | w>>(32-s),  w += x )
f161drivers/char/tty_io.cstruct file *f;
f164drivers/char/tty_io.cfor (f = first_file, i=0; i<nr_files; i++, f = f->f_next) {
f165drivers/char/tty_io.cif (!f->f_count)
f167drivers/char/tty_io.cif (f->private_data == tty) {
f154drivers/net/bsd_comp.c} f;
f702drivers/net/bsd_comp.cif (dictp->f.fcode == fcode)
f724drivers/net/bsd_comp.cwhile (dictp->f.fcode != fcode);
f761drivers/net/bsd_comp.cdictp->f.fcode = fcode;
f1060drivers/net/bsd_comp.c*--p    = dictp->f.hs.suffix;
f1061drivers/net/bsd_comp.cfinchar = dictp->f.hs.prefix;
f1129drivers/net/bsd_comp.cdictp->f.fcode = fcode;
f33drivers/net/i82586.h#define  toff(t,p,f)   (unsigned short)((void *)(&((t *)((void *)0 + (p)))->f) - (void *)0)
f121drivers/net/i82586.h#define  scboff(p,f)   toff(scb_t, p, f)
f175drivers/net/i82586.h#define  acoff(p,f)   toff(ach_t, p, f)
f363drivers/net/i82586.h#define  rbdoff(p,f)   toff(rbd_t, p, f)
f401drivers/net/i82586.h#define  fdoff(p,f)   toff(fd_t, p, f)
f359drivers/net/plip.cplip_func f;
f363drivers/net/plip.cf = connection_state_table[nl->connection];
f364drivers/net/plip.cif ((r = (*f)(dev, nl, snd, rcv)) != OK
f115drivers/net/wavelan.h#define  mmwoff(p,f)   (unsigned short)((void *)(&((mmw_t *)((void *)0 + (p)))->f) - (void *)0)
f156drivers/net/wavelan.h#define  mmroff(p,f)   (unsigned short)((void *)(&((mmr_t *)((void *)0 + (p)))->f) - (void *)0)
f201drivers/net/wavelan.h#define  hoff(p,f)   (unsigned short)((void *)(&((ha_t *)((void *)0 + (p)))->f) - (void *)0)
f726drivers/sound/opl3.cint             f, octave;
f735drivers/sound/opl3.cf = freq;
f739drivers/sound/opl3.cif (f == 0)
f741drivers/sound/opl3.celse if (f < 261)
f743drivers/sound/opl3.cwhile (f < 261)
f746drivers/sound/opl3.cf <<= 1;
f749drivers/sound/opl3.celse if (f > 493)
f751drivers/sound/opl3.cwhile (f > 493)
f754drivers/sound/opl3.cf >>= 1;
f107fs/exec.cstruct file *f, **fpp;
f111fs/exec.cf = get_empty_filp();
f112fs/exec.cif (!f)
f120fs/exec.cf->f_count--;
f125fs/exec.c*fpp = f;
f126fs/exec.cf->f_flags = mode;
f127fs/exec.cf->f_mode = (mode+1) & O_ACCMODE;
f128fs/exec.cf->f_inode = inode;
f129fs/exec.cf->f_pos = 0;
f130fs/exec.cf->f_reada = 0;
f131fs/exec.cf->f_op = inode->i_op->default_file_ops;
f132fs/exec.cif (f->f_op->open) {
f133fs/exec.cerror = f->f_op->open(inode,f);
f136fs/exec.cf->f_count--;
f102fs/file_table.cstruct file * f;
f109fs/file_table.cfor (f = first_file, i=0; i < nr_files; i++, f = f->f_next)
f110fs/file_table.cif (!f->f_count) {
f111fs/file_table.cremove_file_free(f);
f112fs/file_table.cmemset(f,0,sizeof(*f));
f113fs/file_table.cput_last_free(f);
f114fs/file_table.cf->f_count = 1;
f115fs/file_table.cf->f_version = ++event;
f116fs/file_table.creturn f;
f467fs/open.cstruct file * f;
f470fs/open.cf = get_empty_filp();
f471fs/open.cif (!f)
f473fs/open.cf->f_flags = flag = flags;
f474fs/open.cf->f_mode = (flag+1) & O_ACCMODE;
f475fs/open.cif (f->f_mode)
f482fs/open.cif (f->f_mode & 2) {
f488fs/open.cf->f_inode = inode;
f489fs/open.cf->f_pos = 0;
f490fs/open.cf->f_reada = 0;
f491fs/open.cf->f_op = NULL;
f493fs/open.cf->f_op = inode->i_op->default_file_ops;
f494fs/open.cif (f->f_op && f->f_op->open) {
f495fs/open.cerror = f->f_op->open(inode,f);
f499fs/open.cf->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
f508fs/open.ccurrent->files->fd[fd] = f;
f514fs/open.cif (f->f_op && f->f_op->release)
f515fs/open.cf->f_op->release(inode,f);
f517fs/open.cif (f->f_mode & 2)
f522fs/open.cf->f_count--;
f382fs/pipe.cstruct file *f[2];
f390fs/pipe.cif (!(f[j] = get_empty_filp()))
f395fs/pipe.cf[0]->f_count--;
f401fs/pipe.ccurrent->files->fd[ fd[j]=i ] = f[j];
f406fs/pipe.cf[0]->f_count--;
f407fs/pipe.cf[1]->f_count--;
f412fs/pipe.cf[0]->f_inode = f[1]->f_inode = inode;
f413fs/pipe.cf[0]->f_pos = f[1]->f_pos = 0;
f414fs/pipe.cf[0]->f_flags = O_RDONLY;
f415fs/pipe.cf[0]->f_op = &read_pipe_fops;
f416fs/pipe.cf[0]->f_mode = 1;    /* read */
f417fs/pipe.cf[1]->f_flags = O_WRONLY;
f418fs/pipe.cf[1]->f_op = &write_pipe_fops;
f419fs/pipe.cf[1]->f_mode = 2;    /* write */
f163fs/stat.cstruct file * f;
f170fs/stat.cif (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode))
f178fs/stat.cstruct file * f;
f185fs/stat.cif (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode))
f411include/asm-i386/string.h#define memcpy(t, f, n) \
f413include/asm-i386/string.h__constant_memcpy((t),(f),(n)) : \
f414include/asm-i386/string.h__memcpy((t),(f),(n)))
f45include/linux/ext2_fs.h#  define ext2_debug(f, a...)  { \
f48include/linux/ext2_fs.hprintk (f, ## a); \
f51include/linux/ext2_fs.h#  define ext2_debug(f, a...)  /**/
f95include/linux/sonycd535.h#define SONY_BLOCK_NUMBER(m,s,f) (((m)*60L+(s))*75L+(f))
f510include/linux/tpqic02.h#define TPQDBG(f)  ((QIC02_TAPE_DEBUG) & (TPQD_##f))
f143include/linux/tqueue.hvoid (*f) (void *);
f152include/linux/tqueue.hf      = p -> routine;
f155include/linux/tqueue.h(*f)(arg);
f125include/linux/tty.h#define _I_FLAG(tty,f)  ((tty)->termios->c_iflag & (f))
f126include/linux/tty.h#define _O_FLAG(tty,f)  ((tty)->termios->c_oflag & (f))
f127include/linux/tty.h#define _C_FLAG(tty,f)  ((tty)->termios->c_cflag & (f))
f128include/linux/tty.h#define _L_FLAG(tty,f)  ((tty)->termios->c_lflag & (f))
f24include/net/netlink.h#define ip_netlink_msg(a,b,c,d,e,f,g)
f170kernel/fork.cstruct file * f = current->files->fd[i];
f171kernel/fork.cif (f)
f172kernel/fork.cf->f_count++;
f173kernel/fork.ctsk->files->fd[i] = f;
f85net/core/firewall.cstruct firewall_ops *f=fw->next;
f86net/core/firewall.cxchg(nl,f);
f191net/ipv4/ip_fw.cstruct ip_fw *f;
f316net/ipv4/ip_fw.cfor (f=chain;f;f=f->fw_next) 
f337net/ipv4/ip_fw.cif ((src&f->fw_smsk.s_addr)==f->fw_src.s_addr
f338net/ipv4/ip_fw.c&&  (dst&f->fw_dmsk.s_addr)==f->fw_dst.s_addr)
f342net/ipv4/ip_fw.cif ((f->fw_flg & IP_FW_F_BIDIR) &&
f343net/ipv4/ip_fw.c(dst&f->fw_smsk.s_addr)==f->fw_src.s_addr
f344net/ipv4/ip_fw.c&&  (src&f->fw_dmsk.s_addr)==f->fw_dst.s_addr)
f353net/ipv4/ip_fw.cif(f->fw_via.s_addr && rif)
f355net/ipv4/ip_fw.cif(rif->pa_addr!=f->fw_via.s_addr)
f369net/ipv4/ip_fw.cf_prt=f->fw_flg&IP_FW_F_KIND;
f379net/ipv4/ip_fw.cif((f->fw_flg&IP_FW_F_TCPSYN) && notcpsyn)
f389net/ipv4/ip_fw.cif((f->fw_flg&IP_FW_F_TCPACK) && notcpack)
f390net/ipv4/ip_fw.cif(f->fw_flg&IP_FW_F_BIDIR) {
f405net/ipv4/ip_fw.c! port_match(&f->fw_pts[0], f->fw_nsp,
f406net/ipv4/ip_fw.cicmp_type,f->fw_flg&IP_FW_F_SRNG)) ||
f408net/ipv4/ip_fw.cport_match(&f->fw_pts[0], f->fw_nsp, src_port,
f409net/ipv4/ip_fw.cf->fw_flg&IP_FW_F_SRNG) &&
f410net/ipv4/ip_fw.cport_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, dst_port,
f411net/ipv4/ip_fw.cf->fw_flg&IP_FW_F_DRNG)) || ((match & 0x02) &&
f412net/ipv4/ip_fw.cport_match(&f->fw_pts[0], f->fw_nsp, dst_port,
f413net/ipv4/ip_fw.cf->fw_flg&IP_FW_F_SRNG) &&
f414net/ipv4/ip_fw.cport_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, src_port,
f415net/ipv4/ip_fw.cf->fw_flg&IP_FW_F_DRNG))))
f426net/ipv4/ip_fw.cif (f->fw_flg & IP_FW_F_PRN)
f429net/ipv4/ip_fw.cif(f->fw_flg&IP_FW_F_ACCEPT)
f431net/ipv4/ip_fw.celse if(f->fw_flg&IP_FW_F_ICMPRPL)
f461net/ipv4/ip_fw.cf->fw_bcnt+=ntohs(ip->tot_len);
f462net/ipv4/ip_fw.cf->fw_pcnt++;
f476net/ipv4/ip_fw.cif(f!=NULL) 
f478net/ipv4/ip_fw.cpolicy=f->fw_flg;
f479net/ipv4/ip_fw.cpriority=f->fw_priority;
f1360net/ipv4/ip_fw.cvoid ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f)
f1362net/ipv4/ip_fw.c(void) ip_fw_chk(iph, dev, f, 0, 1);
f183net/ipv4/route.cstatic void fib_free_node(struct fib_node * f)
f185net/ipv4/route.cstruct fib_info * fi = f->fib_info;
f198net/ipv4/route.ckfree_s(f, sizeof(struct fib_node));
f208net/ipv4/route.cstruct fib_node * f;
f213net/ipv4/route.cf = fz->fz_hash_table[fz_hash_code(dst, fz->fz_logmask)];
f215net/ipv4/route.cf = fz->fz_list;
f217net/ipv4/route.cfor ( ; f; f = f->fib_next)
f219net/ipv4/route.cif ((dst ^ f->fib_dst) & fz->fz_mask)
f221net/ipv4/route.cif (f->fib_info->fib_flags & RTF_GATEWAY)
f223net/ipv4/route.creturn f;
f246net/ipv4/route.cstruct fib_node * f;
f253net/ipv4/route.cf = fz->fz_hash_table[fz_hash_code(dst, fz->fz_logmask)];
f255net/ipv4/route.cf = fz->fz_list;
f257net/ipv4/route.cfor ( ; f; f = f->fib_next)
f259net/ipv4/route.cif ((dst ^ f->fib_dst) & fz->fz_mask)
f261net/ipv4/route.cif (!(f->fib_info->fib_flags & RTF_GATEWAY))
f262net/ipv4/route.creturn f;
f286net/ipv4/route.cstruct fib_node * f;
f291net/ipv4/route.cf = fz->fz_hash_table[fz_hash_code(dst, fz->fz_logmask)];
f293net/ipv4/route.cf = fz->fz_list;
f295net/ipv4/route.cfor ( ; f; f = f->fib_next)
f297net/ipv4/route.cif ((dst ^ f->fib_dst) & fz->fz_mask)
f299net/ipv4/route.creturn f;
f307net/ipv4/route.cstruct fib_node * f;
f308net/ipv4/route.cf = fib_lookup_gateway(gw);
f309net/ipv4/route.cif (f)
f310net/ipv4/route.creturn f->fib_info->fib_dev;
f368net/ipv4/route.cstruct fib_node *f;
f371net/ipv4/route.cwhile((f = *fp) != NULL) 
f373net/ipv4/route.cstruct fib_info * fi = f->fib_info;
f380net/ipv4/route.cif (f->fib_dst != dst ||
f382net/ipv4/route.c(metric >= 0 && f->fib_metric != metric) ||
f385net/ipv4/route.cfp = &f->fib_next;
f389net/ipv4/route.c*fp = f->fib_next;
f390net/ipv4/route.cif (fib_loopback == f)
f394net/ipv4/route.cfib_free_node(f);
f513net/ipv4/route.cstruct fib_node *f, *f1;
f567net/ipv4/route.cf = (struct fib_node *) kmalloc(sizeof(struct fib_node), GFP_KERNEL);
f568net/ipv4/route.cif (f == NULL)
f571net/ipv4/route.cmemset(f, 0, sizeof(struct fib_node));
f572net/ipv4/route.cf->fib_dst = dst;
f573net/ipv4/route.cf->fib_metric = metric;
f574net/ipv4/route.cf->fib_tos    = 0;
f578net/ipv4/route.ckfree_s(f, sizeof(struct fib_node));
f581net/ipv4/route.cf->fib_info = fi;
f593net/ipv4/route.cfib_free_node(f);
f687net/ipv4/route.cfib_free_node(f);
f696net/ipv4/route.cf->fib_next = f1;
f697net/ipv4/route.c*fp = f;
f699net/ipv4/route.cfib_loopback = f;
f711net/ipv4/route.cfp = &f->fib_next;
f736net/ipv4/route.cstruct fib_node *f;
f738net/ipv4/route.cwhile ((f = *fp) != NULL) {
f739net/ipv4/route.cif (f->fib_info->fib_dev != dev) {
f740net/ipv4/route.cfp = &f->fib_next;
f744net/ipv4/route.c*fp = f->fib_next;
f745net/ipv4/route.cif (fib_loopback == f)
f748net/ipv4/route.cfib_free_node(f);
f798net/ipv4/route.cstruct fib_node *f;
f845net/ipv4/route.cfor (f = *fp; f; f = f->fib_next) 
f859net/ipv4/route.cfi = f->fib_info;
f861net/ipv4/route.cfi->fib_dev->name, (unsigned long)f->fib_dst, (unsigned long)fi->fib_gateway,
f862net/ipv4/route.cfi->fib_flags, 0, f->fib_use, f->fib_metric,
f1466net/ipv4/route.cstruct fib_node * f;
f1482net/ipv4/route.cf = fib_lookup_local(daddr);
f1484net/ipv4/route.cf = fib_lookup (daddr);
f1486net/ipv4/route.cif (f)
f1488net/ipv4/route.cfi = f->fib_info;
f1489net/ipv4/route.cf->fib_use++;
f1492net/ipv4/route.cif (!f || (fi->fib_flags & RTF_REJECT))
f1506net/ipv4/route.cf->fib_use--;
f1507net/ipv4/route.cif ((f = fib_loopback) != NULL)
f1509net/ipv4/route.cf->fib_use++;
f1510net/ipv4/route.cfi = f->fib_info;
f1514net/ipv4/route.cif (!f)
f1533net/ipv4/route.crth->rt_tos  = f->fib_tos;
f870net/ipx/af_ipx.cipx_interface_definition f;
f878net/ipx/af_ipx.cf.ipx_network=sipx->sipx_network;
f879net/ipx/af_ipx.cmemcpy(f.ipx_device, ifr.ifr_name, sizeof(f.ipx_device));
f880net/ipx/af_ipx.cmemcpy(f.ipx_node, sipx->sipx_node, IPX_NODE_LEN);
f881net/ipx/af_ipx.cf.ipx_dlink_type=sipx->sipx_type;
f882net/ipx/af_ipx.cf.ipx_special=sipx->sipx_special;
f884net/ipx/af_ipx.creturn ipxitf_delete(&f);
f886net/ipx/af_ipx.creturn ipxitf_create(&f);
f1141net/ipx/af_ipx.cstruct ipx_route_definition f;
f1142net/ipx/af_ipx.cf.ipx_network=st->sipx_network;
f1143net/ipx/af_ipx.cf.ipx_router_network=sg->sipx_network;
f1144net/ipx/af_ipx.cmemcpy(f.ipx_router_node, sg->sipx_node, IPX_NODE_LEN);
f1145net/ipx/af_ipx.creturn ipxrtr_create(&f);