Searched refs:RNDGETENTCNT (Results 1 – 2 of 2) sorted by relevance
24 #define RNDGETENTCNT _IOR('R', 0x00, int) macro
248 if (ioctl(fd, RNDGETENTCNT, &cnt) == -1) { in getentropy_urandom()