Lines Matching refs:fd2
1077 int fd1, fd2;
1090 fd1 = fd2 = -1;
1092 ((fd2 = open(deviceProperty, O_RDONLY|O_NDELAY)) >= 0) &&
1094 (devid_get(fd2, &devid2) == 0) &&
1112 if (fd2 >= 0) {
1113 (void) close(fd2);
1761 int fd1, fd2;
1834 fd1 = fd2 = -1;
1838 ((fd2 = open(luProps.deviceFileName,
1841 (devid_get(fd2, &devid2) == 0) &&
1859 if (fd2 >= 0) {
1860 (void) close(fd2);