Searched refs:useracc (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/arm/arm/ |
H A D | sys_machdep.c | 81 if (!useracc((void *)addr, size, VM_PROT_READ)) { in sync_icache()
|
/freebsd/sys/vm/ |
H A D | vm_extern.h | 87 bool useracc(void *, int, int);
|
H A D | vm_glue.c | 159 useracc(void *addr, int len, int rw) in useracc() function
|
/freebsd/sys/geom/ |
H A D | geom_ctl.c | 594 if (!useracc(req->error, req->lerror, VM_PROT_WRITE)) in g_ctl_ioctl_ctl()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_os_freebsd.h | 208 #define access_ok(prot, p, l) useracc((p), (l), (prot))
|
H A D | drmP.h | 1634 (!useracc(__DECONST(caddr_t, uaddr), size, VM_PROT_READ))
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1391 MLINKS+=kernacc.9 useracc.9
|