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. |
Definition in file copy.c.