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 | 969 | drivers/block/ide-cd.c | void lba_to_msf (int lba, byte *m, byte *s, byte *f) |
f | 976 | drivers/block/ide-cd.c | *f = lba % CD_FRAMES; |
f | 981 | drivers/block/ide-cd.c | int msf_to_lba (byte m, byte s, byte f) |
f | 983 | 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 | 154 | drivers/char/tty_io.c | struct file *f; |
f | 157 | drivers/char/tty_io.c | for (f = first_file, i=0; i<nr_files; i++, f = f->f_next) { |
f | 158 | drivers/char/tty_io.c | if (!f->f_count) |
f | 160 | drivers/char/tty_io.c | if (f->private_data == tty) { |
f | 34 | drivers/net/i82586.h | #define toff(t,p,f) (unsigned short)((void *)(&((t *)((void *)0 + (p)))->f) - (void *)0) |
f | 122 | drivers/net/i82586.h | #define scboff(p,f) toff(scb_t, p, f) |
f | 176 | drivers/net/i82586.h | #define acoff(p,f) toff(ach_t, p, f) |
f | 364 | drivers/net/i82586.h | #define rbdoff(p,f) toff(rbd_t, p, f) |
f | 402 | drivers/net/i82586.h | #define fdoff(p,f) toff(fd_t, p, f) |
f | 353 | drivers/net/plip.c | plip_func f; |
f | 357 | drivers/net/plip.c | f = connection_state_table[nl->connection]; |
f | 358 | drivers/net/plip.c | if ((r = (*f)(dev, nl, snd, rcv)) != OK |
f | 116 | drivers/net/wavelan.h | #define mmwoff(p,f) (unsigned short)((void *)(&((mmw_t *)((void *)0 + (p)))->f) - (void *)0) |
f | 157 | drivers/net/wavelan.h | #define mmroff(p,f) (unsigned short)((void *)(&((mmr_t *)((void *)0 + (p)))->f) - (void *)0) |
f | 202 | drivers/net/wavelan.h | #define hoff(p,f) (unsigned short)((void *)(&((ha_t *)((void *)0 + (p)))->f) - (void *)0) |
f | 743 | drivers/sound/opl3.c | int f, octave; |
f | 752 | drivers/sound/opl3.c | f = freq; |
f | 756 | drivers/sound/opl3.c | if (f == 0) |
f | 758 | drivers/sound/opl3.c | else if (f < 261) |
f | 760 | drivers/sound/opl3.c | while (f < 261) |
f | 763 | drivers/sound/opl3.c | f <<= 1; |
f | 766 | drivers/sound/opl3.c | else if (f > 493) |
f | 768 | drivers/sound/opl3.c | while (f > 493) |
f | 771 | drivers/sound/opl3.c | f >>= 1; |
f | 75 | drivers/sound/os.h | #define RESET_WAIT_QUEUE(q, f) {f.aborting = 0;f.mode = WK_NONE;} |
f | 76 | drivers/sound/os.h | #define PROCESS_ABORTING(q, f) (/*f.aborting | */(current->signal & ~current->blocked)) |
f | 77 | drivers/sound/os.h | #define SET_ABORT_FLAG(q, f) f.aborting = 1 |
f | 78 | drivers/sound/os.h | #define TIMED_OUT(q, f) (f.mode & WK_TIMEOUT) |
f | 79 | drivers/sound/os.h | #define DO_SLEEP(q, f, time_limit) \ |
f | 83 | drivers/sound/os.h | f.mode = WK_SLEEP;interruptible_sleep_on(&q); \ |
f | 84 | drivers/sound/os.h | if (!(f.mode & WK_WAKEUP)) \ |
f | 87 | drivers/sound/os.h | f.aborting = 1; \ |
f | 89 | drivers/sound/os.h | if (jiffies >= tl) f.mode |= WK_TIMEOUT; \ |
f | 91 | drivers/sound/os.h | f.mode &= ~WK_SLEEP; \ |
f | 93 | drivers/sound/os.h | #define SOMEONE_WAITING(q, f) (f.mode & WK_SLEEP) |
f | 94 | drivers/sound/os.h | #define WAKE_UP(q, f) {f.mode = WK_WAKEUP;wake_up(&q);} |
f | 108 | fs/exec.c | struct file *f, **fpp; |
f | 112 | fs/exec.c | f = get_empty_filp(); |
f | 113 | fs/exec.c | if (!f) |
f | 121 | fs/exec.c | f->f_count--; |
f | 126 | fs/exec.c | *fpp = f; |
f | 127 | fs/exec.c | f->f_flags = mode; |
f | 128 | fs/exec.c | f->f_mode = (mode+1) & O_ACCMODE; |
f | 129 | fs/exec.c | f->f_inode = inode; |
f | 130 | fs/exec.c | f->f_pos = 0; |
f | 131 | fs/exec.c | f->f_reada = 0; |
f | 132 | fs/exec.c | f->f_op = inode->i_op->default_file_ops; |
f | 133 | fs/exec.c | if (f->f_op->open) { |
f | 134 | fs/exec.c | error = f->f_op->open(inode,f); |
f | 137 | fs/exec.c | f->f_count--; |
f | 71 | fs/file_table.c | struct file * f; |
f | 76 | fs/file_table.c | for (f = first_file, i=0; i < nr_files; i++, f = f->f_next) |
f | 77 | fs/file_table.c | if (!f->f_count) { |
f | 78 | fs/file_table.c | remove_file_free(f); |
f | 79 | fs/file_table.c | memset(f,0,sizeof(*f)); |
f | 80 | fs/file_table.c | put_last_free(f); |
f | 81 | fs/file_table.c | f->f_count = 1; |
f | 82 | fs/file_table.c | f->f_version = ++event; |
f | 83 | fs/file_table.c | return f; |
f | 411 | fs/open.c | struct file * f; |
f | 420 | fs/open.c | f = get_empty_filp(); |
f | 421 | fs/open.c | if (!f) |
f | 423 | fs/open.c | current->files->fd[fd] = f; |
f | 424 | fs/open.c | f->f_flags = flag = flags; |
f | 425 | fs/open.c | f->f_mode = (flag+1) & O_ACCMODE; |
f | 426 | fs/open.c | if (f->f_mode) |
f | 431 | fs/open.c | if (!error && (f->f_mode & 2)) { |
f | 438 | fs/open.c | f->f_count--; |
f | 442 | fs/open.c | f->f_inode = inode; |
f | 443 | fs/open.c | f->f_pos = 0; |
f | 444 | fs/open.c | f->f_reada = 0; |
f | 445 | fs/open.c | f->f_op = NULL; |
f | 447 | fs/open.c | f->f_op = inode->i_op->default_file_ops; |
f | 448 | fs/open.c | if (f->f_op && f->f_op->open) { |
f | 449 | fs/open.c | error = f->f_op->open(inode,f); |
f | 451 | fs/open.c | if (f->f_mode & 2) put_write_access(inode); |
f | 453 | fs/open.c | f->f_count--; |
f | 458 | fs/open.c | f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); |
f | 382 | fs/pipe.c | struct file * f[2]; |
f | 390 | fs/pipe.c | if (!(f[j] = get_empty_filp())) |
f | 393 | fs/pipe.c | f[0]->f_count--; |
f | 399 | fs/pipe.c | current->files->fd[ fd[j]=i ] = f[j]; |
f | 405 | fs/pipe.c | f[0]->f_count--; |
f | 406 | fs/pipe.c | f[1]->f_count--; |
f | 412 | fs/pipe.c | f[0]->f_count--; |
f | 413 | fs/pipe.c | f[1]->f_count--; |
f | 416 | fs/pipe.c | f[0]->f_inode = f[1]->f_inode = inode; |
f | 417 | fs/pipe.c | f[0]->f_pos = f[1]->f_pos = 0; |
f | 418 | fs/pipe.c | f[0]->f_flags = O_RDONLY; |
f | 419 | fs/pipe.c | f[0]->f_op = &read_pipe_fops; |
f | 420 | fs/pipe.c | f[0]->f_mode = 1; /* read */ |
f | 421 | fs/pipe.c | f[1]->f_flags = O_WRONLY; |
f | 422 | fs/pipe.c | f[1]->f_op = &write_pipe_fops; |
f | 423 | 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 | 400 | include/asm-i386/string.h | #define memcpy(t, f, n) \ |
f | 402 | include/asm-i386/string.h | __constant_memcpy((t),(f),(n)) : \ |
f | 403 | include/asm-i386/string.h | __memcpy((t),(f),(n))) |
f | 60 | include/linux/ext2_fs.h | # define ext2_debug(f, a...) { \ |
f | 63 | include/linux/ext2_fs.h | printk (f, ## a); \ |
f | 66 | 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 | 118 | include/linux/tty.h | #define _I_FLAG(tty,f) ((tty)->termios->c_iflag & (f)) |
f | 119 | include/linux/tty.h | #define _O_FLAG(tty,f) ((tty)->termios->c_oflag & (f)) |
f | 120 | include/linux/tty.h | #define _C_FLAG(tty,f) ((tty)->termios->c_cflag & (f)) |
f | 121 | include/linux/tty.h | #define _L_FLAG(tty,f) ((tty)->termios->c_lflag & (f)) |
f | 122 | kernel/fork.c | struct file * f; |
f | 126 | kernel/fork.c | if ((f = p->files->fd[i]) != NULL) |
f | 127 | kernel/fork.c | p->files->fd[i] = copy_fd(f); |
f | 130 | kernel/fork.c | if ((f = p->files->fd[i]) != NULL) |
f | 131 | kernel/fork.c | f->f_count++; |
f | 151 | net/inet/ip_fw.c | struct ip_fw *f; |
f | 243 | net/inet/ip_fw.c | for (f=chain;f;f=f->fw_next) |
f | 264 | net/inet/ip_fw.c | if ((src&f->fw_smsk.s_addr)==f->fw_src.s_addr |
f | 265 | net/inet/ip_fw.c | && (dst&f->fw_dmsk.s_addr)==f->fw_dst.s_addr) |
f | 269 | net/inet/ip_fw.c | if ((f->fw_flg & IP_FW_F_BIDIR) && |
f | 270 | net/inet/ip_fw.c | (dst&f->fw_smsk.s_addr)==f->fw_src.s_addr |
f | 271 | net/inet/ip_fw.c | && (src&f->fw_dmsk.s_addr)==f->fw_dst.s_addr) |
f | 280 | net/inet/ip_fw.c | if(f->fw_via.s_addr && rif) |
f | 282 | net/inet/ip_fw.c | if(rif->pa_addr!=f->fw_via.s_addr) |
f | 296 | net/inet/ip_fw.c | f_prt=f->fw_flg&IP_FW_F_KIND; |
f | 306 | net/inet/ip_fw.c | if((f->fw_flg&IP_FW_F_TCPSYN) && notcpsyn) |
f | 317 | net/inet/ip_fw.c | port_match(&f->fw_pts[0], f->fw_nsp, src_port, |
f | 318 | net/inet/ip_fw.c | f->fw_flg&IP_FW_F_SRNG) && |
f | 319 | net/inet/ip_fw.c | port_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, dst_port, |
f | 320 | net/inet/ip_fw.c | f->fw_flg&IP_FW_F_DRNG)) || ((match & 0x02) && |
f | 321 | net/inet/ip_fw.c | port_match(&f->fw_pts[0], f->fw_nsp, dst_port, |
f | 322 | net/inet/ip_fw.c | f->fw_flg&IP_FW_F_SRNG) && |
f | 323 | net/inet/ip_fw.c | port_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, src_port, |
f | 324 | net/inet/ip_fw.c | f->fw_flg&IP_FW_F_DRNG)))) |
f | 335 | net/inet/ip_fw.c | if (f->fw_flg & IP_FW_F_PRN) |
f | 338 | net/inet/ip_fw.c | if(f->fw_flg&IP_FW_F_ACCEPT) |
f | 340 | net/inet/ip_fw.c | else if(f->fw_flg&IP_FW_F_ICMPRPL) |
f | 370 | net/inet/ip_fw.c | f->fw_bcnt+=ntohs(ip->tot_len); |
f | 371 | net/inet/ip_fw.c | f->fw_pcnt++; |
f | 386 | net/inet/ip_fw.c | if(f!=NULL) /* A match was found */ |
f | 387 | net/inet/ip_fw.c | f_flag=f->fw_flg; |
f | 743 | net/inet/ip_fw.c | void ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f) |
f | 745 | net/inet/ip_fw.c | (void) ip_fw_chk(iph, dev, f, 0, 1); |
f | 827 | net/inet/ipx.c | ipx_interface_definition f; |
f | 835 | net/inet/ipx.c | f.ipx_network=sipx->sipx_network; |
f | 836 | net/inet/ipx.c | memcpy(f.ipx_device, ifr.ifr_name, sizeof(f.ipx_device)); |
f | 837 | net/inet/ipx.c | memcpy(f.ipx_node, sipx->sipx_node, IPX_NODE_LEN); |
f | 838 | net/inet/ipx.c | f.ipx_dlink_type=sipx->sipx_type; |
f | 839 | net/inet/ipx.c | f.ipx_special=sipx->sipx_special; |
f | 841 | net/inet/ipx.c | return ipxitf_delete(&f); |
f | 843 | net/inet/ipx.c | return ipxitf_create(&f); |
f | 1084 | net/inet/ipx.c | struct ipx_route_definition f; |
f | 1085 | net/inet/ipx.c | f.ipx_network=st->sipx_network; |
f | 1086 | net/inet/ipx.c | f.ipx_router_network=sg->sipx_network; |
f | 1087 | net/inet/ipx.c | memcpy(f.ipx_router_node, sg->sipx_node, IPX_NODE_LEN); |
f | 1088 | net/inet/ipx.c | return ipxrtr_create(&f); |