Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
vpe.h File Reference

Go to the source code of this file.

Data Structures

struct  vpe_notifications
 

Functions

int vpe_notify (int index, struct vpe_notifications *notify)
 
voidvpe_get_shared (int index)
 
int vpe_getuid (int index)
 
int vpe_getgid (int index)
 
charvpe_getcwd (int index)
 

Function Documentation

void* vpe_get_shared ( int  index)

Definition at line 1269 of file vpe.c.

char* vpe_getcwd ( int  index)

Definition at line 1318 of file vpe.c.

int vpe_getgid ( int  index)

Definition at line 1293 of file vpe.c.

int vpe_getuid ( int  index)

Definition at line 1281 of file vpe.c.

int vpe_notify ( int  index,
struct vpe_notifications notify 
)

Definition at line 1305 of file vpe.c.