/linux-2.4.37.9/drivers/input/ |
D | evdev.c | 43 int exist; member 106 if (list->evdev->exist) { in evdev_release() 140 if (list->evdev->exist) in evdev_open() 176 if (!list->evdev->exist) { in evdev_read() 226 if (!evdev->exist) in evdev_ioctl() 355 evdev->exist = 1; in evdev_connect() 368 evdev->exist = 0; in evdev_disconnect()
|
D | mousedev.c | 52 int exist; member 187 if (mousedev->exist) { in mousedev_release() 199 if (list->mousedev->exist) { in mousedev_release() 239 if (mousedev->exist) in mousedev_open() 245 if (list->mousedev->exist) in mousedev_open() 433 mousedev->exist = 1; in mousedev_connect() 455 mousedev->exist = 0; in mousedev_disconnect() 483 mousedev_mix.exist = 1; in mousedev_init()
|
D | joydev.c | 56 int exist; member 179 if (list->joydev->exist) { in joydev_release() 213 if (list->joydev->exist) in joydev_open() 235 if (!joydev->exist) in joydev_read() 264 if (!joydev->exist) { in joydev_read() 339 if (!joydev->exist) in joydev_ioctl() 452 joydev->exist = 1; in joydev_connect() 504 joydev->exist = 0; in joydev_disconnect()
|
/linux-2.4.37.9/drivers/usb/ |
D | hiddev.c | 43 int exist; member 247 if (list->hiddev->exist) in hiddev_release() 280 if (list->hiddev->exist) in hiddev_open() 325 if (!list->hiddev->exist) { in hiddev_read() 379 if (!list->hiddev->exist) in hiddev_poll() 407 if (!hiddev->exist) return -EIO; in hiddev_ioctl() 738 hiddev->exist = 1; in hiddev_connect() 760 hiddev->exist = 0; in hiddev_disconnect()
|
/linux-2.4.37.9/drivers/net/wan/ |
D | hdlc_fr.c | 411 !pvc->state.exist ? "deleted" : in fr_log_dlci_active() 478 if (hdlc->state.fr.reliable && !pvc->state.exist) { in fr_lmi_send() 479 pvc->state.exist = pvc->state.new = 1; in fr_lmi_send() 485 pvc->state.exist && !pvc->state.new) { in fr_lmi_send() 544 pvc->state.exist = 0; in fr_timer() 713 pvc->state.exist = 1; in fr_lmi_recv() 729 if (pvc->state.deleted && pvc->state.exist) { in fr_lmi_recv() 731 pvc->state.exist = 0; in fr_lmi_recv() 910 pvc->state.exist = 0; in fr_close()
|
/linux-2.4.37.9/Documentation/ |
D | kmod.txt | 53 system call that requires a module. If modules.dep does not exist and modprobe 57 complains that modules.dep does not exist, tries to use syslog() and starts yet
|
D | cachetlb.txt | 26 possible for stale translations to exist in this "TLB" cache. 143 a virtual-->physical translation to exist for a virtual address 233 aliasing problem has the potential to exist since the kernel already 288 exist, this routine is called.
|
/linux-2.4.37.9/Documentation/arm/nwfpe/ |
D | README | 40 determining that bugs still exist; but are virtually useless when 42 expect quick action. Bugs still exist. The problem remains in isolating
|
/linux-2.4.37.9/Documentation/networking/ |
D | proc_net_tcp.txt | 46 data (or even exist)
|
D | x25-iface.txt | 17 the rest of the skbuff, if any more information does exist. 26 over the LAPB link. The LAPB link should already exist before any data is
|
D | Configurable | 5 you should be aware they do exist and can be changed.
|
D | fore200e.txt | 46 Notice that different versions of the PCA-200E firmware exist, depending
|
/linux-2.4.37.9/Documentation/video4linux/ |
D | CQcam.txt | 67 they are used. The video devices could already exist, be generated 91 At this point, we need to ensure that the device files exist. 97 If the video devices do not exist, you can create them with: 162 Do the /dev/video* files exist?
|
/linux-2.4.37.9/fs/umsdos/ |
D | specs | 117 /* #Specification: rename / new name exist 125 /* #Specification: rename / new name exist / possible flaw 135 * the code doing the deletion of the target (if exist) has 219 * /subdir1 does not exist anymore (has been renamed).
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | adfs.txt | 23 (In older versions, an 'execute' permission did exist, but this
|
/linux-2.4.37.9/net/ |
D | TUNABLE | 2 exist as sysctls too.
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | Brutus | 55 If such patches exist, they should be found from
|
/linux-2.4.37.9/include/linux/ |
D | hdlc.h | 88 unsigned int exist: 1; member
|
/linux-2.4.37.9/Documentation/usb/ |
D | error-codes.txt | 26 -ENODEV specified USB-device or bus doesn't exist
|
D | scanner.txt | 24 applications exist that support the product. It's in the hopes that this will 51 manually if they don't exist yet, either by MAKEDEV or mknod.
|
/linux-2.4.37.9/drivers/macintosh/ |
D | adbhid.c | 607 adbhid_input_devcleanup(u16 exist) in adbhid_input_devcleanup() argument 611 if (adbhid[i] && !(exist&(1<<i))) in adbhid_input_devcleanup()
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.eicon | 55 - other protocols exist for the range of DIVA Server cards,
|
/linux-2.4.37.9/Documentation/parisc/ |
D | IODC.txt | 30 8-bit opt field. Now, forget the revision and opt fields exist. Basically,
|
/linux-2.4.37.9/arch/cris/ |
D | README.mm | 42 0xc0000000, to co-exist with the user-mode mapping. We will do something 188 Since the Middle Directory does not exist, it is a unity mapping:
|
/linux-2.4.37.9/drivers/ide/ |
D | ide-proc.c | 880 int exist = (hwif->proc != NULL); in destroy_proc_ide_interfaces() local 885 if (exist) { in destroy_proc_ide_interfaces()
|