CLEAR_USER
Section: (9)
Updated: 14 August 2003
Index
Return to Main Contents
NAME
clear_user - Zero a block of memory in user space.
SYNOPSIS
unsigned long clear_user (void __user * to, unsigned long n);
ARGUMENTS
- to
-
Destination address, in user space.
- n
-
Number of bytes to zero.
DESCRIPTION
Zero a block of memory in user space.
Returns number of bytes that could not be cleared.
On success, this will be zero.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 23:19:20 GMT, August 13, 2003