Lines Matching refs:fd1
1077 int fd1, fd2;
1090 fd1 = fd2 = -1;
1091 if (((fd1 = open(cmpString, O_RDONLY|O_NDELAY)) >= 0) &&
1093 (devid_get(fd1, &devid1) == 0) &&
1109 if (fd1 >= 0) {
1110 (void) close(fd1);
1761 int fd1, fd2;
1834 fd1 = fd2 = -1;
1836 if (((fd1 = open(luFileName,
1840 (devid_get(fd1, &devid1) == 0) &&
1856 if (fd1 >= 0) {
1857 (void) close(fd1);