Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
random.h File Reference
#include <linux/types.h>
#include <linux/ioctl.h>
#include <linux/irqnr.h>

Go to the source code of this file.

Data Structures

struct  rand_pool_info
 
struct  rnd_state
 

Macros

#define RNDGETENTCNT   _IOR( 'R', 0x00, int )
 
#define RNDADDTOENTCNT   _IOW( 'R', 0x01, int )
 
#define RNDGETPOOL   _IOR( 'R', 0x02, int [2] )
 
#define RNDADDENTROPY   _IOW( 'R', 0x03, int [2] )
 
#define RNDZAPENTCNT   _IO( 'R', 0x04 )
 
#define RNDCLEARPOOL   _IO( 'R', 0x06 )
 

Macro Definition Documentation

#define RNDADDENTROPY   _IOW( 'R', 0x03, int [2] )

Definition at line 29 of file random.h.

#define RNDADDTOENTCNT   _IOW( 'R', 0x01, int )

Definition at line 20 of file random.h.

#define RNDCLEARPOOL   _IO( 'R', 0x06 )

Definition at line 35 of file random.h.

#define RNDGETENTCNT   _IOR( 'R', 0x00, int )

Definition at line 17 of file random.h.

#define RNDGETPOOL   _IOR( 'R', 0x02, int [2] )

Definition at line 23 of file random.h.

#define RNDZAPENTCNT   _IO( 'R', 0x04 )

Definition at line 32 of file random.h.