tag | line | file | source code |
on | 108 | drivers/char/tty_io.c | static int tty_fasync(struct inode * inode, struct file * filp, int on); |
on | 1204 | drivers/char/tty_io.c | static int tty_fasync(struct inode * inode, struct file * filp, int on) |
on | 1218 | drivers/char/tty_io.c | if (on) { |
on | 47 | drivers/char/vt.c | asmlinkage int sys_ioperm(unsigned long from, unsigned long num, int on); |
on | 60 | fs/ioctl.c | int on; |
on | 74 | fs/ioctl.c | on = get_fs_long((unsigned long *) arg); |
on | 75 | fs/ioctl.c | if (on) |
on | 83 | fs/ioctl.c | on = get_fs_long ((unsigned long *) arg); |
on | 84 | fs/ioctl.c | if (on) |
on | 69 | net/socket.c | static int sock_fasync(struct inode *inode, struct file *filp, int on); |
on | 505 | net/socket.c | static int sock_fasync(struct inode *inode, struct file *filp, int on) |
on | 511 | net/socket.c | if (on) |
on | 529 | net/socket.c | if(on) |