Rizin
unix-like reverse engineering framework and cli tools
|
#include "uv.h"
#include "internal.h"
#include <errno.h>
#include <string.h>
#include <syscall.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | uv__sysctl_args |
Functions | |
int | uv__random_sysctl (void *buf, size_t buflen) |
Definition at line 43 of file random-sysctl-linux.c.
References args, ARRAY_SIZE, buflen, count, len, memcpy(), memset(), n, name, NULL, p, req, syscall, and UV__ERR.
Referenced by uv__random().