Query: copyin
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
copyin(9r) copyin(9r)NAMEcopyin - General: Copies data from a user address space to a kernel address spaceSYNOPSISint copyin( caddr_t user_src, caddr_t kernel_dest, u_int bcount );ARGUMENTSSpecifies 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.DESCRIPTIONThe copyin routine copies a specified amount of data from the unprotected user address space to the protected kernel address space.RETURN VALUESUpon 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 ALSORoutines: copyinstr(9r), copyout(9r) copyin(9r)
Related Man Pages |
---|
copy(9) - opendarwin |
copy(9) - osf1 |
copy(9) - sunos |
copyin(9) - linux |
copyout(9) - php |