Home
last modified time | relevance | path

Searched defs:copyinstr (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Duwrapper.c9 copyinstr(const void *udaddr, void *kaddr, size_t len, size_t *res) in copyinstr() function
/dragonfly/sys/platform/vkernel64/platform/
H A Dcopyio.c272 copyinstr(const void *udaddr, void *kaddr, size_t len, size_t *res) in copyinstr() function
/dragonfly/sys/platform/pc64/include/
H A Dpmap.h291 int (*copyinstr)(const void *, void *, size_t, size_t *); member