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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Dhw_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-WNDR4500-V1.0.1.40_1.0.68/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);

Completed in 111 milliseconds