tag | line | file | source code |
present | 90 | include/linux/busmouse.h | int present; |
present | 137 | kernel/blk_drv/scsi/hosts.c | if ((scsi_hosts[i].detect) && (scsi_hosts[i].present = scsi_hosts[i].detect(i))) |
present | 162 | kernel/blk_drv/scsi/hosts.h | unsigned present:1; |
present | 171 | kernel/blk_drv/scsi/scsi.c | if (scsi_hosts[host_nr].present) |
present | 352 | kernel/blk_drv/scsi/scsi.c | if (scsi_hosts[host_nr].present) |
present | 639 | kernel/blk_drv/scsi/scsi.c | if ((host < 0) || (host >= max_scsi_hosts) || !scsi_hosts[host].present) |
present | 34 | kernel/blk_drv/scsi/scsi_ioctl.c | if ((temp = scsi_hosts[dev].present) && buffer) { |
present | 59 | kernel/chr_drv/atixlmouse.c | int present; |
present | 90 | kernel/chr_drv/atixlmouse.c | if (!mouse.present) |
present | 164 | kernel/chr_drv/atixlmouse.c | mouse.present = 0; |
present | 170 | kernel/chr_drv/atixlmouse.c | mouse.present = 1; |
present | 71 | kernel/chr_drv/busmouse.c | if (!mouse.present) |
present | 154 | kernel/chr_drv/busmouse.c | mouse.present = 0; |
present | 159 | kernel/chr_drv/busmouse.c | mouse.present = 1; |
present | 76 | kernel/chr_drv/msbusmouse.c | if (!mouse.present) |
present | 157 | kernel/chr_drv/msbusmouse.c | mouse.present = 0; |
present | 188 | kernel/chr_drv/msbusmouse.c | mouse.present = 1; |
present | 99 | kernel/chr_drv/tty_ioctl.c | int present[NR_TASKS]; |
present | 117 | kernel/chr_drv/tty_ioctl.c | put_fs_long(1, (unsigned long *)(ts->present+n)); |
present | 120 | kernel/chr_drv/tty_ioctl.c | put_fs_long(0, (unsigned long *)(ts->present+n)); |