copyin(9r) osf1 man page | unix.com

Man Page: copyin

Operating Environment: osf1

Section: 9r

copyin(9r)																copyin(9r)

NAME
copyin - General: Copies data from a user address space to a kernel address space
SYNOPSIS
int copyin( caddr_t user_src, caddr_t kernel_dest, u_int bcount );
ARGUMENTS
Specifies the address in user space of the data to be copied. Specifies the address in kernel space to copy the data to. Specifies the number of bytes to copy.
DESCRIPTION
The copyin routine copies a specified amount of data from the unprotected user address space to the protected kernel address space.
RETURN VALUES
Upon successful completion, copyin returns a value of 0 (zero). Otherwise, it can return the following error: The address in user space that you specified in the user_src argument cannot be accessed.
SEE ALSO
Routines: copyinstr(9r), copyout(9r) copyin(9r)
Related Man Pages
copyinstr(9r) - osf1
copyin(9) - debian
copy(9) - debian
copy(9) - linux
copyout(9) - php
Similar Topics in the Unix Linux Community
Copying files with the latest date
Copying some part of file
Copying from one folder to another similar folder 1000x times
Copying of multiple columns of one table to another by mapping with particular strings.
Script for copying files from windows to UNIX