|
NAMEstore , subyte ,
suword —
store data to user-space
SYNOPSIS#include <sys/types.h>
#include <sys/time.h>
#include <sys/systm.h>
int
int
int
int
int
DESCRIPTIONThestore functions are designed to copy small amounts
of data to user-space. If the user address is naturally aligned, then the
operation will be performed atomically. Otherwise it may fail or be performed
non-atomically, depending on the platform.
The
RETURN VALUESThestore functions return 0 on success or -1 on
failure.
SEE ALSOcopy(9), fetch(9)
Visit the GSP FreeBSD Man Page Interface. |