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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c179 int fd, retfd; local
183 if (ioctl(fd, CRIOGET, &retfd) == -1)
187 if (fcntl(retfd, F_SETFD, 1) == -1) {
188 close(retfd);
191 return (retfd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c244 int fd, retfd; local
249 if (ioctl(fd, CRIOGET, &retfd) == -1)
253 if (fcntl(retfd, F_SETFD, 1) == -1) {
254 close(retfd);
258 retfd = fd;
260 return (retfd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c244 int fd, retfd; local
249 if (ioctl(fd, CRIOGET, &retfd) == -1)
253 if (fcntl(retfd, F_SETFD, 1) == -1) {
254 close(retfd);
258 retfd = fd;
260 return (retfd);

Completed in 74 milliseconds