tag | line | file | source code |
on | 115 | arch/alpha/kernel/setup.c | asmlinkage int sys_ioperm(unsigned long from, unsigned long num, int on) |
on | 265 | arch/sparc/kernel/setup.c | asmlinkage int sys_ioperm(unsigned long from, unsigned long num, int on) |
on | 100 | drivers/char/atixlmouse.c | static int fasync_mouse(struct inode *inode, struct file *filp, int on) |
on | 104 | drivers/char/atixlmouse.c | retval = fasync_helper(inode, filp, on, &mouse.fasync); |
on | 105 | drivers/char/busmouse.c | static int fasync_mouse(struct inode *inode, struct file *filp, int on) |
on | 109 | drivers/char/busmouse.c | retval = fasync_helper(inode, filp, on, &mouse.fasyncptr); |
on | 86 | drivers/char/msbusmouse.c | static int fasync_mouse(struct inode *inode, struct file *filp, int on) |
on | 90 | drivers/char/msbusmouse.c | retval = fasync_helper(inode, filp, on, &mouse.fasyncptr); |
on | 130 | drivers/char/psaux.c | static int fasync_aux(struct inode *inode, struct file *filp, int on); |
on | 289 | drivers/char/psaux.c | static int fasync_aux(struct inode *inode, struct file *filp, int on) |
on | 293 | drivers/char/psaux.c | retval = fasync_helper(inode, filp, on, &queue->fasync); |
on | 105 | drivers/char/tty_io.c | static int tty_fasync(struct inode * inode, struct file * filp, int on); |
on | 1233 | drivers/char/tty_io.c | int fasync_helper(struct inode * inode, struct file * filp, int on, struct fasync_struct **fapp) |
on | 1243 | drivers/char/tty_io.c | if (on) { |
on | 1268 | drivers/char/tty_io.c | static int tty_fasync(struct inode * inode, struct file * filp, int on) |
on | 1277 | drivers/char/tty_io.c | retval = fasync_helper(inode, filp, on, &tty->fasync); |
on | 1281 | drivers/char/tty_io.c | if (on) { |
on | 51 | drivers/char/vt.c | asmlinkage int sys_ioperm(unsigned long from, unsigned long num, int on); |
on | 190 | drivers/pci/pci.c | const char *on; |
on | 465 | drivers/pci/pci.c | printk("%s.", bridge_optimization[i].on); |
on | 480 | drivers/pci/pci.c | printk("Changed! Now %s.", bridge_optimization[i].on); |
on | 61 | fs/ioctl.c | int on; |
on | 75 | fs/ioctl.c | on = get_user((unsigned int *) arg); |
on | 76 | fs/ioctl.c | if (on) |
on | 84 | fs/ioctl.c | on = get_user ((unsigned int *) arg); |
on | 85 | fs/ioctl.c | if (on) |
on | 81 | net/socket.c | static int sock_fasync(struct inode *inode, struct file *filp, int on); |
on | 408 | net/socket.c | static int sock_fasync(struct inode *inode, struct file *filp, int on) |
on | 414 | net/socket.c | if (on) |
on | 432 | net/socket.c | if(on) |