Linux Kernel
3.7.1
|
#include <asm/uaccess.h>
Go to the source code of this file.
Macros | |
#define | __do_strncpy_from_user(dst, src, count, res) |
#define | __do_clear_user(addr, size) |
Functions | |
unsigned long | __generic_copy_to_user (void *to, const void *from, unsigned long n) |
unsigned long | __generic_copy_from_user (void *to, const void *from, unsigned long n) |
long | __strncpy_from_user (char *dst, const char *src, long count) |
long | strncpy_from_user (char *dst, const char *src, long count) |
unsigned long | __clear_user (void *to, unsigned long n) |
unsigned long | clear_user (void *to, unsigned long n) |
long | strnlen_user (const char *s, long n) |
Definition at line 89 of file usercopy.c.
Definition at line 116 of file usercopy.c.
Definition at line 23 of file usercopy.c.
Definition at line 15 of file usercopy.c.
Definition at line 69 of file usercopy.c.
Definition at line 123 of file usercopy.c.
Definition at line 77 of file usercopy.c.