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

/netbsd-current/lib/librumpuser/
H A Drumpuser_random.c49 static const size_t random_maxread = 32; variable
81 rv = read(random_fd, buf, buflen > random_maxread ? random_maxread : buflen);
87 buflen = buflen > random_maxread ? random_maxread : buflen;

Completed in 74 milliseconds