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

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c838 int tmpfd; local
870 tmpfd = fcntl(fd, F_DUPFD, 256);
871 if (tmpfd >= 0) {
873 fd = tmpfd;

Completed in 14 milliseconds