|
VSF Documented
|
Go to the source code of this file.
Data Structures | |
| struct | vsf_linux_sys_random_vplt_t |
Macros | |
| #define | getrandom VSF_LINUX_WRAPPER(getrandom) |
| #define | GRND_NONBLOCK 0x0001 |
| #define | GRND_RANDOM 0x0002 |
Typedefs | |
| typedef struct vsf_linux_sys_random_vplt_t | vsf_linux_sys_random_vplt_t |
Functions | |
| ssize_t | getrandom (void *buf, size_t buflen, unsigned int flags) |
Variables | |
| __VSF_VPLT_DECORATOR__ vsf_linux_sys_random_vplt_t | vsf_linux_sys_random_vplt |
| #define getrandom VSF_LINUX_WRAPPER(getrandom) |
| #define GRND_NONBLOCK 0x0001 |
| #define GRND_RANDOM 0x0002 |
| typedef struct vsf_linux_sys_random_vplt_t vsf_linux_sys_random_vplt_t |
|
extern |