Home | History | Annotate | Download | only in srcs

Lines Matching refs:fd

50 	int nobj, fd, i;
53 fd = open(*v, O_RDONLY);
54 if (fd < 0) {
58 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) {
60 (void) close(fd);
65 (void) close(fd);
71 (void) close(fd);
74 if (ioctl(fd, SESIOC_GETOBJMAP, (caddr_t) objp) < 0) {
76 (void) close(fd);
84 (void) close(fd);