tag | line | file | source code |
f | 115 | arch/i386/boot/compressed/inflate.c | unsigned f; /* i repeats in table every f entries */ |
f | 224 | arch/i386/boot/compressed/inflate.c | if ((f = 1 << (j = k - w)) > a + 1) /* try a k-w bit table */ |
f | 227 | arch/i386/boot/compressed/inflate.c | f -= a + 1; /* deduct codes from patterns left */ |
f | 231 | arch/i386/boot/compressed/inflate.c | if ((f <<= 1) <= *++xp) |
f | 233 | arch/i386/boot/compressed/inflate.c | f -= *xp; /* else deduct codes from patterns */ |
f | 279 | arch/i386/boot/compressed/inflate.c | f = 1 << (k - w); |
f | 280 | arch/i386/boot/compressed/inflate.c | for (j = i >> w; j < z; j += f) |
f | 178 | arch/i386/math-emu/reg_compare.c | int f, c; |
f | 185 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 191 | arch/i386/math-emu/reg_compare.c | f = SW_C0; |
f | 194 | arch/i386/math-emu/reg_compare.c | f = SW_C3; |
f | 197 | arch/i386/math-emu/reg_compare.c | f = 0; |
f | 200 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 205 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 209 | arch/i386/math-emu/reg_compare.c | setcc(f); |
f | 220 | arch/i386/math-emu/reg_compare.c | int f, c; |
f | 241 | arch/i386/math-emu/reg_compare.c | f = SW_C0; |
f | 244 | arch/i386/math-emu/reg_compare.c | f = SW_C3; |
f | 247 | arch/i386/math-emu/reg_compare.c | f = 0; |
f | 250 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 255 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 259 | arch/i386/math-emu/reg_compare.c | setcc(f); |
f | 270 | arch/i386/math-emu/reg_compare.c | int f, c; |
f | 296 | arch/i386/math-emu/reg_compare.c | f = SW_C0; |
f | 299 | arch/i386/math-emu/reg_compare.c | f = SW_C3; |
f | 302 | arch/i386/math-emu/reg_compare.c | f = 0; |
f | 305 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 310 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
f | 314 | arch/i386/math-emu/reg_compare.c | setcc(f); |
f | 412 | drivers/block/cm206.c | inline int f_s_m2lba(uch f, uch s, uch m) |
f | 414 | drivers/block/cm206.c | return f + 75*(s-2 + 60*m); |
f | 1551 | drivers/block/ide-cd.c | void lba_to_msf (int lba, byte *m, byte *s, byte *f) |
f | 1558 | drivers/block/ide-cd.c | *f = lba % CD_FRAMES; |
f | 1563 | drivers/block/ide-cd.c | int msf_to_lba (byte m, byte s, byte f) |
f | 1565 | drivers/block/ide-cd.c | return (((m * CD_SECS) + s) * CD_FRAMES + f) - CD_BLOCK_OFFSET; |
f | 532 | drivers/char/n_tty.c | char *f, flags = 0; |
f | 553 | drivers/char/n_tty.c | for (i=count, p = cp, f = fp; i; i--, p++) { |
f | 554 | drivers/char/n_tty.c | if (f) |
f | 555 | drivers/char/n_tty.c | flags = *f++; |
f | 161 | drivers/char/tty_io.c | struct file *f; |
f | 164 | drivers/char/tty_io.c | for (f = first_file, i=0; i<nr_files; i++, f = f->f_next) { |
f | 165 | drivers/char/tty_io.c | if (!f->f_count) |
f | 167 | drivers/char/tty_io.c | if (f->private_data == tty) { |
f | 33 | drivers/net/i82586.h | #define toff(t,p,f) (unsigned short)((void *)(&((t *)((void *)0 + (p)))->f) - (void *)0) |
f | 121 | drivers/net/i82586.h | #define scboff(p,f) toff(scb_t, p, f) |
f | 175 | drivers/net/i82586.h | #define acoff(p,f) toff(ach_t, p, f) |
f | 363 | drivers/net/i82586.h | #define rbdoff(p,f) toff(rbd_t, p, f) |
f | 401 | drivers/net/i82586.h | #define fdoff(p,f) toff(fd_t, p, f) |
f | 359 | drivers/net/plip.c | plip_func f; |
f | 363 | drivers/net/plip.c | f = connection_state_table[nl->connection]; |
f | 364 | drivers/net/plip.c | if ((r = (*f)(dev, nl, snd, rcv)) != OK |
f | 115 | drivers/net/wavelan.h | #define mmwoff(p,f) (unsigned short)((void *)(&((mmw_t *)((void *)0 + (p)))->f) - (void *)0) |
f | 156 | drivers/net/wavelan.h | #define mmroff(p,f) (unsigned short)((void *)(&((mmr_t *)((void *)0 + (p)))->f) - (void *)0) |
f | 201 | drivers/net/wavelan.h | #define hoff(p,f) (unsigned short)((void *)(&((ha_t *)((void *)0 + (p)))->f) - (void *)0) |
f | 755 | drivers/sound/opl3.c | int f, octave; |
f | 764 | drivers/sound/opl3.c | f = freq; |
f | 768 | drivers/sound/opl3.c | if (f == 0) |
f | 770 | drivers/sound/opl3.c | else if (f < 261) |
f | 772 | drivers/sound/opl3.c | while (f < 261) |
f | 775 | drivers/sound/opl3.c | f <<= 1; |
f | 778 | drivers/sound/opl3.c | else if (f > 493) |
f | 780 | drivers/sound/opl3.c | while (f > 493) |
f | 783 | drivers/sound/opl3.c | f >>= 1; |
f | 82 | drivers/sound/os.h | #define RESET_WAIT_QUEUE(q, f) {f.aborting = 0;f.mode = WK_NONE;} |
f | 83 | drivers/sound/os.h | #define PROCESS_ABORTING(q, f) (/*f.aborting | */(current->signal & ~current->blocked)) |
f | 84 | drivers/sound/os.h | #define SET_ABORT_FLAG(q, f) f.aborting = 1 |
f | 85 | drivers/sound/os.h | #define TIMED_OUT(q, f) (f.mode & WK_TIMEOUT) |
f | 86 | drivers/sound/os.h | #define DO_SLEEP(q, f, time_limit) \ |
f | 90 | drivers/sound/os.h | f.mode = WK_SLEEP;interruptible_sleep_on(&q); \ |
f | 91 | drivers/sound/os.h | if (!(f.mode & WK_WAKEUP)) \ |
f | 94 | drivers/sound/os.h | f.aborting = 1; \ |
f | 96 | drivers/sound/os.h | if (jiffies >= tl) f.mode |= WK_TIMEOUT; \ |
f | 98 | drivers/sound/os.h | f.mode &= ~WK_SLEEP; \ |
f | 100 | drivers/sound/os.h | #define SOMEONE_WAITING(q, f) (f.mode & WK_SLEEP) |
f | 101 | drivers/sound/os.h | #define WAKE_UP(q, f) {f.mode = WK_WAKEUP;wake_up(&q);} |
f | 106 | fs/exec.c | struct file *f, **fpp; |
f | 110 | fs/exec.c | f = get_empty_filp(); |
f | 111 | fs/exec.c | if (!f) |
f | 119 | fs/exec.c | f->f_count--; |
f | 124 | fs/exec.c | *fpp = f; |
f | 125 | fs/exec.c | f->f_flags = mode; |
f | 126 | fs/exec.c | f->f_mode = (mode+1) & O_ACCMODE; |
f | 127 | fs/exec.c | f->f_inode = inode; |
f | 128 | fs/exec.c | f->f_pos = 0; |
f | 129 | fs/exec.c | f->f_reada = 0; |
f | 130 | fs/exec.c | f->f_op = inode->i_op->default_file_ops; |
f | 131 | fs/exec.c | if (f->f_op->open) { |
f | 132 | fs/exec.c | error = f->f_op->open(inode,f); |
f | 135 | fs/exec.c | f->f_count--; |
f | 102 | fs/file_table.c | struct file * f; |
f | 109 | fs/file_table.c | for (f = first_file, i=0; i < nr_files; i++, f = f->f_next) |
f | 110 | fs/file_table.c | if (!f->f_count) { |
f | 111 | fs/file_table.c | remove_file_free(f); |
f | 112 | fs/file_table.c | memset(f,0,sizeof(*f)); |
f | 113 | fs/file_table.c | put_last_free(f); |
f | 114 | fs/file_table.c | f->f_count = 1; |
f | 115 | fs/file_table.c | f->f_version = ++event; |
f | 116 | fs/file_table.c | return f; |
f | 466 | fs/open.c | struct file * f; |
f | 469 | fs/open.c | f = get_empty_filp(); |
f | 470 | fs/open.c | if (!f) |
f | 472 | fs/open.c | f->f_flags = flag = flags; |
f | 473 | fs/open.c | f->f_mode = (flag+1) & O_ACCMODE; |
f | 474 | fs/open.c | if (f->f_mode) |
f | 481 | fs/open.c | if (f->f_mode & 2) { |
f | 487 | fs/open.c | f->f_inode = inode; |
f | 488 | fs/open.c | f->f_pos = 0; |
f | 489 | fs/open.c | f->f_reada = 0; |
f | 490 | fs/open.c | f->f_op = NULL; |
f | 492 | fs/open.c | f->f_op = inode->i_op->default_file_ops; |
f | 493 | fs/open.c | if (f->f_op && f->f_op->open) { |
f | 494 | fs/open.c | error = f->f_op->open(inode,f); |
f | 498 | fs/open.c | f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); |
f | 507 | fs/open.c | current->files->fd[fd] = f; |
f | 513 | fs/open.c | if (f->f_op && f->f_op->release) |
f | 514 | fs/open.c | f->f_op->release(inode,f); |
f | 516 | fs/open.c | if (f->f_mode & 2) |
f | 521 | fs/open.c | f->f_count--; |
f | 382 | fs/pipe.c | struct file *f[2]; |
f | 390 | fs/pipe.c | if (!(f[j] = get_empty_filp())) |
f | 395 | fs/pipe.c | f[0]->f_count--; |
f | 401 | fs/pipe.c | current->files->fd[ fd[j]=i ] = f[j]; |
f | 406 | fs/pipe.c | f[0]->f_count--; |
f | 407 | fs/pipe.c | f[1]->f_count--; |
f | 412 | fs/pipe.c | f[0]->f_inode = f[1]->f_inode = inode; |
f | 413 | fs/pipe.c | f[0]->f_pos = f[1]->f_pos = 0; |
f | 414 | fs/pipe.c | f[0]->f_flags = O_RDONLY; |
f | 415 | fs/pipe.c | f[0]->f_op = &read_pipe_fops; |
f | 416 | fs/pipe.c | f[0]->f_mode = 1; /* read */ |
f | 417 | fs/pipe.c | f[1]->f_flags = O_WRONLY; |
f | 418 | fs/pipe.c | f[1]->f_op = &write_pipe_fops; |
f | 419 | fs/pipe.c | f[1]->f_mode = 2; /* write */ |
f | 21 | fs/proc/link.c | static int proc_fd_dupf(struct inode * inode, struct file * f); |
f | 66 | fs/proc/link.c | static int proc_fd_dupf(struct inode * inode, struct file * f) |
f | 74 | fs/proc/link.c | if (current->files->fd[fd] == f) |
f | 91 | fs/proc/link.c | if (new_f->f_mode && !f->f_mode && 3) |
f | 96 | fs/proc/link.c | if (!--f->f_count) |
f | 97 | fs/proc/link.c | iput(f->f_inode); |
f | 163 | fs/stat.c | struct file * f; |
f | 170 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode)) |
f | 178 | fs/stat.c | struct file * f; |
f | 185 | fs/stat.c | if (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode)) |
f | 411 | include/asm-i386/string.h | #define memcpy(t, f, n) \ |
f | 413 | include/asm-i386/string.h | __constant_memcpy((t),(f),(n)) : \ |
f | 414 | include/asm-i386/string.h | __memcpy((t),(f),(n))) |
f | 45 | include/linux/ext2_fs.h | # define ext2_debug(f, a...) { \ |
f | 48 | include/linux/ext2_fs.h | printk (f, ## a); \ |
f | 51 | include/linux/ext2_fs.h | # define ext2_debug(f, a...) /**/ |
f | 95 | include/linux/sonycd535.h | #define SONY_BLOCK_NUMBER(m,s,f) (((m)*60L+(s))*75L+(f)) |
f | 510 | include/linux/tpqic02.h | #define TPQDBG(f) ((QIC02_TAPE_DEBUG) & (TPQD_##f)) |
f | 143 | include/linux/tqueue.h | void (*f) (void *); |
f | 152 | include/linux/tqueue.h | f = p -> routine; |
f | 155 | include/linux/tqueue.h | (*f)(arg); |
f | 123 | include/linux/tty.h | #define _I_FLAG(tty,f) ((tty)->termios->c_iflag & (f)) |
f | 124 | include/linux/tty.h | #define _O_FLAG(tty,f) ((tty)->termios->c_oflag & (f)) |
f | 125 | include/linux/tty.h | #define _C_FLAG(tty,f) ((tty)->termios->c_cflag & (f)) |
f | 126 | include/linux/tty.h | #define _L_FLAG(tty,f) ((tty)->termios->c_lflag & (f)) |
f | 155 | kernel/fork.c | struct file * f = current->files->fd[i]; |
f | 156 | kernel/fork.c | if (f) |
f | 157 | kernel/fork.c | f->f_count++; |
f | 158 | kernel/fork.c | tsk->files->fd[i] = f; |
f | 188 | net/ipv4/ip_fw.c | struct ip_fw *f; |
f | 313 | net/ipv4/ip_fw.c | for (f=chain;f;f=f->fw_next) |
f | 334 | net/ipv4/ip_fw.c | if ((src&f->fw_smsk.s_addr)==f->fw_src.s_addr |
f | 335 | net/ipv4/ip_fw.c | && (dst&f->fw_dmsk.s_addr)==f->fw_dst.s_addr) |
f | 339 | net/ipv4/ip_fw.c | if ((f->fw_flg & IP_FW_F_BIDIR) && |
f | 340 | net/ipv4/ip_fw.c | (dst&f->fw_smsk.s_addr)==f->fw_src.s_addr |
f | 341 | net/ipv4/ip_fw.c | && (src&f->fw_dmsk.s_addr)==f->fw_dst.s_addr) |
f | 350 | net/ipv4/ip_fw.c | if(f->fw_via.s_addr && rif) |
f | 352 | net/ipv4/ip_fw.c | if(rif->pa_addr!=f->fw_via.s_addr) |
f | 366 | net/ipv4/ip_fw.c | f_prt=f->fw_flg&IP_FW_F_KIND; |
f | 376 | net/ipv4/ip_fw.c | if((f->fw_flg&IP_FW_F_TCPSYN) && notcpsyn) |
f | 386 | net/ipv4/ip_fw.c | if((f->fw_flg&IP_FW_F_TCPACK) && notcpack) |
f | 387 | net/ipv4/ip_fw.c | if(f->fw_flg&IP_FW_F_BIDIR) { |
f | 402 | net/ipv4/ip_fw.c | ! port_match(&f->fw_pts[0], f->fw_nsp, |
f | 403 | net/ipv4/ip_fw.c | icmp_type,f->fw_flg&IP_FW_F_SRNG)) || |
f | 405 | net/ipv4/ip_fw.c | port_match(&f->fw_pts[0], f->fw_nsp, src_port, |
f | 406 | net/ipv4/ip_fw.c | f->fw_flg&IP_FW_F_SRNG) && |
f | 407 | net/ipv4/ip_fw.c | port_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, dst_port, |
f | 408 | net/ipv4/ip_fw.c | f->fw_flg&IP_FW_F_DRNG)) || ((match & 0x02) && |
f | 409 | net/ipv4/ip_fw.c | port_match(&f->fw_pts[0], f->fw_nsp, dst_port, |
f | 410 | net/ipv4/ip_fw.c | f->fw_flg&IP_FW_F_SRNG) && |
f | 411 | net/ipv4/ip_fw.c | port_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, src_port, |
f | 412 | net/ipv4/ip_fw.c | f->fw_flg&IP_FW_F_DRNG)))) |
f | 423 | net/ipv4/ip_fw.c | if (f->fw_flg & IP_FW_F_PRN) |
f | 426 | net/ipv4/ip_fw.c | if(f->fw_flg&IP_FW_F_ACCEPT) |
f | 428 | net/ipv4/ip_fw.c | else if(f->fw_flg&IP_FW_F_ICMPRPL) |
f | 458 | net/ipv4/ip_fw.c | f->fw_bcnt+=ntohs(ip->tot_len); |
f | 459 | net/ipv4/ip_fw.c | f->fw_pcnt++; |
f | 474 | net/ipv4/ip_fw.c | if(f!=NULL) /* A match was found */ |
f | 475 | net/ipv4/ip_fw.c | f_flag=f->fw_flg; |
f | 1273 | net/ipv4/ip_fw.c | void ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f) |
f | 1275 | net/ipv4/ip_fw.c | (void) ip_fw_chk(iph, dev, f, 0, 1); |
f | 841 | net/ipx/af_ipx.c | ipx_interface_definition f; |
f | 849 | net/ipx/af_ipx.c | f.ipx_network=sipx->sipx_network; |
f | 850 | net/ipx/af_ipx.c | memcpy(f.ipx_device, ifr.ifr_name, sizeof(f.ipx_device)); |
f | 851 | net/ipx/af_ipx.c | memcpy(f.ipx_node, sipx->sipx_node, IPX_NODE_LEN); |
f | 852 | net/ipx/af_ipx.c | f.ipx_dlink_type=sipx->sipx_type; |
f | 853 | net/ipx/af_ipx.c | f.ipx_special=sipx->sipx_special; |
f | 855 | net/ipx/af_ipx.c | return ipxitf_delete(&f); |
f | 857 | net/ipx/af_ipx.c | return ipxitf_create(&f); |
f | 1098 | net/ipx/af_ipx.c | struct ipx_route_definition f; |
f | 1099 | net/ipx/af_ipx.c | f.ipx_network=st->sipx_network; |
f | 1100 | net/ipx/af_ipx.c | f.ipx_router_network=sg->sipx_network; |
f | 1101 | net/ipx/af_ipx.c | memcpy(f.ipx_router_node, sg->sipx_node, IPX_NODE_LEN); |
f | 1102 | net/ipx/af_ipx.c | return ipxrtr_create(&f); |