OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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 in typeref:typename:int
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 in typeref:typename:int
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 22 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025