Searched refs:fdstat (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/libusb/ugen/src/
H A Dlibusbugen.c1383 int fd, fdstat, index, rval; local
1469 if ((fdstat = open(statfilename, O_RDWR)) == -1) {
1474 if ((fdstat = open(statfilename,
1485 count = write(fdstat, &control, sizeof (control));
1493 (void) close(fdstat);
1499 if ((fdstat = open(statfilename, O_RDONLY)) == -1) {
1513 (void) close(fdstat);
1523 info->ep_status_fd[index] = fdstat;

Completed in 47 milliseconds