Searched refs:retfd (Results 1 – 1 of 1) sorted by relevance
199 int fd, retfd; in get_dev_crypto() local203 if (ioctl(fd, CRIOGET, &retfd) == -1) in get_dev_crypto()207 if (fcntl(retfd, F_SETFD, 1) == -1) { in get_dev_crypto()208 close(retfd); in get_dev_crypto()211 return (retfd); in get_dev_crypto()