Home | History | Annotate | Download | only in src

Lines Matching refs:pdev

68     const char **pdev;
70 for (pdev = mouseDevs; *pdev; pdev++) {
71 SYSCALL (fd = open(*pdev, O_RDWR | O_NONBLOCK | O_EXCL));
74 ErrorF("Cannot open %s (%s)\n", *pdev, strerror(errno));
80 if (*pdev) {
84 xf86AddNewOption(pInfo->options, "Device", *pdev);
86 pInfo->name, *pdev);
89 return *pdev;