Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

copy.c File Reference

Functions to copy from user space. More...

Go to the source code of this file.

Functions

long _stp_strncpy_from_user (char *dst, const char __user *src, long count)
 Copy a NULL-terminated string from userspace.
unsigned long _stp_copy_from_user (char *dst, const char __user *src, unsigned long count)
 Copy a block of data from user space.
int _stp_copy_argv_from_user (MAP list, char __user *__user *argv)
 Copy an argv from user space to a List.


Detailed Description

Functions to copy from user space.

Definition in file copy.c.