__clear_user(9) suse man page | unix.com

Man Page: __clear_user

Operating Environment: suse

Section: 9

__CLEAR_USER(9) 					    Memory Management in Linux						   __CLEAR_USER(9)

NAME
__clear_user - Zero a block of memory in user space, with less checking.
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. Caller must check the specified block with access_ok before calling this function. Returns number of bytes that could not be cleared. On success, this will be zero.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 __CLEAR_USER(9)
Related Man Pages
sysinfo(2) - debian
sysinfo(2) - centos
sysinfo(2) - v7
sysinfo(2) - opendarwin
sysinfo(2) - xfree86
Similar Topics in the Unix Linux Community
Script allows user to kill other users: I'd like to know HOW...
Get command with variables
Infraction for BIGGDRE10: Homework Violation
Check if file .jpg is exist perl
What cron-jobs on your servers?