Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 82) sorted by relevance

1234

/linux-2.4.37.9/drivers/input/
Devdev.c43 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()
Dmousedev.c52 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()
Djoydev.c56 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/
Dhiddev.c43 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/
Dhdlc_fr.c411 !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/
Dkmod.txt53 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
Dcachetlb.txt26 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/
DREADME40 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/
Dproc_net_tcp.txt46 data (or even exist)
Dx25-iface.txt17 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
DConfigurable5 you should be aware they do exist and can be changed.
Dfore200e.txt46 Notice that different versions of the PCA-200E firmware exist, depending
/linux-2.4.37.9/Documentation/video4linux/
DCQcam.txt67 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/
Dspecs117 /* #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/
Dadfs.txt23 (In older versions, an 'execute' permission did exist, but this
/linux-2.4.37.9/net/
DTUNABLE2 exist as sysctls too.
/linux-2.4.37.9/Documentation/arm/SA1100/
DBrutus55 If such patches exist, they should be found from
/linux-2.4.37.9/include/linux/
Dhdlc.h88 unsigned int exist: 1; member
/linux-2.4.37.9/Documentation/usb/
Derror-codes.txt26 -ENODEV specified USB-device or bus doesn't exist
Dscanner.txt24 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/
Dadbhid.c607 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/
DREADME.eicon55 - other protocols exist for the range of DIVA Server cards,
/linux-2.4.37.9/Documentation/parisc/
DIODC.txt30 8-bit opt field. Now, forget the revision and opt fields exist. Basically,
/linux-2.4.37.9/arch/cris/
DREADME.mm42 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/
Dide-proc.c880 int exist = (hwif->proc != NULL); in destroy_proc_ide_interfaces() local
885 if (exist) { in destroy_proc_ide_interfaces()

1234