OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:random_fd
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_random.c
60
static int
random_fd
= -1;
variable
66
random_fd
= open(random_device, O_RDONLY);
67
if (
random_fd
< 0) {
81
rv = read(
random_fd
, buf, buflen > random_maxread ? random_maxread : buflen);
rumpuser_random.c
60
static int
random_fd
= -1;
variable
66
random_fd
= open(random_device, O_RDONLY);
67
if (
random_fd
< 0) {
81
rv = read(
random_fd
, buf, buflen > random_maxread ? random_maxread : buflen);
Completed in 26 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026