fetch, fubyte,
- Provided by: freebsd-manpages (Version: 9.2+1-1)
- Report a bug
#include
<sys/types.h>
#include <sys/time.h>
#include <sys/systm.h>
int
fubyte(const
void *base);
long
fuword(const
void *base);
int
fuword16(void
*base);
int32_t
fuword32(const
void *base);
int64_t
fuword64(const
void *base);
#include
<sys/resourcevar.h>
int
fuswintr(void
*base);
The fetch functions are designed to copy
small amounts of data from user-space.
The fetch routines provide the following
functionality:
fubyte()fuword()fuword16()fuword32()fuword64()fuswintr()The fetch functions return the data
fetched or -1 on failure.