tag | line | file | source code |
on | 117 | arch/alpha/kernel/setup.c | asmlinkage int sys_ioperm(unsigned long from, unsigned long num, int on) |
on | 156 | arch/ppc/kernel/setup.c | asmlinkage int sys_ioperm(unsigned long from, unsigned long num, int on) |
on | 253 | arch/sparc/kernel/setup.c | asmlinkage int sys_ioperm(unsigned long from, unsigned long num, int on) |
on | 646 | arch/sparc/kernel/sparc-stub.c | (sun4c_vacinfo.num_bytes && sun4c_vacinfo.on)) |
on | 23 | arch/sparc/mm/sun4c_vac.c | if(sun4c_vacinfo.on) |
on | 96 | drivers/char/atixlmouse.c | static int fasync_mouse(struct inode *inode, struct file *filp, int on) |
on | 100 | drivers/char/atixlmouse.c | retval = fasync_helper(inode, filp, on, &mouse.fasync); |
on | 108 | drivers/char/busmouse.c | static int fasync_mouse(struct inode *inode, struct file *filp, int on) |
on | 112 | drivers/char/busmouse.c | retval = fasync_helper(inode, filp, on, &mouse.fasyncptr); |
on | 83 | drivers/char/msbusmouse.c | static int fasync_mouse(struct inode *inode, struct file *filp, int on) |
on | 87 | drivers/char/msbusmouse.c | retval = fasync_helper(inode, filp, on, &mouse.fasyncptr); |
on | 125 | drivers/char/psaux.c | static int fasync_aux(struct inode *inode, struct file *filp, int on); |
on | 288 | drivers/char/psaux.c | static int fasync_aux(struct inode *inode, struct file *filp, int on) |
on | 292 | drivers/char/psaux.c | retval = fasync_helper(inode, filp, on, &queue->fasync); |
on | 114 | drivers/char/tty_io.c | static int tty_fasync(struct inode * inode, struct file * filp, int on); |
on | 1248 | drivers/char/tty_io.c | int fasync_helper(struct inode * inode, struct file * filp, int on, struct fasync_struct **fapp) |
on | 1258 | drivers/char/tty_io.c | if (on) { |
on | 1283 | drivers/char/tty_io.c | static int tty_fasync(struct inode * inode, struct file * filp, int on) |
on | 1292 | drivers/char/tty_io.c | retval = fasync_helper(inode, filp, on, &tty->fasync); |
on | 1296 | drivers/char/tty_io.c | if (on) { |
on | 53 | drivers/char/vt.c | asmlinkage int sys_ioperm(unsigned long from, unsigned long num, int on); |
on | 206 | drivers/pci/pci.c | const char *on; |
on | 473 | drivers/pci/pci.c | printk("%s.", bridge_optimization[i].on); |
on | 488 | 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 | 94 | include/asm-sparc/vac-ops.h | unsigned int on; /* VAC is enabled */ |
on | 110 | include/asm-sparc/vac-ops.h | sun4c_vacinfo.on = 1; |
on | 122 | include/asm-sparc/vac-ops.h | sun4c_vacinfo.on = 0; |
on | 500 | include/linux/fs.h | extern inline void mark_buffer_uptodate(struct buffer_head * bh, int on) |
on | 502 | include/linux/fs.h | if (on) |
on | 136 | mm/mlock.c | static int do_mlock(unsigned long start, size_t len, int on) |
on | 160 | mm/mlock.c | if (!on) |
on | 84 | net/socket.c | static int sock_fasync(struct inode *inode, struct file *filp, int on); |
on | 430 | net/socket.c | static int sock_fasync(struct inode *inode, struct file *filp, int on) |
on | 436 | net/socket.c | if (on) |
on | 454 | net/socket.c | if(on) |