Query: kcopy
OS: netbsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KCOPY(9) BSD Kernel Developer's Manual KCOPY(9)NAMEkcopy -- copy data with abort on page faultSYNOPSIS#include <sys/systm.h> int kcopy(const void *src, void *dst, size_t len);DESCRIPTIONkcopy() copies len bytes from src to dst, aborting if a fatal page fault is encountered. kcopy() must save and restore the old fault handler since it is called by uiomove(9), which may be in the path of servicing a non-fatal page fault. kcopy() returns 0 on success and an error number on failure.SEE ALSOerrno(2), memcpy(9), uiomove(9)BSDApril 4, 2006 BSD
Related Man Pages |
---|
copy(9) - freebsd |
copyout(9) - freebsd |
ubc_uiomove(9) - netbsd |
ubc_release(9) - netbsd |
uiomove(9) - netbsd |
Similar Topics in the Unix Linux Community |
---|
diskcopy |